rivet is hosted by Hepforge, IPPP Durham
The Rivet MC analysis system  2.2.0
Deprecated List
Member DressedLeptons::clusteredLeptons () const
Use dressedLeptons()
Member FinalState::FinalState (double mineta, double maxeta, double minpt=0.0)
Keep for backwards compatibility for now The default constructor. May specify the minimum and maximum pseudorapidity $ \eta $ and the min $ p_T $ (in GeV).
Member Jet::containsBottom (bool include_decay_products=true) const
The bTags() or bTagged() function is probably what you want for tagging. This one ignores the tags() list and draws conclusions based directly on the jet constituents; the other is a much better match to experimental methods.
Member Jet::containsCharm (bool include_decay_products=true) const
The cTags() or cTagged() function is probably what you want for tagging. This one ignores the tags() list and draws conclusions based directly on the jet constituents; the other is a much better match to experimental methods.
Member Jet::Jet (const Particles &particles, const FourMomentum &pjet)
Prefer the form where the 4-vec comes first and the particles list is optional.
Member Jet::setState (const Particles &particles, const FourMomentum &mom)
Prefer the 4-mom first-arg versions
Member Particle::Particle ()
A particle without info is useless. This only exists to keep STL containers happy.
Member ParticleFinder::isEmpty () const
Is this final state empty?
Member Rivet::cmpMomByAscAbsPseudorapidity (const FourMomentum &a, const FourMomentum &b)
Use cmpMomByAbsEta
Member Rivet::cmpMomByAscAbsRapidity (const FourMomentum &a, const FourMomentum &b)
Use cmpMomByAbsRap
Member Rivet::cmpMomByAscPseudorapidity (const FourMomentum &a, const FourMomentum &b)
Use cmpMomByEta
Member Rivet::cmpMomByAscRapidity (const FourMomentum &a, const FourMomentum &b)
Use cmpMomByRap
Member Rivet::cmpMomByDescAbsPseudorapidity (const FourMomentum &a, const FourMomentum &b)
Use cmpMomByDescAbsEta
Member Rivet::cmpMomByDescAbsRapidity (const FourMomentum &a, const FourMomentum &b)
Use cmpMomByDescAbsRap
Member Rivet::cmpMomByDescPseudorapidity (const FourMomentum &a, const FourMomentum &b)
Use cmpMomByDescEta
Member Rivet::cmpMomByDescRapidity (const FourMomentum &a, const FourMomentum &b)
Use cmpMomByDescRap
Member Rivet::integral (Histo1DPtr histo)
Prefer to directly use the histo's integral() method.