Rivet::FinalState Class Referenceabstract Project out all final-state particles in an event. Probably the most important projection in Rivet! More...
Inheritance diagram for Rivet::FinalState:
![]()
Detailed DescriptionProject out all final-state particles in an event. Probably the most important projection in Rivet! Member Function Documentation
Decide if a particle is to be accepted or not.
Reimplemented in Rivet::FinalPartons.
Add a colliding beam pair.
template<typename PROJ = Projection>
Apply the supplied projection on event evt.
template<typename PROJ = Projection>
Apply the supplied projection on event evt.
template<typename PROJ = Projection>
Apply the named projection on event evt.
Return the allowed beam pairs on which this projection can operate, not including recursion. Derived classes should ensure that all contained projections are registered in the _projections set for the beam constraint chaining to work.
Determine whether this object should be ordered before the object p given as argument. If p is of a different class than this, the before() function of the corresponding type_info objects is used. Otherwise, if the objects are of the same class, the virtual compare(const Projection &) will be returned.
template<typename PROJ >
Register a contained projection (user-facing version)
References Rivet::ProjectionApplier::declareProjection(). Referenced by Rivet::CentralityProjection::add(), Rivet::VetoedFinalState::addVetoOnThisFinalState(), Rivet::CentralEtHCM::CentralEtHCM(), Rivet::CentralityEstimator::CentralityEstimator(), Rivet::ChargedLeptons::ChargedLeptons(), Rivet::ALICE::CLMultiplicity< INNER >::CLMultiplicity(), Rivet::DISDiffHadron::DISDiffHadron(), Rivet::DISKinematics::DISKinematics(), Rivet::DISLepton::DISLepton(), Rivet::GammaGammaKinematics::GammaGammaKinematics(), Rivet::GammaGammaLeptons::GammaGammaLeptons(), Rivet::GeneratedCentrality::GeneratedCentrality(), Rivet::HadronicFinalState::HadronicFinalState(), Rivet::HeavyHadrons::HeavyHadrons(), Rivet::Hemispheres::Hemispheres(), Rivet::InvisibleFinalState::InvisibleFinalState(), Rivet::LeadingParticlesFinalState::LeadingParticlesFinalState(), Rivet::MC_pPbMinBiasTrigger::MC_pPbMinBiasTrigger(), Rivet::MC_SumETFwdPbCentrality::MC_SumETFwdPbCentrality(), Rivet::ATLAS::MinBiasTrigger::MinBiasTrigger(), Rivet::MissingMomentum::MissingMomentum(), Rivet::NeutralFinalState::NeutralFinalState(), Rivet::ParisiTensor::ParisiTensor(), Rivet::PercentileProjection::PercentileProjection(), Rivet::PrimaryHadrons::PrimaryHadrons(), Rivet::CentralityBinner< T, MDist >::setProjection(), Rivet::SmearedMET::SmearedMET(), Rivet::Spherocity::Spherocity(), Rivet::ATLAS::SumET_PB_Centrality::SumET_PB_Centrality(), Rivet::ATLAS::SumET_PBPB_Centrality::SumET_PBPB_Centrality(), Rivet::TauFinder::TauFinder(), Rivet::TriggerCDFRun0Run1::TriggerCDFRun0Run1(), Rivet::TriggerCDFRun2::TriggerCDFRun2(), Rivet::UndressBeamLeptons::UndressBeamLeptons(), Rivet::ALICE::V0AndTrigger::V0AndTrigger(), Rivet::ALICE::V0Trigger< MODE >::V0Trigger(), and Rivet::VetoedFinalState::VetoedFinalState().
template<typename PROJ >
Register a contained projection (user-facing, arg-reordered version)
References Rivet::ProjectionApplier::declareProjection().
template<typename PROJ >
Register a contained projection. The type of the argument is used to instantiate a new projection internally: this new object is applied to events rather than the argument object. Hence you are advised to only use locally-scoped Projection objects in your Projection and Analysis constructors, and to avoid polymorphism (e.g. handling
Referenced by Rivet::ProjectionApplier::declare().
template<typename PROJ >
Get the named projection, specifying return type via a template argument (user-facing alias).
References Rivet::ProjectionApplier::name().
template<typename PROJ >
Get the named projection, specifying return type via a template argument.
References Rivet::ProjectionHandler::getProjection(), and Rivet::ProjectionApplier::getProjHandler(). Referenced by Rivet::CentralityProjection::compare(), and Rivet::pcmp().
Get the named projection (non-templated, so returns as a reference to a Projection base class). References Rivet::ProjectionHandler::getProjection(), and Rivet::ProjectionApplier::getProjHandler().
Shortcut to make a named Cmp<Projection> comparison with the Referenced by Rivet::FParameter::compare(), Rivet::CentralEtHCM::compare(), Rivet::BeamThrust::compare(), Rivet::STAR_BES_Centrality::compare(), Rivet::MC_SumETFwdPbCentrality::compare(), Rivet::ATLAS::SumET_PB_Centrality::compare(), Rivet::CentralityEstimator::compare(), Rivet::Spherocity::compare(), Rivet::GammaGammaFinalState::compare(), Rivet::LossyFinalState< ConstRandomFilter >::compare(), Rivet::Thrust::compare(), Rivet::BRAHMSCentrality::compare(), Rivet::MC_pPbMinBiasTrigger::compare(), Rivet::ATLAS::SumET_PBPB_Centrality::compare(), Rivet::Hemispheres::compare(), Rivet::HeavyHadrons::compare(), Rivet::DISFinalState::compare(), Rivet::PercentileProjection::compare(), Rivet::ATLAS::MinBiasTrigger::compare(), Rivet::EventMixingBase::compare(), and Rivet::GeneratedCentrality::compare().
Shortcut to make a named Cmp<Projection> comparison with the
Referenced by Rivet::SmearedMET::compare(), Rivet::SmearedParticles::compare(), Rivet::SmearedJets::compare(), and Rivet::Correlators::compare(). Get the particles with selection cuts.
References Rivet::filter_select(), and Rivet::ParticleFinder::particles().
Get the particles with selection cuts via a functor.
References Rivet::filter_select(), and Rivet::ParticleFinder::particles().
Get the particles, ordered by supplied sorting function object
References Rivet::ParticleFinder::particles(), and Rivet::sortBy().
Get the particles, ordered by supplied sorting function object
References Rivet::ParticleFinder::particles(), and Rivet::sortBy().
Get the particles, ordered by a sorting functor and filtered by a selection functor
References Rivet::ParticleFinder::particles(), and Rivet::sortBy().
Get the particles, ordered by a sorting functor and filtered by a selection functor
References Rivet::ParticleFinder::particles(), and Rivet::sortBy().
Get the particles, ordered by decreasing \( p_T \) and with optional cuts This is a very common use-case, so is available as syntatic sugar for particles(c, cmpMomByPt). References Rivet::cmpMomByPt(), and Rivet::ParticleFinder::particles(). Referenced by Rivet::SmearedParticles::project(), and Rivet::SmearedParticles::truthParticles().
Get the particles, ordered by decreasing \( p_T \) and with optional cuts This is a very common use-case, so is available as syntatic sugar for particles(f, cmpMomByPt). References Rivet::cmpMomByPt(), and Rivet::ParticleFinder::particles().
Get the particles, ordered by decreasing \( p_T \) and with a cut on minimum \( p_T \) This is a very common use-case, so is available as syntatic sugar for particles(Cuts::pT >= ptmin, cmpMomByPt). References Rivet::cmpMomByPt(), and Rivet::ParticleFinder::particles().
Get the raw particles in no particular order, with no cuts
References Rivet::ParticleFinder::particles(). The documentation for this class was generated from the following file:
Generated by ![]() |