]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added debug statement
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 23 Nov 2004 09:11:23 +0000 (09:11 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 23 Nov 2004 09:11:23 +0000 (09:11 +0000)
FMD/AliFMDv1.cxx

index 17e7ca85747280c0b64323bd29234ea3c679ffb4..8f82e459f6180fa112364a8586403fe814e869f6 100644 (file)
@@ -103,6 +103,7 @@ AliFMDv1::StepManager()
   // DebugGuard guard("AliFMDv1::StepManager");
   AliDebug(10, "AliFMDv1::StepManager");
   // return;
+  AliDebug(10, Form("Is inside %s", gMC->CurrentVolName()));
 
   // If the track is gone, return
   if (!gMC->IsTrackAlive()) return;
@@ -110,8 +111,6 @@ AliFMDv1::StepManager()
   // Only process charged particles 
   if(TMath::Abs(gMC->TrackCharge()) <= 0) return; 
 
-  // TString vol(gMC->CurrentVolName());
-  // std::cout << "Is inside " << vol << " ... " << std::endl;
   // Only do stuff is the track is in one of the strips. 
   // TString vol(gMC->CurrentVolName());
   // if (!vol.Contains("STR")) return;