Skip to content

Commit

Permalink
Removing cout
Browse files Browse the repository at this point in the history
  • Loading branch information
boudoul committed Jun 27, 2015
1 parent b13da14 commit 453637c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Validation/HcalHits/src/HcalSimHitsClient.cc
Expand Up @@ -211,7 +211,6 @@ int HcalSimHitsClient::SimHitsEndjob(const std::vector<MonitorElement*> &hcalMEs

for (int itime=0; itime<nTime; itime++) {
for (unsigned int det=0; det<divisions.size();det++) {
std::cout<<"itime:"<<itime<<"det:"<<det<<std::endl;
int ny= Occupancy_map[itime][det]->getNbinsY();
int nx= Occupancy_map[itime][det]->getNbinsX();

Expand Down

0 comments on commit 453637c

Please sign in to comment.