Skip to content

Commit

Permalink
fix deltaY histo creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sroychow authored Oct 12, 2020
1 parent 10bea8a commit 49ac5cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void Phase2ITValidateRecHit::bookLayerHistos(DQMStore::IBooker& ibooker, unsigne
histoName.str("");
histoName << "Delta_Y";
local_histos.deltaY =
phase2tkutil::book1DFromPSet(config_.getParameter<edm::ParameterSet>("DeltaX"), histoName.str(), ibooker);
phase2tkutil::book1DFromPSet(config_.getParameter<edm::ParameterSet>("DeltaY"), histoName.str(), ibooker);
histoName.str("");
histoName << "Pull_X";
local_histos.pullX =
Expand Down

0 comments on commit 49ac5cf

Please sign in to comment.