]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDv1.cxx
extra bit for TPC and Global constrained flagging
[u/mrichter/AliRoot.git] / FMD / AliFMDv1.cxx
index 129998a0dccc648fbb886b8a14fa2fa51d712e07..386115768af1796f25089eb21ebb0a78d6fabf5b 100644 (file)
@@ -59,7 +59,7 @@ AliFMDv1::VMC2FMD(TLorentzVector& v, UShort_t& detector,
                  Char_t& ring, UShort_t& sector, UShort_t& strip) const
 {
   // Convert VMC coordinates to detector coordinates 
-  TVirtualMC* mc = TVirtualMC::GetMC();
+  TVirtualMC*      mc  = TVirtualMC::GetMC();
   AliFMDGeometry*  fmd = AliFMDGeometry::Instance();
 
   // Get track position
@@ -104,7 +104,7 @@ AliFMDv1::VMC2FMD(Int_t copy, TLorentzVector& v,
                  UShort_t& sector, UShort_t& strip) const
 {
   // Convert VMC coordinates to detector coordinates 
-  TVirtualMC* mc = TVirtualMC::GetMC();
+  TVirtualMC*     mc  = TVirtualMC::GetMC();
   AliFMDGeometry* fmd = AliFMDGeometry::Instance();
 
   strip = copy - 1;
@@ -128,8 +128,9 @@ AliFMDv1::VMC2FMD(Int_t copy, TLorentzVector& v,
   AliFMDRing*     gring = gdet->GetRing(ring);
   if (!gring) {
     AliFatal(Form("Ring %c not found (volume was %s at offset %d in path %s)", 
-                 ring, fmd->GetRingOff(), 
+                 ring, 
                  mc->CurrentVolOffName(fmd->GetRingOff()),
+                 fmd->GetRingOff(), 
                  mc->CurrentVolPath()));
   }
   Int_t n = gring->GetNSectors();
@@ -148,7 +149,7 @@ AliFMDv1::VMC2FMD(Int_t copy, TLorentzVector& v,
   sector--;
   // Get track position
   mc->TrackPosition(v);
-  AliFMDDebug(15, ("<2> Inside an active FMD volume FMD%d%c[%2d,%3d] %s",
+  AliFMDDebug(40, ("<2> Inside an active FMD volume FMD%d%c[%2d,%3d] %s",
                    detector, ring, sector, strip, mc->CurrentVolPath()));
 
   return kTRUE;