From 8f1263623f2e42b4e318ae123fd50e78369b5f48 Mon Sep 17 00:00:00 2001 From: morsch Date: Thu, 3 Sep 2009 14:13:21 +0000 Subject: [PATCH] Inverted logic for kTransportBit --- EVGEN/AliGenExtFile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EVGEN/AliGenExtFile.cxx b/EVGEN/AliGenExtFile.cxx index 71c06a26652..27927a1efe7 100644 --- a/EVGEN/AliGenExtFile.cxx +++ b/EVGEN/AliGenExtFile.cxx @@ -157,7 +157,7 @@ void AliGenExtFile::Generate() origin[2] = fVertex[2] + jparticle->Vz(); } - Int_t doTracking = fTrackIt && selected && !(jparticle->TestBit(kTransportBit)); + Int_t doTracking = fTrackIt && selected && (jparticle->TestBit(kTransportBit)); Int_t parent = jparticle->GetFirstMother(); PushTrack(doTracking, parent, idpart, p, origin, polar, 0, kPPrimary, nt); -- 2.39.3