]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv4.cxx
Add task for D meson v2 with event plane in compilation
[u/mrichter/AliRoot.git] / TPC / AliTPCv4.cxx
index dd5b03706acaa2417ae50a0459d9f37e7dec3219..5681f72140f6c33f1c590d19289cb97530c488c8 100644 (file)
@@ -1270,7 +1270,8 @@ void AliTPCv4::StepManager()
 
     // Add this hit
 
-    if (fHitType&&2){
+    //if (fHitType&&2){
+    if(fHitType){
       gMC->TrackMomentum(p);
       Float_t momentum = TMath::Sqrt(p[0]*p[0]+p[1]*p[1]);
       Float_t precision =   (momentum>0.1) ? 0.002 :0.01;