Skip to content

Commit

Permalink
Merge pull request cms-sw#136 from nancymarinelli/from-CMSSW_6_2_0
Browse files Browse the repository at this point in the history
Move the nRecoVtx distirbution in the Photon folder and increase the bin...
  • Loading branch information
ktf committed Jul 18, 2013
2 parents 3c9fa4c + 84efd40 commit 4ffe10f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Validation/RecoEgamma/plugins/PhotonValidator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,9 @@ void PhotonValidator::beginJob() {
//
dbe_->setCurrentFolder("EgammaV/"+fName_+"/Photons");

histname="nOfflineVtx";
h_nRecoVtx_ = dbe_->book1D(histname,"# of Offline Vertices",80, -0.5, 79.5);

h_phoEta_[0] = dbe_->book1D("phoEta"," Photon Eta ",etaBin,etaMin, etaMax) ;
h_phoPhi_[0] = dbe_->book1D("phoPhi"," Photon Phi ",phiBin,phiMin,phiMax) ;

Expand Down Expand Up @@ -1064,9 +1067,7 @@ void PhotonValidator::beginJob() {

dbe_->setCurrentFolder("EgammaV/"+fName_+"/ConversionInfo");

histname="nOfflineVtx";
h_nRecoVtx_ = dbe_->book1D(histname,"# of Offline Vertices",30, -0.5, 29.5);


histname="nConv";
h_nConv_[0][0] = dbe_->book1D(histname+"All","Number Of Conversions per isolated candidates per events: All Ecal ",10,-0.5, 9.5);
h_nConv_[0][1] = dbe_->book1D(histname+"Barrel","Number Of Conversions per isolated candidates per events: Ecal Barrel ",10,-0.5, 9.5);
Expand Down

0 comments on commit 4ffe10f

Please sign in to comment.