Skip to content

Commit

Permalink
reverting commits b9e1929 and 078138b
Browse files Browse the repository at this point in the history
Reverting commits regarding unsafe treatment of EventSetup
  • Loading branch information
mmusich committed Nov 4, 2014
1 parent b9e1929 commit 1b280ff
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,6 @@ TrackerOfflineValidation::~TrackerOfflineValidation()
void
TrackerOfflineValidation::checkBookHists(const edm::EventSetup& es)
{
if(lastSetup_==nullptr){
lastSetup_ = &es;
}
es.get<TrackerDigiGeometryRecord>().get( tkGeom_ );
const TrackerGeometry *newBareTkGeomPtr = &(*tkGeom_);
if (newBareTkGeomPtr == bareTkGeomPtr_) return; // already booked hists, nothing changed
Expand Down

0 comments on commit 1b280ff

Please sign in to comment.