]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
commenting out not needed couts
authorlgraczyk <lgraczyk@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 May 2013 07:47:12 +0000 (07:47 +0000)
committerlgraczyk <lgraczyk@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 May 2013 07:47:12 +0000 (07:47 +0000)
PWGCF/FEMTOSCOPY/AliFemto/AliFemtoBasicEventCut.cxx

index 951336f9015eeb4205729db8302d796d946ee8c3..54effd0c5ad71337a5b2e527ba05097eb1d6d930 100644 (file)
@@ -70,7 +70,7 @@ bool AliFemtoBasicEventCut::Pass(const AliFemtoEvent* event){
   // cout << "AliFemtoBasicEventCut:: goodEvent" <<goodEvent << endl;
 
   goodEvent ? fNEventsPassed++ : fNEventsFailed++ ;
-    cout << "AliFemtoBasicEventCut:: return : " << goodEvent << endl;
+  // cout << "AliFemtoBasicEventCut:: return : " << goodEvent << endl;
 //     (fAcceptBadVertex || (event->PrimVertCov()[4] > -1000.0)) &&
 
   return (goodEvent);