Opened 10 years ago
Last modified 10 years ago
#603 new Bug
TaggingParticleSkimmer
Reported by: | Daschm | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hi all,
The 'TaggingParticleModule' in your Git master-branch contains a bug:
line 160 and following:
pt = candidate->Momentum.Pt(); if(pt < fPTMin) continue; eta = TMath::Abs(candidate->Momentum.Eta()); if(eta < fEtaMax) continue;
The second check needs an inverted operator.
Cheers,
Daniel
Note:
See TracTickets
for help on using tickets.
Hi Daniel,
thanks for spotting this.
Now fixed in master.
Michele