|
Rivet
1.8.0
|
Summed
of central particles in HCM system.
More...
#include <CentralEtHCM.hh>
Public Member Functions | |
| CentralEtHCM (const DISFinalState &fs) | |
| virtual const Projection * | clone () const |
| Clone on the heap. | |
| double | sumEt () const |
| The sum of the Et in the central rapidity bin. | |
Protected Member Functions | |
| void | project (const Event &e) |
| Apply the projection on to the Event. | |
| int | compare (const Projection &p) const |
| Compare with other projections. | |
Summed
of central particles in HCM system.
Sum up
of all particles in the hadronic final state in the central rapidity bin of the HCM system.
| 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(), and Rivet::Projection::setName().
Referenced by clone().
| void Rivet::CentralEtHCM::project | ( | const Event & | e | ) | [protected, virtual] |
Apply the projection on to the Event.
Implements Rivet::Projection.
References Rivet::FourMomentum::Et(), Rivet::Particle::momentum(), Rivet::FinalState::particles(), and Rivet::FourMomentum::rapidity().
1.7.6.1