Skip to content

Commit

Permalink
score particles falling below the energy threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
amorsch authored and dberzano committed Jun 6, 2016
1 parent 8c4ee36 commit 078c745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TRD/TRDsim/AliTRDtestG4.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ void AliTRDtestG4::StepManager()
if (!fPrimaryIonisation) TVirtualMC::GetMC()->SetMaxStep(kBig);

// If not charged track or already stopped or disappeared, just return.
if ((!TVirtualMC::GetMC()->TrackCharge()) ||
TVirtualMC::GetMC()->IsTrackDisappeared()) {

if ((!TVirtualMC::GetMC()->TrackCharge())) {
return;
}

Expand Down

0 comments on commit 078c745

Please sign in to comment.