Skip to content
Snippets Groups Projects
Commit ac2b617a authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

NhitsvsEta_ePIC.C: reduce output verbosity

parent 89d3dd3f
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,6 @@ void NhitsvsEta_ePIC(TString filePath="", TString label="", TString output_prefi ...@@ -229,7 +229,6 @@ void NhitsvsEta_ePIC(TString filePath="", TString label="", TString output_prefi
int nhits = nhits_SVTIB + nhits_SVTOB + nhits_InMPGD + nhits_BTOF + nhits_OutMPGD + nhits_SVTDisks + nhits_FwdMPGDDisks + nhits_BwdMPGDDisks + nhits_ETOF; int nhits = nhits_SVTIB + nhits_SVTOB + nhits_InMPGD + nhits_BTOF + nhits_OutMPGD + nhits_SVTDisks + nhits_FwdMPGDDisks + nhits_BwdMPGDDisks + nhits_ETOF;
if (nhits>0) hits->Fill(eta_Track,nhits); if (nhits>0) hits->Fill(eta_Track,nhits);
printf("Total Associated hits: %d \n",nhits);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment