Rivet::SmearedJets Class Referenceabstract Wrapper projection for smearing
Inheritance diagram for Rivet::SmearedJets:
![]()
Detailed DescriptionWrapper projection for smearing
Constructor & Destructor Documentation◆ SmearedJets() [1/6]
Constructor with a reco efficiency and optional tagging efficiencies.
◆ SmearedJets() [2/6]
Constructor with tagging efficiencies, plus an ordered init-list of efficiency and smearing functions.
◆ SmearedJets() [3/6]
Constructor with tagging efficiencies, plus an ordered vector of efficiency and smearing functions.
◆ SmearedJets() [4/6]
Constructor with an ordered init-list of efficiency and smearing functions, plus optional tagging efficiencies.
◆ SmearedJets() [5/6]
Constructor with an ordered vector of efficiency and smearing functions, plus optional tagging efficiencies.
References Rivet::ProjectionApplier::declare(), and Rivet::Projection::setName(). ◆ SmearedJets() [6/6]
Constructor with trailing efficiency arg.
Member Function Documentation◆ addPdgIdPair()
Add a colliding beam pair.
◆ applyProjection() [1/3]
template<typename PROJ = Projection>
Apply the supplied projection on event evt.
◆ applyProjection() [2/3]
template<typename PROJ = Projection>
Apply the supplied projection on event evt.
◆ applyProjection() [3/3]
template<typename PROJ = Projection>
Apply the named projection on event evt.
References Rivet::ProjectionApplier::name(). ◆ beamPairs()
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.
◆ before()
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. ◆ clone()
Clone on the heap. Implements Rivet::Projection. ◆ compare()
Compare to another SmearedJets. Implements Rivet::JetFinder. References Rivet::cmp(), Rivet::Projection::mkPCmp(), Rivet::Kin::p(), and Rivet::JetFinder::size(). ◆ declare() [1/2]
template<typename PROJ >
Register a contained projection (user-facing version)
References Rivet::ProjectionApplier::declareProjection(), and Rivet::ProjectionApplier::name(). Referenced by Rivet::CentralEtHCM::CentralEtHCM(), Rivet::CentralityEstimator::CentralityEstimator(), Rivet::ChargedLeptons::ChargedLeptons(), Rivet::ALICE::CLMultiplicity< INNER >::CLMultiplicity(), Rivet::DISDiffHadron::DISDiffHadron(), Rivet::DISFinalState::DISFinalState(), Rivet::DISKinematics::DISKinematics(), Rivet::DISLepton::DISLepton(), Rivet::GammaGammaFinalState::GammaGammaFinalState(), 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::LossyFinalState< FILTER >::LossyFinalState(), Rivet::MC_pPbMinBiasTrigger::MC_pPbMinBiasTrigger(), Rivet::MC_SumETFwdPbCentrality::MC_SumETFwdPbCentrality(), Rivet::ATLAS::MinBiasTrigger::MinBiasTrigger(), Rivet::MissingMomentum::MissingMomentum(), Rivet::NeutralFinalState::NeutralFinalState(), Rivet::NonHadronicFinalState::NonHadronicFinalState(), Rivet::ParisiTensor::ParisiTensor(), Rivet::PercentileProjection::PercentileProjection(), Rivet::PrimaryHadrons::PrimaryHadrons(), SmearedJets(), Rivet::SmearedMET::SmearedMET(), Rivet::SmearedParticles::SmearedParticles(), 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(), Rivet::VetoedFinalState::VetoedFinalState(), Rivet::VisibleFinalState::VisibleFinalState(), Rivet::CentralityProjection::add(), Rivet::VetoedFinalState::addVetoOnThisFinalState(), and Rivet::CentralityBinner< T, MDist >::setProjection(). ◆ declare() [2/2]
template<typename PROJ >
Register a contained projection (user-facing, arg-reordered version)
References Rivet::ProjectionApplier::declareProjection(), and Rivet::ProjectionApplier::name(). ◆ 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
References Rivet::ProjectionApplier::name(). Referenced by Rivet::ProjectionApplier::declare(). ◆ DEFAULT_RIVET_PROJ_CLONE()
Clone on the heap.
◆ get()
template<typename PROJ >
Get the named projection, specifying return type via a template argument (user-facing alias).
References Rivet::ProjectionApplier::name(). ◆ getProjection() [1/2]
template<typename PROJ >
Get the named projection, specifying return type via a template argument.
References Rivet::ProjectionHandler::getProjection(), Rivet::ProjectionApplier::getProjHandler(), Rivet::ProjectionApplier::name(), and Rivet::Kin::p(). Referenced by Rivet::CentralityProjection::compare(), and Rivet::pcmp(). ◆ getProjection() [2/2]
Get the named projection (non-templated, so returns as a reference to a Projection base class). References Rivet::ProjectionHandler::getProjection(), Rivet::ProjectionApplier::getProjHandler(), and Rivet::ProjectionApplier::name(). ◆ jets() [1/6]Get the jets with a Cut applied, and ordered by supplied sorting functor
References Rivet::JetFinder::jets(), and Rivet::sortBy(). ◆ jets() [2/6]
Get jets in no guaranteed order, with an optional Cut
References Rivet::filter_select(). Referenced by Rivet::JetFinder::entities(), Rivet::JetFinder::jets(), Rivet::JetFinder::jetsByPt(), and Rivet::JetFinder::size(). ◆ jets() [3/6]
Get jets in no guaranteed order, with a selection functor
References Rivet::filter_select(). ◆ jets() [4/6]
Get the jets, ordered by supplied sorting function object, with optional cuts on \( p_\perp \) and rapidity.
References Rivet::JetFinder::jets(), and Rivet::sortBy(). ◆ jets() [5/6]
Get the jets, ordered by supplied sorting functor, with an optional Cut
References Rivet::JetFinder::jets(). ◆ jets() [6/6]
Get the jets, ordered by supplied sorting functor and with a selection functor applied
References Rivet::JetFinder::jets(). ◆ jetsByPt() [1/3]
Get the jets, ordered by \( p_T \), with optional cuts.
This is a very common use-case, so is available as syntatic sugar for jets(c, cmpMomByPt). References Rivet::cmpMomByPt(), and Rivet::JetFinder::jets(). ◆ jetsByPt() [2/3]
Get the jets, ordered by \( p_T \), with cuts via a selection functor.
This is a very common use-case, so is available as syntatic sugar for jets(c, cmpMomByPt). References Rivet::cmpMomByPt(), and Rivet::JetFinder::jets(). ◆ jetsByPt() [3/3]
Get the jets, ordered by \( p_T \), with a cut on \( p_\perp \).
This is a very common use-case, so is available as syntatic sugar for jets(Cuts::pT >= ptmin, cmpMomByPt). References Rivet::cmpMomByPt(), and Rivet::JetFinder::jets(). ◆ mkNamedPCmp()
Shortcut to make a named Cmp<Projection> comparison with the Referenced by Rivet::MC_SumETFwdPbCentrality::compare(), Rivet::MC_pPbMinBiasTrigger::compare(), Rivet::BeamThrust::compare(), Rivet::CentralEtHCM::compare(), Rivet::DISFinalState::compare(), Rivet::EventMixingBase::compare(), Rivet::FParameter::compare(), Rivet::GammaGammaFinalState::compare(), Rivet::HeavyHadrons::compare(), Rivet::Hemispheres::compare(), Rivet::LossyFinalState< FILTER >::compare(), Rivet::PercentileProjection::compare(), Rivet::Spherocity::compare(), Rivet::Thrust::compare(), Rivet::ATLAS::SumET_PB_Centrality::compare(), Rivet::ATLAS::SumET_PBPB_Centrality::compare(), Rivet::ATLAS::MinBiasTrigger::compare(), Rivet::CentralityEstimator::compare(), Rivet::GeneratedCentrality::compare(), Rivet::STAR_BES_Centrality::compare(), and Rivet::BRAHMSCentrality::compare(). ◆ mkPCmp()
Shortcut to make a named Cmp<Projection> comparison with the
Referenced by Rivet::ALICE::PrimaryParticles::compare(), compare(), Rivet::SmearedMET::compare(), Rivet::SmearedParticles::compare(), and Rivet::Correlators::compare(). ◆ name()
Get the name of the projection. Implements Rivet::ProjectionApplier. Referenced by Rivet::VetoedFinalState::addVetoOnThisFinalState(), Rivet::Projection::getLog(), and Rivet::Projection::setName(). ◆ project()
Perform the jet finding & smearing calculation. <
<
Implements Rivet::JetFinder. References Rivet::ParticleBase::eta(), Rivet::PID::hasBottom(), Rivet::PID::hasCharm(), Rivet::ParticleBase::mom(), MSG_DEBUG, Rivet::Jet::particles(), Rivet::ParticleBase::pT(), Rivet::rand01(), and Rivet::Jet::tags(). ◆ reset()
Reset the projection. Smearing functions will be unchanged. Implements Rivet::JetFinder. ◆ useInvisibles()
Include (some) invisible particles in jet construction. The default behaviour is that jets are only constructed from visible particles. Some jet studies, including those from ATLAS, use a definition in which neutrinos from hadron decays are included via MC-based calibrations. Setting this flag to true avoids the automatic restriction to a VisibleFinalState. ◆ useMuons()
Include (some) muons in jet construction. The default behaviour is that jets are only constructed from visible particles. Some jet studies, including those from ATLAS, use a definition in which neutrinos from hadron decays are included via MC-based calibrations. Setting this flag to true avoids the automatic restriction to a VisibleFinalState. The documentation for this class was generated from the following file:
Generated on Fri Apr 28 2023 08:48:51 for Rivet by |