Skip to content

Commit

Permalink
Merge pull request #6085 from mmusich/fixTrackerOfflineValidationMemory
Browse files Browse the repository at this point in the history
Fixing initialization of event setup point of PR 6030
  • Loading branch information
cmsbuild committed Nov 5, 2014
2 parents e8bfa19 + 1b280ff commit 5159e3e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ TrackerOfflineValidation::~TrackerOfflineValidation()
void
TrackerOfflineValidation::checkBookHists(const edm::EventSetup& es)
{
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 5159e3e

Please sign in to comment.