herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
Herwig::JetsPlusAnalysis Class Reference

Here is the documentation of the JetsPlusAnalysis class. More...

#include <JetsPlusAnalysis.h>

Inheritance diagram for Herwig::JetsPlusAnalysis:

Classes

struct  ObjectProperties
 Collection of object histograms; ranges are adjusted to the maximum, so range constraints and rebinning can be applied later. More...
 
struct  PairProperties
 Collection of pair histograms; ranges are adjusted to the maximum, so range constraints and rebinning can be applied later. More...
 

Public Member Functions

 JetsPlusAnalysis ()
 The default constructor.
 
- Public Member Functions inherited from ThePEG::AnalysisHandler
virtual void analyze (tEventPtr event, long ieve, int loop, int state)
 
virtual LorentzRotation transform (tEventPtr event) const
 
virtual LorentzRotation transform (tcEventPtr event) const
 
virtual void analyze (const tPVector &particles)
 
virtual void analyze (const tPVector &particles, double weight)
 
virtual void analyze (tPPtr particle)
 
virtual void analyze (tPPtr particle, double weight)
 
bool checkHistogramFactory (bool warn=false) const
 
FactoryBasehistogramFactory ()
 
const FactoryBasehistogramFactory () const
 
AIDA::IHistogramFactory & iHistogramFactory () const
 
void normalize (tH1DPtr h, CrossSection unit=picobarn) const
 
void unitNormalize (tH1DPtr h) const
 
virtual void analyze (tEventPtr event, long ieve, int loop, int state)
 
virtual LorentzRotation transform (tEventPtr event) const
 
virtual LorentzRotation transform (tcEventPtr event) const
 
virtual void analyze (const tPVector &particles)
 
virtual void analyze (const tPVector &particles, double weight)
 
virtual void analyze (tPPtr particle)
 
virtual void analyze (tPPtr particle, double weight)
 
bool checkHistogramFactory (bool warn=false) const
 
FactoryBasehistogramFactory ()
 
const FactoryBasehistogramFactory () const
 
AIDA::IHistogramFactory & iHistogramFactory () const
 
void normalize (tH1DPtr h, CrossSection unit=picobarn) const
 
void unitNormalize (tH1DPtr h) const
 
void persistentOutput (PersistentOStream &os) const
 
void persistentInput (PersistentIStream &is, int version)
 
- Public Member Functions inherited from ThePEG::HandlerBaseT< UseRandom >
double rnd () const
 
double rnd (double xu) const
 
double rnd (double xl, double xu) const
 
bool rndbool () const
 
bool rndbool (double p) const
 
bool rndbool (double p1, double p2) const
 
int rndsign (double p1, double p2, double p3) const
 
int rnd2 (double p0, double p1) const
 
int rnd3 (double p0, double p1, double p2) const
 
int rnd4 (double p0, double p1, double p2, double p3) const
 
long irnd (long xu=2) const
 
long irnd (long xl, long xu) const
 
const StandardModelBaseSM () const
 
tSMPtr standardModel () const
 
- Public Member Functions inherited from ThePEG::Interfaced
virtual bool defaultInit ()
 
PPtr getParticle (PID) const
 
PDPtr getParticleData (PID) const
 
bool used () const
 
void useMe () const
 
tEGPtr generator () const
 
void persistentOutput (PersistentOStream &os) const
 
void persistentInput (PersistentIStream &is, int version)
 
PPtr getParticle (PID) const
 
PDPtr getParticleData (PID) const
 
bool used () const
 
void useMe () const
 
tEGPtr generator () const
 
- Public Member Functions inherited from ThePEG::InterfacedBase
string fullName () const
 
string name () const
 
string path () const
 
string comment () const
 
void setup (istream &is)
 
void update ()
 
void init ()
 
virtual bool preInitialize () const
 
void initrun ()
 
void finish ()
 
void touch ()
 
void reset ()
 
void clear ()
 
InitState state () const
 
bool locked () const
 
bool touched () const
 
virtual IBPtr fullclone () const
 
void persistentOutput (PersistentOStream &os) const
 
void persistentInput (PersistentIStream &is, int version)
 
virtual void debugme () const
 
void update ()
 
void init ()
 
virtual bool preInitialize () const
 
void initrun ()
 
void finish ()
 
void touch ()
 
void reset ()
 
void clear ()
 
InitState state () const
 
bool locked () const
 
bool touched () const
 
virtual IBPtr fullclone () const
 
- Public Member Functions inherited from ThePEG::Base
void debug () const
 
virtual void debugme () const
 
- Public Member Functions inherited from ThePEG::Pointer::ReferenceCounted
CounterType referenceCount () const
 
- Public Member Functions inherited from ThePEG::Named
 Named (const string &newName=string())
 
 Named (const Named &)=default
 
const string & name () const
 
bool operator== (const Named &other) const
 
bool operator< (const Named &other) const
 

Clone Methods.

bool theIsShowered
 Switch between fixed order and showered.
 
Ptr< JetFinder >::ptr theJetFinder
 The jet finder to use.
 
vector< Ptr< JetRegion >::ptr > theJetRegions
 The jet regions to match.
 
map< string, LorentzMomentum > theHardObjects
 The reconstructed hard objects.
 
map< unsigned int, LorentzMomentum > theJets
 The reconstructed jets.
 
map< string, ObjectPropertiestheHardObjectProperties
 Hard object properties.
 
map< unsigned int, ObjectPropertiestheJetProperties
 Jet properties.
 
map< unsigned int, ObjectPropertiestheExclusiveJetProperties
 Exclusive jet properties.
 
ObjectProperties theJetInclusiveProperties
 Jet-inclusive properties.
 
ObjectProperties theJetSummedProperties
 Jet-summed properties.
 
ObjectProperties theJetAverageProperties
 Jet-average properties.
 
Statistics::Histogram theNJetsInclusive
 Inclusive jet multiplicities.
 
Statistics::Histogram theNJetsExclusive
 Exclusive jet multiplicities.
 
map< pair< string, string >, PairPropertiestheHardPairProperties
 Hard object pair properties.
 
map< pair< unsigned int, unsigned int >, PairPropertiestheJetPairProperties
 Jet pair properties.
 
map< pair< unsigned int, string >, PairPropertiestheJetHardPairProperties
 Jet/hard pair properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int >, ObjectPropertiestheThreeJetProperties
 Trijet properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int, unsigned int >, ObjectPropertiestheFourJetProperties
 Fourjet properties.
 
virtual IBPtr clone () const
 Make a simple clone of this object.
 
virtual IBPtr fullclone () const
 Make a clone of this object, possibly modifying the cloned object to make it sane.
 
ObjectPropertieshardObjectProperties (const string &id)
 Hard object properties.
 
ObjectPropertiesjetProperties (const unsigned int id)
 Jet properties.
 
ObjectPropertiesexclusiveJetProperties (const unsigned int id)
 Exclusive jet properties.
 
ObjectPropertiesjetInclusiveProperties ()
 Jet-inclusive properties.
 
ObjectPropertiesjetSummedProperties ()
 Jet-summed properties.
 
ObjectPropertiesjetAverageProperties ()
 Jet-average properties.
 
Statistics::HistogramnJetsInclusive ()
 Inclusive jet multiplicities.
 
Statistics::HistogramnJetsExclusive ()
 Exclusive jet multiplicities.
 
PairPropertieshardPairProperties (const string &id, const string &jd)
 Hard object pair properties.
 
PairPropertiesjetPairProperties (const unsigned int id, const unsigned int jd)
 Jet pair properties.
 
PairPropertiesjetHardPairProperties (const unsigned int id, const string &jd)
 Jet/hard pair properties.
 
ObjectPropertiesthreeJetProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3)
 Trijet properties.
 
ObjectPropertiesfourJetProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3, const unsigned int id4)
 Fourjet properties.
 
virtual void analyzeSpecial (long, double)
 Perform any additional analysis required.
 
virtual void finalize (XML::Element &)
 Append any additional histograms to the given histogram element.
 
JetsPlusAnalysisoperator= (const JetsPlusAnalysis &)=delete
 The assignment operator is private and must never be called.
 

Virtual functions required by the AnalysisHandler class.

virtual void analyze (tEventPtr event, long ieve, int loop, int state)
 Analyze a given Event.
 
void analyze (ParticleVector &, long, double)
 Analyze one subprocess, given the event number it belongs to.
 
void clear ()
 Clear the hard objects and jets for the next event.
 
virtual void reconstructHardObjects (ParticleVector &)
 Reconstruct the desired electroweak objects and fill the respective momenta.
 
LorentzMomentum & hardObjectMomentum (const string &id)
 Set the momentum of the indicated electroweak object.
 
virtual void reconstructJets (const ParticleVector &)
 Reconstruct the jets and fill the respective momenta.
 
Ptr< JetFinder >::tptr jetFinder () const
 The jet finder to use.
 
const vector< Ptr< JetRegion >::ptr > & jetRegions () const
 The jet regions to match.
 
unsigned int nJets () const
 Return the number of matched jets.
 
LorentzMomentum & jetMomentum (const unsigned int id)
 Set the momentum of the indicated jet.
 
virtual void dofinish ()
 Finalize this object.
 

Functions used by the persistent I/O system.

void persistentOutput (PersistentOStream &os) const
 Function used to write out object persistently.
 
void persistentInput (PersistentIStream &is, int version)
 Function used to read in object persistently.
 
static void Init ()
 The standard Init function used to initialize the interfaces.
 

Additional Inherited Members

- Public Types inherited from ThePEG::AnalysisHandler
typedef FactoryBase::tH1DPtr tH1DPtr
 
typedef FactoryBase::tcH1DPtr tcH1DPtr
 
typedef FactoryBase::tH2DPtr tH2DPtr
 
typedef FactoryBase::tcH2DPtr tcH2DPtr
 
- Public Types inherited from ThePEG::InterfacedBase
enum  InitState
 
- Public Types inherited from ThePEG::Pointer::ReferenceCounted
typedef unsigned int CounterType
 
- Static Public Member Functions inherited from ThePEG::AnalysisHandler
static void Init ()
 
- Static Public Member Functions inherited from ThePEG::HandlerBase
static void Init ()
 
- Static Public Member Functions inherited from ThePEG::Interfaced
static void Init ()
 
- Static Public Member Functions inherited from ThePEG::InterfacedBase
static void Init ()
 
- Static Public Member Functions inherited from ThePEG::Base
static void Init ()
 
- Public Attributes inherited from ThePEG::InterfacedBase
 initializing
 
 uninitialized
 
 initialized
 
 runready
 
- Public Attributes inherited from ThePEG::Pointer::ReferenceCounted
const unsigned long uniqueId
 
virtual IBPtr clone () const
 
virtual IBPtr fullclone () const
 
- Protected Member Functions inherited from ThePEG::Interfaced
void reporeg (IBPtr object, string name) const
 
bool setDefaultReference (PtrT &ptr, string classname, string objectname)
 
 Interfaced (const string &newName)
 
 Interfaced (const Interfaced &i)
 
void setGenerator (tEGPtr generator)
 
- Protected Member Functions inherited from ThePEG::InterfacedBase
virtual void readSetup (istream &is)
 
virtual void doupdate ()
 
virtual void doinit ()
 
virtual void doinitrun ()
 
virtual void dofinish ()
 
virtual IVector getReferences ()
 
virtual void rebind (const TranslationMap &)
 
virtual IBPtr clone () const=0
 
 InterfacedBase (string newName)
 
 InterfacedBase (const InterfacedBase &i)
 
virtual void readSetup (istream &is)
 
virtual void doupdate ()
 
virtual void doinit ()
 
virtual void doinitrun ()
 
virtual void dofinish ()
 
virtual IVector getReferences ()
 
virtual void rebind (const TranslationMap &)
 
- Protected Member Functions inherited from ThePEG::Pointer::ReferenceCounted
 ReferenceCounted (const ReferenceCounted &)
 
ReferenceCountedoperator= (const ReferenceCounted &)
 
- Protected Member Functions inherited from ThePEG::Named
const Namedoperator= (const Named &other)
 
const string & name (const string &newName)
 
- Static Protected Member Functions inherited from ThePEG::Interfaced
static void registerRepository (IBPtr)
 
static void registerRepository (IBPtr, string newName)
 

Detailed Description

Here is the documentation of the JetsPlusAnalysis class.

See also
The interfaces defined for JetsPlusAnalysis.

Definition at line 24 of file JetsPlusAnalysis.h.

Member Function Documentation

◆ analyze()

virtual void Herwig::JetsPlusAnalysis::analyze ( tEventPtr  event,
long  ieve,
int  loop,
int  state 
)
virtual

Analyze a given Event.

Note that a fully generated event may be presented several times, if it has been manipulated in between. The default version of this function will call transform to make a lorentz transformation of the whole event, then extract all final state particles and call analyze(tPVector) of this analysis object and those of all associated analysis objects. The default version will not, however, do anything on events which have not been fully generated, or have been manipulated in any way.

Parameters
eventpointer to the Event to be analyzed.
ievethe event number.
loopthe number of times this event has been presented. If negative the event is now fully generated.
statea number different from zero if the event has been manipulated in some way since it was last presented.

Reimplemented from ThePEG::AnalysisHandler.

◆ analyzeSpecial()

virtual void Herwig::JetsPlusAnalysis::analyzeSpecial ( long  ,
double   
)
inlineprotectedvirtual

Perform any additional analysis required.

Reimplemented in Herwig::HJetsAnalysis.

Definition at line 632 of file JetsPlusAnalysis.h.

◆ clear()

void Herwig::JetsPlusAnalysis::clear ( )
inlineprotected

Clear the hard objects and jets for the next event.

Definition at line 67 of file JetsPlusAnalysis.h.

References theHardObjects, and theJets.

◆ clone()

virtual IBPtr Herwig::JetsPlusAnalysis::clone ( ) const
protectedvirtual

Make a simple clone of this object.

Returns
a pointer to the new object.

Reimplemented from ThePEG::AnalysisHandler.

Reimplemented in Herwig::HJetsAnalysis, Herwig::TTJetsAnalysis, and Herwig::ZJetsAnalysis.

◆ dofinish()

virtual void Herwig::JetsPlusAnalysis::dofinish ( )
protectedvirtual

Finalize this object.

Called in the run phase just after a run has ended. Used eg. to write out statistics.

Reimplemented from ThePEG::InterfacedBase.

◆ exclusiveJetProperties()

ObjectProperties & Herwig::JetsPlusAnalysis::exclusiveJetProperties ( const unsigned int  id)
inlineprotected

Exclusive jet properties.

Definition at line 488 of file JetsPlusAnalysis.h.

References ThePEG::Interfaced::generator(), and theExclusiveJetProperties.

◆ finalize()

virtual void Herwig::JetsPlusAnalysis::finalize ( XML::Element )
inlineprotectedvirtual

Append any additional histograms to the given histogram element.

Reimplemented in Herwig::HJetsAnalysis.

Definition at line 637 of file JetsPlusAnalysis.h.

◆ fourJetProperties()

ObjectProperties & Herwig::JetsPlusAnalysis::fourJetProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3,
const unsigned int  id4 
)
inlineprotected

Fourjet properties.

Definition at line 617 of file JetsPlusAnalysis.h.

References ThePEG::Interfaced::generator(), and theFourJetProperties.

◆ fullclone()

virtual IBPtr Herwig::JetsPlusAnalysis::fullclone ( ) const
protectedvirtual

Make a clone of this object, possibly modifying the cloned object to make it sane.

Returns
a pointer to the new object.

Reimplemented from ThePEG::AnalysisHandler.

Reimplemented in Herwig::HJetsAnalysis, Herwig::TTJetsAnalysis, and Herwig::ZJetsAnalysis.

◆ hardObjectMomentum()

LorentzMomentum & Herwig::JetsPlusAnalysis::hardObjectMomentum ( const string &  id)
inlineprotected

Set the momentum of the indicated electroweak object.

Definition at line 82 of file JetsPlusAnalysis.h.

References theHardObjects.

◆ hardObjectProperties()

ObjectProperties & Herwig::JetsPlusAnalysis::hardObjectProperties ( const string &  id)
inlineprotected

Hard object properties.

Definition at line 461 of file JetsPlusAnalysis.h.

References ThePEG::Interfaced::generator(), and theHardObjectProperties.

◆ hardPairProperties()

PairProperties & Herwig::JetsPlusAnalysis::hardPairProperties ( const string &  id,
const string &  jd 
)
inlineprotected

Hard object pair properties.

Definition at line 564 of file JetsPlusAnalysis.h.

References ThePEG::Interfaced::generator(), and theHardPairProperties.

◆ Init()

static void Herwig::JetsPlusAnalysis::Init ( )
static

The standard Init function used to initialize the interfaces.

Called exactly once for each class by the class description system before the main function starts or when this class is dynamically loaded.

◆ jetAverageProperties()

ObjectProperties & Herwig::JetsPlusAnalysis::jetAverageProperties ( )
inlineprotected

◆ jetFinder()

Ptr< JetFinder >::tptr Herwig::JetsPlusAnalysis::jetFinder ( ) const
inlineprotected

The jet finder to use.

Definition at line 94 of file JetsPlusAnalysis.h.

References theJetFinder.

◆ jetHardPairProperties()

PairProperties & Herwig::JetsPlusAnalysis::jetHardPairProperties ( const unsigned int  id,
const string &  jd 
)
inlineprotected

Jet/hard pair properties.

Definition at line 589 of file JetsPlusAnalysis.h.

References ThePEG::Interfaced::generator(), and theJetHardPairProperties.

◆ jetInclusiveProperties()

ObjectProperties & Herwig::JetsPlusAnalysis::jetInclusiveProperties ( )
inlineprotected

◆ jetMomentum()

LorentzMomentum & Herwig::JetsPlusAnalysis::jetMomentum ( const unsigned int  id)
inlineprotected

Set the momentum of the indicated jet.

Definition at line 111 of file JetsPlusAnalysis.h.

References theJets.

◆ jetPairProperties()

PairProperties & Herwig::JetsPlusAnalysis::jetPairProperties ( const unsigned int  id,
const unsigned int  jd 
)
inlineprotected

Jet pair properties.

Definition at line 576 of file JetsPlusAnalysis.h.

References ThePEG::Interfaced::generator(), and theJetPairProperties.

◆ jetProperties()

ObjectProperties & Herwig::JetsPlusAnalysis::jetProperties ( const unsigned int  id)
inlineprotected

Jet properties.

Definition at line 474 of file JetsPlusAnalysis.h.

References ThePEG::Interfaced::generator(), and theJetProperties.

◆ jetRegions()

const vector< Ptr< JetRegion >::ptr > & Herwig::JetsPlusAnalysis::jetRegions ( ) const
inlineprotected

The jet regions to match.

Definition at line 101 of file JetsPlusAnalysis.h.

References theJetRegions.

◆ jetSummedProperties()

ObjectProperties & Herwig::JetsPlusAnalysis::jetSummedProperties ( )
inlineprotected

◆ nJets()

unsigned int Herwig::JetsPlusAnalysis::nJets ( ) const
inlineprotected

Return the number of matched jets.

Definition at line 106 of file JetsPlusAnalysis.h.

References theJets.

◆ nJetsExclusive()

Statistics::Histogram & Herwig::JetsPlusAnalysis::nJetsExclusive ( )
inlineprotected

Exclusive jet multiplicities.

Definition at line 550 of file JetsPlusAnalysis.h.

References Statistics::Histogram::bins(), Statistics::Histogram::regularBinEdges(), theJetRegions, and theNJetsExclusive.

◆ nJetsInclusive()

Statistics::Histogram & Herwig::JetsPlusAnalysis::nJetsInclusive ( )
inlineprotected

Inclusive jet multiplicities.

Definition at line 536 of file JetsPlusAnalysis.h.

References Statistics::Histogram::bins(), Statistics::Histogram::regularBinEdges(), theJetRegions, and theNJetsInclusive.

◆ operator=()

JetsPlusAnalysis & Herwig::JetsPlusAnalysis::operator= ( const JetsPlusAnalysis )
privatedelete

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

◆ persistentInput()

void Herwig::JetsPlusAnalysis::persistentInput ( PersistentIStream is,
int  version 
)

Function used to read in object persistently.

Parameters
isthe persistent input stream read from.
versionthe version number of the object when written.

◆ persistentOutput()

void Herwig::JetsPlusAnalysis::persistentOutput ( PersistentOStream os) const

Function used to write out object persistently.

Parameters
osthe persistent output stream written to.

◆ reconstructHardObjects()

virtual void Herwig::JetsPlusAnalysis::reconstructHardObjects ( ParticleVector )
inlineprotectedvirtual

Reconstruct the desired electroweak objects and fill the respective momenta.

Remove the reconstructed particles from the list.

Reimplemented in Herwig::HJetsAnalysis, Herwig::TTJetsAnalysis, and Herwig::ZJetsAnalysis.

Definition at line 77 of file JetsPlusAnalysis.h.

◆ threeJetProperties()

ObjectProperties & Herwig::JetsPlusAnalysis::threeJetProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3 
)
inlineprotected

Trijet properties.

Definition at line 602 of file JetsPlusAnalysis.h.

References ThePEG::Interfaced::generator(), and theThreeJetProperties.

Member Data Documentation

◆ theExclusiveJetProperties

map<unsigned int,ObjectProperties> Herwig::JetsPlusAnalysis::theExclusiveJetProperties
private

Exclusive jet properties.

Definition at line 404 of file JetsPlusAnalysis.h.

Referenced by exclusiveJetProperties().

◆ theFourJetProperties

map<std::tuple<unsigned int,unsigned int,unsigned int,unsigned int>,ObjectProperties> Herwig::JetsPlusAnalysis::theFourJetProperties
private

Fourjet properties.

Definition at line 454 of file JetsPlusAnalysis.h.

Referenced by fourJetProperties().

◆ theHardObjectProperties

map<string,ObjectProperties> Herwig::JetsPlusAnalysis::theHardObjectProperties
private

Hard object properties.

Definition at line 394 of file JetsPlusAnalysis.h.

Referenced by hardObjectProperties().

◆ theHardObjects

map<string,LorentzMomentum> Herwig::JetsPlusAnalysis::theHardObjects
private

The reconstructed hard objects.

Definition at line 384 of file JetsPlusAnalysis.h.

Referenced by clear(), and hardObjectMomentum().

◆ theHardPairProperties

map<pair<string,string>,PairProperties> Herwig::JetsPlusAnalysis::theHardPairProperties
private

Hard object pair properties.

Definition at line 434 of file JetsPlusAnalysis.h.

Referenced by hardPairProperties().

◆ theIsShowered

bool Herwig::JetsPlusAnalysis::theIsShowered
private

Switch between fixed order and showered.

Definition at line 369 of file JetsPlusAnalysis.h.

◆ theJetAverageProperties

ObjectProperties Herwig::JetsPlusAnalysis::theJetAverageProperties
private

Jet-average properties.

Definition at line 419 of file JetsPlusAnalysis.h.

Referenced by jetAverageProperties().

◆ theJetFinder

Ptr<JetFinder>::ptr Herwig::JetsPlusAnalysis::theJetFinder
private

The jet finder to use.

Definition at line 374 of file JetsPlusAnalysis.h.

Referenced by jetFinder().

◆ theJetHardPairProperties

map<pair<unsigned int,string>,PairProperties> Herwig::JetsPlusAnalysis::theJetHardPairProperties
private

Jet/hard pair properties.

Definition at line 444 of file JetsPlusAnalysis.h.

Referenced by jetHardPairProperties().

◆ theJetInclusiveProperties

ObjectProperties Herwig::JetsPlusAnalysis::theJetInclusiveProperties
private

Jet-inclusive properties.

Definition at line 409 of file JetsPlusAnalysis.h.

Referenced by jetInclusiveProperties().

◆ theJetPairProperties

map<pair<unsigned int,unsigned int>,PairProperties> Herwig::JetsPlusAnalysis::theJetPairProperties
private

Jet pair properties.

Definition at line 439 of file JetsPlusAnalysis.h.

Referenced by jetPairProperties().

◆ theJetProperties

map<unsigned int,ObjectProperties> Herwig::JetsPlusAnalysis::theJetProperties
private

Jet properties.

Definition at line 399 of file JetsPlusAnalysis.h.

Referenced by jetProperties().

◆ theJetRegions

vector<Ptr<JetRegion>::ptr> Herwig::JetsPlusAnalysis::theJetRegions
private

The jet regions to match.

Definition at line 379 of file JetsPlusAnalysis.h.

Referenced by jetRegions(), nJetsExclusive(), and nJetsInclusive().

◆ theJets

map<unsigned int,LorentzMomentum> Herwig::JetsPlusAnalysis::theJets
private

The reconstructed jets.

Definition at line 389 of file JetsPlusAnalysis.h.

Referenced by clear(), jetMomentum(), and nJets().

◆ theJetSummedProperties

ObjectProperties Herwig::JetsPlusAnalysis::theJetSummedProperties
private

Jet-summed properties.

Definition at line 414 of file JetsPlusAnalysis.h.

Referenced by jetSummedProperties().

◆ theNJetsExclusive

Statistics::Histogram Herwig::JetsPlusAnalysis::theNJetsExclusive
private

Exclusive jet multiplicities.

Definition at line 429 of file JetsPlusAnalysis.h.

Referenced by nJetsExclusive().

◆ theNJetsInclusive

Statistics::Histogram Herwig::JetsPlusAnalysis::theNJetsInclusive
private

Inclusive jet multiplicities.

Definition at line 424 of file JetsPlusAnalysis.h.

Referenced by nJetsInclusive().

◆ theThreeJetProperties

map<std::tuple<unsigned int,unsigned int,unsigned int>,ObjectProperties> Herwig::JetsPlusAnalysis::theThreeJetProperties
private

Trijet properties.

Definition at line 449 of file JetsPlusAnalysis.h.

Referenced by threeJetProperties().


The documentation for this class was generated from the following file: