2#ifndef RIVET_CentralEtHCM_HH
3#define RIVET_CentralEtHCM_HH
5#include "Rivet/Particle.hh"
6#include "Rivet/Event.hh"
7#include "Rivet/Projections/DISFinalState.hh"
31 using Projection::operator =;
48 double sumEt()
const {
return _sumet; }
Summed of central particles in HCM system.
Definition CentralEtHCM.hh:16
void project(const Event &e)
Apply the projection on to the Event.
RIVET_DEFAULT_PROJ_CLONE(CentralEtHCM)
Clone on the heap.
CentralEtHCM(const DISFinalState &fs)
Definition CentralEtHCM.hh:21
double sumEt() const
The sum of the Et in the central rapidity bin.
Definition CentralEtHCM.hh:48
CmpState compare(const Projection &p) const
Compare with other projections.
Definition CentralEtHCM.hh:40
Final state particles boosted to the hadronic center of mass system.
Definition DISFinalState.hh:14
Representation of a HepMC event, and enabler of Projection caching.
Definition Event.hh:22
const PROJ & declare(const PROJ &proj, const std::string &name) const
Register a contained projection (user-facing version)
Definition ProjectionApplier.hh:175
Base class for all Rivet projections.
Definition Projection.hh:29
void setName(const std::string &name)
Used by derived classes to set their name.
Definition Projection.hh:148
Cmp< Projection > mkNamedPCmp(const Projection &otherparent, const std::string &pname) const
Definition MC_CENT_PPB_Projections.hh:10