]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Remove unneeded debug output
authorakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Jun 2008 16:10:01 +0000 (16:10 +0000)
committerakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Jun 2008 16:10:01 +0000 (16:10 +0000)
PWG2/FEMTOSCOPY/AliFemto/AliFemtoEventReaderESDChain.cxx
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityCorrFctn.cxx
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoTPCInnerCorrFctn.cxx

index 0c8ce6cb35d5dfe58aecef66a914eca7e106bfd5..149ab100f46633ca9ff901247e007aa72f35cae7 100644 (file)
@@ -368,7 +368,6 @@ AliFemtoEvent* AliFemtoEventReaderESDChain::ReturnHbtEvent()
            //      tInfo->SetEmissionPoint(rxyz[0], rxyz[1], rxyz[2], 0.0);
            //tInfo->SetEmissionPoint(fV1[0], fV1[1], fV1[2], 0.0);
            tInfo->SetEmissionPoint(rxyz[0]-fV1[0], rxyz[1]-fV1[1], rxyz[2]-fV1[2], 0.0);
-           printf("%.3f %.3fy %.3fz\n", rxyz[0], rxyz[1], rxyz[2]);
            trackCopy->SetHiddenInfo(tInfo);
          }
        }
index 07c2fc2c7605fb5ee918af101d234eb81f62b89e..678a735cfec1279459fdf2de58eda17bd700603c 100644 (file)
@@ -197,54 +197,54 @@ void AliFemtoShareQualityCorrFctn::AddRealPair( AliFemtoPair* pair){
     hsfval = ns*1.0/nh;
   }
 
-  if ((tQinv < 0.005) && (hsmval<-0.0)) {
-    cout << "Quality  Sharity " << hsmval << " " << hsfval << " " << pair->Track1()->Track() << " " << pair->Track2()->Track() << endl;
-    cout << "Qinv of the pair is " << tQinv << endl;
-    cout << "Clusters: " << endl;
-    for (unsigned int imap=0; imap<pair->Track1()->Track()->TPCclusters().GetNbits(); imap++) {
-      cout << imap ;
-      if (pair->Track1()->Track()->TPCclusters().TestBitNumber(imap)) cout << " 1 ";
-      else cout << " 0 " ;
-      if (pair->Track2()->Track()->TPCclusters().TestBitNumber(imap)) cout << " 1 ";
-      else cout << " 0 " ;
-      cout << "     ";
-      if (pair->Track1()->Track()->TPCsharing().TestBitNumber(imap)) cout << " S ";
-      else cout << " X ";
-      if (pair->Track2()->Track()->TPCsharing().TestBitNumber(imap)) cout << " S ";
-      else cout << " X ";
-      cout << endl;
-    }
-    cout << "Momentum1 " 
-        << pair->Track1()->Track()->P().x() << " " 
-        << pair->Track1()->Track()->P().y() << " "  
-        << pair->Track1()->Track()->P().z() << " "  
-        << pair->Track1()->Track()->Label() << " "  
-        << pair->Track1()->Track()->TrackId() << " "  
-        << pair->Track1()->Track()->Flags() << " "
-        << pair->Track1()->Track()->KinkIndex(0) << " "
-        << pair->Track1()->Track()->KinkIndex(1) << " "
-        << pair->Track1()->Track()->KinkIndex(2) << " "
-        << pair->Track1()->Track()->ITSchi2() << " "
-        << pair->Track1()->Track()->ITSncls() << " "
-        << pair->Track1()->Track()->TPCchi2() << " "
-        << pair->Track1()->Track()->TPCncls() << " "
-        << endl;
-    cout << "Momentum2 " 
-        << pair->Track2()->Track()->P().x() << " "  
-        << pair->Track2()->Track()->P().y() << " "  
-        << pair->Track2()->Track()->P().z() << " "  
-        << pair->Track2()->Track()->Label() << " "  
-        << pair->Track2()->Track()->TrackId() << " "  
-        << pair->Track2()->Track()->Flags() << " " 
-        << pair->Track2()->Track()->KinkIndex(0) << " "
-        << pair->Track2()->Track()->KinkIndex(1) << " "
-        << pair->Track2()->Track()->KinkIndex(2) << " "
-        << pair->Track2()->Track()->ITSchi2() << " "
-        << pair->Track2()->Track()->ITSncls() << " "
-        << pair->Track2()->Track()->TPCchi2() << " "
-        << pair->Track2()->Track()->TPCncls() << " "
-        << endl;
-  }
+//   if ((tQinv < 0.005) && (hsmval<-0.0)) {
+//     cout << "Quality  Sharity " << hsmval << " " << hsfval << " " << pair->Track1()->Track() << " " << pair->Track2()->Track() << endl;
+//     cout << "Qinv of the pair is " << tQinv << endl;
+//     cout << "Clusters: " << endl;
+//     for (unsigned int imap=0; imap<pair->Track1()->Track()->TPCclusters().GetNbits(); imap++) {
+//       cout << imap ;
+//       if (pair->Track1()->Track()->TPCclusters().TestBitNumber(imap)) cout << " 1 ";
+//       else cout << " 0 " ;
+//       if (pair->Track2()->Track()->TPCclusters().TestBitNumber(imap)) cout << " 1 ";
+//       else cout << " 0 " ;
+//       cout << "     ";
+//       if (pair->Track1()->Track()->TPCsharing().TestBitNumber(imap)) cout << " S ";
+//       else cout << " X ";
+//       if (pair->Track2()->Track()->TPCsharing().TestBitNumber(imap)) cout << " S ";
+//       else cout << " X ";
+//       cout << endl;
+//     }
+//     cout << "Momentum1 " 
+//      << pair->Track1()->Track()->P().x() << " " 
+//      << pair->Track1()->Track()->P().y() << " "  
+//      << pair->Track1()->Track()->P().z() << " "  
+//      << pair->Track1()->Track()->Label() << " "  
+//      << pair->Track1()->Track()->TrackId() << " "  
+//      << pair->Track1()->Track()->Flags() << " "
+//      << pair->Track1()->Track()->KinkIndex(0) << " "
+//      << pair->Track1()->Track()->KinkIndex(1) << " "
+//      << pair->Track1()->Track()->KinkIndex(2) << " "
+//      << pair->Track1()->Track()->ITSchi2() << " "
+//      << pair->Track1()->Track()->ITSncls() << " "
+//      << pair->Track1()->Track()->TPCchi2() << " "
+//      << pair->Track1()->Track()->TPCncls() << " "
+//      << endl;
+//     cout << "Momentum2 " 
+//      << pair->Track2()->Track()->P().x() << " "  
+//      << pair->Track2()->Track()->P().y() << " "  
+//      << pair->Track2()->Track()->P().z() << " "  
+//      << pair->Track2()->Track()->Label() << " "  
+//      << pair->Track2()->Track()->TrackId() << " "  
+//      << pair->Track2()->Track()->Flags() << " " 
+//      << pair->Track2()->Track()->KinkIndex(0) << " "
+//      << pair->Track2()->Track()->KinkIndex(1) << " "
+//      << pair->Track2()->Track()->KinkIndex(2) << " "
+//      << pair->Track2()->Track()->ITSchi2() << " "
+//      << pair->Track2()->Track()->ITSncls() << " "
+//      << pair->Track2()->Track()->TPCchi2() << " "
+//      << pair->Track2()->Track()->TPCncls() << " "
+//      << endl;
+//   }
 
   fShareNumerator->Fill(tQinv, hsfval);
   fQualityNumerator->Fill(tQinv, hsmval);
index db6387282f3814339eaafdf3211e3811d478a28d..2c323e4f5bf2d2d45da2eda1b8a66f28a545557b 100644 (file)
@@ -107,8 +107,6 @@ void AliFemtoTPCInnerCorrFctn::AddRealPair( AliFemtoPair* pair){
   double dist = sqrt(distx*distx + disty*disty + distz*distz);
 
   fDTPCNumerator->Fill(tQinv, dist);
-//   cout << "AliFemtoTPCInnerCorrFctn::AddRealPair : " << tQinv << " " << dist << endl;
-//   cout << distx << " " << disty << " " << distz << endl;
 }
 //____________________________
 void AliFemtoTPCInnerCorrFctn::AddMixedPair( AliFemtoPair* pair){