Skip to content

Commit

Permalink
Merge pull request #109 from cms-sw/CMSSW_6_2_X_SLHC
Browse files Browse the repository at this point in the history
Cmssw 6 2 x slhc
  • Loading branch information
jshlee committed Mar 19, 2014
2 parents 17e4429 + cb5a53d commit 2370b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Validation/HcalDigis/src/HcalDigisClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ HcalDigisClient::HcalDigisClient(const edm::ParameterSet& iConfig) {
//dbe_->setCurrentFolder(dirName_);
dbe_->setCurrentFolder("HcalDigisV/HcalDigiTask");

// false for regular relval and true for SLHC relval
doSLHC_ = iConfig.getUntrackedParameter<bool>("doSLHC", true);
booking("HB");
booking("HE");
booking("HO");
booking("HF");
// false for regular relval and true for SLHC relval
doSLHC_ = iConfig.getUntrackedParameter<bool>("doSLHC", true);

}

Expand Down

0 comments on commit 2370b5d

Please sign in to comment.