Skip to content

Commit

Permalink
remove cout
Browse files Browse the repository at this point in the history
  • Loading branch information
inugent committed Apr 23, 2015
1 parent a8b88eb commit 121eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Validation/EventGenerator/plugins/BPhysicsValidation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void BPhysicsValidation::bookHistograms(DQMStore::IBooker &i, edm::Run const &,
DQMHelper dqm(&i); i.setCurrentFolder("Generator/BPhysics");
Nobj = dqm.book1dHisto("N"+name, "N"+name, 1, 0., 1,"bin","Number of "+name);
particle.Configure(i);
for(unsigned int j=0;j<daughters.size();j++){std::cout << j << std::endl; daughters[j].Configure(i);}
for(unsigned int j=0;j<daughters.size();j++){daughters[j].Configure(i);}
}

void BPhysicsValidation::analyze(const edm::Event& iEvent,const edm::EventSetup& iSetup){
Expand Down

0 comments on commit 121eb5d

Please sign in to comment.