Skip to content

Commit

Permalink
Correct the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Aug 5, 2021
1 parent 9512079 commit 5efe01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/CalibCalo/src/DQMHcalIterativePhiSymAlCaReco.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DQMHcalIterativePhiSymAlCaReco::DQMHcalIterativePhiSymAlCaReco(const edm::Parame
//
// Input from configurator file
//
folderName_ = ps.getParameter<std::string>("FolderName");
folderName_ = ps.getParameter<std::string>("folderName");

// histogram parameters
tok_ho_ = consumes<HORecHitCollection>(ps.getParameter<edm::InputTag>("hoInput"));
Expand Down

0 comments on commit 5efe01c

Please sign in to comment.