rivet
is hosted by
Hepforge
,
IPPP Durham
Rivet home
Contur
Professor
YODA
MCplots
AGILe
Downloads
Analyses
Standard analyses
Analysis changelog
Writing an analysis
Analysis coverage & wishlists
General
No searches/HI
Searches
Heavy ion
Documentation
Manual & talk links
Getting started / tutorials
Rivet via Docker
Changelog
Doxygen code/API docs
Source code
Contact
Rivet
3.1.6
include
Rivet
Projections
ChargedFinalState.hh
1
// -*- C++ -*-
2
#ifndef RIVET_ChargedFinalState_HH
3
#define RIVET_ChargedFinalState_HH
4
5
#include "Rivet/Projections/FinalState.hh"
6
7
namespace
Rivet
{
8
9
11
class
ChargedFinalState
:
public
FinalState
{
12
public
:
13
15
16
18
ChargedFinalState
(
const
FinalState
& fsp);
19
21
ChargedFinalState
(
const
Cut& c=
Cuts::open
());
22
24
DEFAULT_RIVET_PROJ_CLONE
(
ChargedFinalState
);
25
27
28
30
void
project
(
const
Event
& e);
31
33
CmpState
compare
(
const
Projection
&
p
)
const
;
34
35
};
36
37
38
}
39
40
41
#endif
Rivet::ChargedFinalState
Project only charged final state particles.
Definition:
ChargedFinalState.hh:11
Rivet::ChargedFinalState::ChargedFinalState
ChargedFinalState(const Cut &c=Cuts::open())
Construction using Cuts object.
Rivet::ChargedFinalState::compare
CmpState compare(const Projection &p) const
Compare projections.
Rivet::ChargedFinalState::ChargedFinalState
ChargedFinalState(const FinalState &fsp)
Construction from another FinalState.
Rivet::ChargedFinalState::project
void project(const Event &e)
Apply the projection on the supplied event.
Rivet::ChargedFinalState::DEFAULT_RIVET_PROJ_CLONE
DEFAULT_RIVET_PROJ_CLONE(ChargedFinalState)
Clone on the heap.
Rivet::Event
Representation of a HepMC event, and enabler of Projection caching.
Definition:
Event.hh:22
Rivet::FinalState
Project out all final-state particles in an event. Probably the most important projection in Rivet!
Definition:
FinalState.hh:12
Rivet::Projection
Base class for all Rivet projections.
Definition:
Projection.hh:29
Rivet::Kin::p
double p(const ParticleBase &p)
Unbound function access to p.
Definition:
ParticleBaseUtils.hh:653
Rivet::Cuts::open
const Cut & open()
Fully open cut singleton, accepts everything.
Rivet
Definition:
MC_Cent_pPb.hh:10
Generated on Fri May 13 2022 23:02:06 for Rivet by
1.9.4