Fork me on GitHub

Opened 9 years ago

Last modified 9 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

Change History (1)

comment:1 by Michele Selvaggi, 9 years ago

Hi Daniel,

thanks for spotting this.
Now fixed in master.

Michele

Note: See TracTickets for help on using tickets.