2#ifndef RIVET_GammaGammaFinalState_HH
3#define RIVET_GammaGammaFinalState_HH
5#include "Rivet/Projections/FinalState.hh"
6#include "Rivet/Projections/GammaGammaKinematics.hh"
23 setName(
"GammaGammaFinalState");
25 declare(kinematicsp,
"Kinematics");
54 using Projection::operator =;
Representation of a HepMC event, and enabler of Projection caching.
Definition Event.hh:22
Project out all final-state particles in an event. Probably the most important projection in Rivet!
Definition FinalState.hh:12
Final state particles boosted to the hadronic center of mass system.
Definition GammaGammaFinalState.hh:14
GammaGammaFinalState(const GammaGammaKinematics &kinematicsp)
Definition GammaGammaFinalState.hh:42
GammaGammaFinalState(const Cut &c, const GammaGammaKinematics &kinematicsp=GammaGammaKinematics())
Definition GammaGammaFinalState.hh:30
DEFAULT_RIVET_PROJ_CLONE(GammaGammaFinalState)
Clone on the heap.
GammaGammaFinalState(const FinalState &fs=FinalState(), const GammaGammaKinematics &kinematicsp=GammaGammaKinematics())
Definition GammaGammaFinalState.hh:21
void project(const Event &e)
Apply the projection on the supplied event.
CmpState compare(const Projection &p) const
Compare projections.
Definition GammaGammaFinalState.hh:63
Get the gamma gamma kinematic variables and relevant boosts for an event.
Definition GammaGammaKinematics.hh:15
const PROJ & declare(const PROJ &proj, const std::string &name)
Register a contained projection (user-facing version)
Definition ProjectionApplier.hh:170
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:142
Cmp< Projection > mkNamedPCmp(const Projection &otherparent, const std::string &pname) const
double p(const ParticleBase &p)
Unbound function access to p.
Definition ParticleBaseUtils.hh:684
Definition MC_Cent_pPb.hh:10