]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
stored pad crossing info in the debug stream
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 15 Oct 2008 08:36:03 +0000 (08:36 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 15 Oct 2008 08:36:03 +0000 (08:36 +0000)
TRD/qaRec/AliTRDcheckDetector.cxx

index a6fa4f0fd509f06d8c968a1f379333cf2d7d9d58..9a1a348223f12a3cc56dc02d6a0d9f1396b568ca 100644 (file)
@@ -147,11 +147,14 @@ void AliTRDcheckDetector::Exec(Option_t *){
             }
           }
           dynamic_cast<TH1F *>(fContainer->UncheckedAt(kChargeDeposit))->Fill(Qtot);
+          Int_t crossing = fTracklet->GetNChange();
           if(fDebugLevel > 3){
             (*fDebugStream) << "ChargeDeposit"
-              << "Detector="   << detector
-              << "Sector="             << sector
-              << "QT="                         << Qtot
+              << "Detector="  << detector
+              << "Sector="    << sector
+              << "nclusters=" << nClustersTracklet
+              << "crossing="  << crossing
+              << "QT="        << Qtot
               << "\n";
           }
         }