|
- Module Particle pair classifiers
- Use charge3
- Module Particle pair classifiers
- Use charge3
- Member Rivet::Analysis::makeAxisCode (unsigned int datasetId, unsigned int xAxisId, unsigned int yAxisId) const
- Prefer the "mk" form, consistent with other "making function" names
- Member Rivet::AnalysisHandler::beamIds () const
- Use standalone beamIds(ah.beams()), to clean AH interface
- Member Rivet::AnalysisHandler::hasCrossSection () const
- Should no-longer be an issue: does any generator not write the cross-section?
- Member Rivet::AnalysisHandler::needCrossSection () const
- Should no-longer be an issue: does any generator not write the cross-section?
- Member Rivet::AnalysisHandler::setSumOfWeights (const double &sum)
- Weight sums are no longer tracked this way...
- Member Rivet::AnalysisHandler::sqrtS () const
- Use standalone sqrtS(ah.beams()), to clean AH interface
- Member Rivet::AnalysisHandler::sumOfWeights () const
- Prefer sumW
- Member Rivet::Beam::beamIds () const
- Use pids(beams())
- Member Rivet::beamIds (const ParticlePair &beams)
- Use pids(beams)
- Member Rivet::beamIds (const Event &e)
- Use pids(e.beams())
- Member Rivet::BinnedHistogram< T >::addHistogram (const T &binMin, const T &binMax, Histo1DPtr histo)
- Prefer add()
- Member Rivet::BinnedHistogram< T >::getHistograms () const
- Prefer histos()
- Member Rivet::BinnedHistogram< T >::getHistograms ()
- Prefer histos()
- Member Rivet::DISFinalState::DISFinalState (const DISKinematics &kinematicsp, BoostType boosttype)
- Prefer a version that doesn't need a DISKinematics argument
- Class Rivet::DressedLepton
- Just use Particle.constituents() now.
- Member Rivet::DressedLepton::constituentLepton () const
- Prefer the more physicsy bareLepton()
- Member Rivet::DressedLepton::constituentPhotons () const
- Prefer the shorter photons()
- Member Rivet::Event::Event (const GenEvent &ge)
- HepMC uses pointers, so we should talk to HepMC via pointers
- Member Rivet::filterBy (const Jets &jets, const Cut &c)
- Use filter_select
- Member Rivet::filterBy (const Jets &jets, const Cut &c, Jets &out)
- Use filter_select
- Member Rivet::filterBy (const Particles &particles, const Cut &c, Particles &out)
- Use filter_select
- Member Rivet::filterBy (const Particles &particles, const Cut &c)
- Use filter_select
- Member Rivet::FinalState::FinalState (double mineta, double maxeta, double minpt=0.0 *GeV)
Use the versions with Cut arguments
, keep for backwards compatibility for now.
, keep for backwards compatibility for now.
- Member Rivet::FourMomentum::boostVector () const
- This will be removed; use betaVec() instead
- Member Rivet::fromDecay (const Particle &p)
- Too vague: use fromHadron or fromHadronicTau
- Member Rivet::hasAncestor (const Particle &p, PdgId pid)
- Prefer hasAncestorWith
- Member Rivet::HeavyHadrons::bHadrons (double ptmin) const
- Prefer bHadrons(Cuts::pT > x)
- Member Rivet::HeavyHadrons::cHadrons (double ptmin) const
- Prefer cHadrons(Cuts::pT > x)
- Member Rivet::IdentifiedFinalState::IdentifiedFinalState (const vector< PdgId > &pids, const FinalState &fsp)
- Use the version with FinalState as 1st arg
- Member Rivet::IdentifiedFinalState::IdentifiedFinalState (PdgId pid, const FinalState &fsp)
- Use the version with FinalState as 1st arg
- Member Rivet::ifilterBy (Jets &jets, const Cut &c)
- Use ifilter_select
- Member Rivet::ifilterBy (Particles &particles, const Cut &c)
- Use ifilter_select
- Class Rivet::InitialQuarks
- We're not sure exactly when we'lll get rid of this, but it's going to happen...
- Member Rivet::Jet::DEPRECATED ("Prefer the cTags() or cTagged() function") bool containsCharm(bool include_decay_products
- 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 gives a much better match to typical experimental methods.
- Member Rivet::Jet::DEPRECATED ("Prefer the bTags() or bTagged() function") bool containsBottom(bool include_decay_products
- 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 gives a much better match to typical experimental methods.
- Member Rivet::JetAlg::jetsByPt (double ptmin) const
- Use the version with a Cut argument
- Member Rivet::JetAlg::useInvisibles (bool useinvis)
- Use the enum-arg version instead. Will be removed in Rivet v3
- Member Rivet::MAXDOUBLE
- Prefer the standard DBL/INT_MAX
- Member Rivet::P3_FN0 (const Vector3 &p)
- Alias for P3_EFF_ZERO
- Member Rivet::P3_FN1 (const Vector3 &p)
- Alias for P3_EFF_ONE
- Member Rivet::P4_FN0 (const FourMomentum &)
- Alias for P4_EFF_ZERO
- Member Rivet::P4_FN1 (const FourMomentum &)
- Alias for P4_EFF_ONE
- Member Rivet::Particle::fromDecay () const
- Too vague: use fromHadron or fromHadronicTau
- Member Rivet::Particle::hasAncestor (PdgId pid, bool only_physical=true) const
- Prefer hasAncestorWith(Cuts::pid == pid) etc.
- Member Rivet::Particle::hasParent (PdgId pid) const
- Prefer e.g. hasParentWith(Cut::pid == 123)
- Member Rivet::Particle::pdgId () const
- Prefer the pid/abspid form
- Member Rivet::Particle::threeCharge () const
- Use charge3
- Class Rivet::ParticleEffFilter
- Prefer
- Member Rivet::ProjectionApplier::addProjection (const PROJ &proj, const std::string &name)
- Use declareProjection() or declare()
- Member Rivet::SmearedJets::SmearedJets (const JetAlg &ja, const JetSmearFn &smearFn, const JetEffFn &bTagEffFn, const JetEffFn &cTagEffFn, const JetEffFn &jetEffFn)
- Use the version with pair-smearing list as 2nd argument
- Member Rivet::WFinder::WFinder (const FinalState &inputfs, const Cut &leptoncuts, PdgId pid, double minmass, double maxmass, double missingET, double dRmax, ClusterPhotons clusterPhotons, PhotonTracking trackPhotons=NOTRACK, MassWindow masstype=MASS, double masstarget=80.4 *GeV)
- Remove this and always use the constructor with chLeptons argument.
- Member Rivet::ZFinder::ZFinder (const FinalState &inputfs, const Cut &cuts, PdgId pid, double minmass, double maxmass, double dRmax, ClusterPhotons clusterPhotons, PhotonTracking trackPhotons=NOTRACK, double masstarget=91.2 *GeV)
- Remove this and always use the constructor with chLeptons argument.
|