rivet is hosted by Hepforge, IPPP Durham
Rivet  2.7.0

Summed $ E_\perp $ of central particles in HCM system. More...

#include <CentralEtHCM.hh>

Inheritance diagram for Rivet::CentralEtHCM:
Rivet::Projection Rivet::ProjectionApplier

Public Member Functions

 CentralEtHCM (const DISFinalState &fs)
 
 DEFAULT_RIVET_PROJ_CLONE (CentralEtHCM)
 Clone on the heap.
 
double sumEt () const
 The sum of the Et in the central rapidity bin.
 
- Public Member Functions inherited from Rivet::Projection
virtual std::string name () const
 Get the name of the projection.
 
 Projection ()
 The default constructor.
 
virtual unique_ptr< Projectionclone () const =0
 Clone on the heap.
 
virtual ~Projection ()
 The destructor.
 
bool before (const Projection &p) const
 
virtual const std::set< PdgIdPair > beamPairs () const
 
ProjectionaddPdgIdPair (PdgId beam1, PdgId beam2)
 
- Public Member Functions inherited from Rivet::ProjectionApplier
 ProjectionApplier ()
 Constructor.
 
void markAsOwned () const
 Mark this object as owned by a proj-handler.
 
std::set< ConstProjectionPtr > getProjections () const
 Get the contained projections, including recursion.
 
bool hasProjection (const std::string &name) const
 Does this applier have a projection registered under the name name?
 
template<typename PROJ >
const PROJ & getProjection (const std::string &name) const
 
template<typename PROJ >
const PROJ & get (const std::string &name) const
 
const ProjectiongetProjection (const std::string &name) const
 
template<typename PROJ >
const PROJ & applyProjection (const Event &evt, const Projection &proj) const
 Apply the supplied projection on event evt. More...
 
template<typename PROJ >
const PROJ & apply (const Event &evt, const Projection &proj) const
 
template<typename PROJ >
const PROJ & applyProjection (const Event &evt, const PROJ &proj) const
 Apply the supplied projection on event evt. More...
 
template<typename PROJ >
const PROJ & apply (const Event &evt, const PROJ &proj) const
 
template<typename PROJ >
const PROJ & applyProjection (const Event &evt, const std::string &name) const
 
template<typename PROJ >
const PROJ & apply (const Event &evt, const std::string &name) const
 
template<typename PROJ >
const PROJ & apply (const std::string &name, const Event &evt) const
 

Protected Member Functions

void project (const Event &e)
 Apply the projection on to the Event. More...
 
int compare (const Projection &p) const
 Compare with other projections.
 
- Protected Member Functions inherited from Rivet::Projection
LoggetLog () const
 Get a Log object based on the getName() property of the calling projection object.
 
void setName (const std::string &name)
 Used by derived classes to set their name.
 
Cmp< ProjectionmkNamedPCmp (const Projection &otherparent, const std::string &pname) const
 
Cmp< ProjectionmkPCmp (const Projection &otherparent, const std::string &pname) const
 
virtual Projectionoperator= (const Projection &)
 Block Projection copying.
 
- Protected Member Functions inherited from Rivet::ProjectionApplier
LoggetLog () const
 
ProjectionHandlergetProjHandler () const
 Get a reference to the ProjectionHandler for this thread.
 
template<typename PROJ >
const PROJ & declareProjection (const PROJ &proj, const std::string &name)
 Register a contained projection. More...
 
template<typename PROJ >
const PROJ & declare (const PROJ &proj, const std::string &name)
 Register a contained projection (user-facing version) More...
 
template<typename PROJ >
const PROJ & declare (const std::string &name, const PROJ &proj)
 Register a contained projection (user-facing, arg-reordered version) More...
 
template<typename PROJ >
const PROJ & addProjection (const PROJ &proj, const std::string &name)
 Register a contained projection (user-facing version) More...
 

Detailed Description

Summed $ E_\perp $ of central particles in HCM system.

Sum up $ E_\perp $ of all particles in the hadronic final state in the central rapidity bin of the HCM system.

Constructor & Destructor Documentation

◆ CentralEtHCM()

Rivet::CentralEtHCM::CentralEtHCM ( const DISFinalState fs)
inline

The default constructor. Must specify a FinalStateHCM projection object which is guaranteed to live throughout the run.

References Rivet::ProjectionApplier::addProjection(), DEFAULT_RIVET_PROJ_CLONE(), project(), and Rivet::Projection::setName().

Member Function Documentation

◆ project()

void Rivet::CentralEtHCM::project ( const Event e)
protectedvirtual

Apply the projection on to the Event.

Todo:
Generalise rapidity cut value

Implements Rivet::Projection.

References Rivet::ParticleFinder::particles().

Referenced by CentralEtHCM().


The documentation for this class was generated from the following files:
  • include/Rivet/Projections/CentralEtHCM.hh
  • src/Projections/CentralEtHCM.cc