Comment added
authorskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 29 Feb 2004 15:29:57 +0000 (15:29 +0000)
committerskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 29 Feb 2004 15:29:57 +0000 (15:29 +0000)
HBTAN/AliHBTReaderTPC.cxx

index 7e9478defff8152783049cd75040a77b7601763f..cc17bc1f97cf747e2b7a9f8f222f882f3aa9c8fa 100644 (file)
@@ -294,7 +294,7 @@ Int_t AliHBTReaderTPC::ReadNext()
 
        if (label < 0) continue;
        
-       if (CheckTrack(iotrack)) continue;
+       if (CheckTrack(iotrack)) continue;//Checks the cuts on track parameters cov. mtx etc
        
        TParticle *p = (TParticle*)stack->Particle(label);