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

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

#include <LeptonsJetsAnalysis.h>

Inheritance diagram for Herwig::LeptonsJetsAnalysis:

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...
 
struct  TripleProperties
 Collection of triple histograms; ranges are adjusted to the maximum, so range constraints and rebinning can be applied later. More...
 

Public Member Functions

 LeptonsJetsAnalysis ()
 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.
 
bool theApplyCuts
 Switch whether to apply extra analysis cuts.
 
Ptr< JetFinder >::ptr theJetFinder
 The jet finder to use.
 
vector< Ptr< JetRegion >::ptr > theJetRegions
 The jet regions to match.
 
map< unsigned int, LorentzMomentum > theJets
 The reconstructed jets.
 
map< unsigned int, LorentzMomentum > theEWIDs
 The reconstructed electroweak particles.
 
map< unsigned int, LorentzMomentum > theChargedLeptons
 The reconstructed charged leptons.
 
map< unsigned int, LorentzMomentum > theNeutrinos
 The reconstructed neutrinos.
 
LorentzMomentum thePTmiss
 The reconstructed missing pT.
 
map< unsigned int, LorentzMomentum > theHiggs
 The reconstructed Higgs.
 
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< unsigned int, ObjectPropertiestheEWIDProperties
 Electroweak properties.
 
map< unsigned int, ObjectPropertiestheChargedLeptonProperties
 Charged lepton properties.
 
map< unsigned int, ObjectPropertiestheNeutrinoProperties
 Neutrino properties.
 
ObjectProperties thePTmissProperties
 missing pT properties
 
map< unsigned int, ObjectPropertiestheHiggsProperties
 Higgs properties.
 
map< pair< unsigned int, unsigned int >, PairPropertiestheJetPairProperties
 Jet pair properties.
 
map< pair< unsigned int, unsigned int >, PairPropertiestheJetEWIDPairProperties
 Jet/electroweak pair properties.
 
map< pair< unsigned int, unsigned int >, PairPropertiestheJetChargedLeptonPairProperties
 Jet/charged lepton pair properties.
 
map< pair< unsigned int, unsigned int >, PairPropertiestheJetNeutrinoPairProperties
 Jet/neutrino pair properties.
 
map< unsigned int, PairPropertiestheJetPTmissPairProperties
 Jet/missing pT pair properties.
 
map< pair< unsigned int, unsigned int >, PairPropertiestheJetHiggsPairProperties
 Jet/Higgs pair properties.
 
map< pair< unsigned int, unsigned int >, PairPropertiestheEWIDPairProperties
 Electroweak pair properties.
 
map< pair< unsigned int, unsigned int >, PairPropertiestheChargedLeptonPairProperties
 Charged lepton pair properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int >, TriplePropertiestheThreeJetProperties
 Trijet properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int >, TriplePropertiestheJetPairEWIDTripleProperties
 Jet-pair/electroweak triple properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int >, TriplePropertiestheJetPairChargedLeptonTripleProperties
 Jet-pair/charged lepton triple properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int >, TriplePropertiestheJetPairNeutrinoTripleProperties
 Jet-pair/neutrino triple properties.
 
map< pair< unsigned int, unsigned int >, TriplePropertiestheJetPairPTmissTripleProperties
 Jet-pair/missing pT triple properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int >, TriplePropertiestheJetPairHiggsTripleProperties
 Jet-pair/Higgs triple properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int >, TriplePropertiestheThreeEWIDProperties
 Triple electroweak properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int >, TriplePropertiestheThreeChargedLeptonProperties
 Triple charged lepton properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int, unsigned int >, ObjectPropertiestheFourJetProperties
 Fourjet properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int, unsigned int >, ObjectPropertiestheFourEWIDProperties
 Four electroweak properties.
 
map< std::tuple< unsigned int, unsigned int, unsigned int, unsigned int >, ObjectPropertiestheFourChargedLeptonProperties
 Four charged lepton 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.
 
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.
 
ObjectPropertieseWIDProperties (const unsigned int id)
 Lepton properties – all sorted by ID.
 
ObjectPropertieschargedLeptonProperties (const unsigned int id)
 Charged lepton properties.
 
ObjectPropertiesneutrinoProperties (const unsigned int id)
 Neutrino properties.
 
ObjectPropertiespTmissProperties ()
 Missing pT properties.
 
ObjectPropertieshiggsProperties (const unsigned int id)
 Higgs properties.
 
PairPropertiesjetPairProperties (const unsigned int id, const unsigned int jd)
 Jet pair properties.
 
PairPropertiesjetEWIDPairProperties (const unsigned int id, const unsigned int jd)
 Jet/lepton(all sorted by ID) pair properties.
 
PairPropertiesjetChargedLeptonPairProperties (const unsigned int id, const unsigned int jd)
 Jet/charged lepton pair properties.
 
PairPropertiesjetNeutrinoPairProperties (const unsigned int id, const unsigned int jd)
 Jet/neutrino pair properties.
 
PairPropertiesjetPTmissPairProperties (const unsigned int id)
 Jet/missing pT pair properties.
 
PairPropertiesjetHiggsPairProperties (const unsigned int id, const unsigned int jd)
 Jet/Higgs pair properties.
 
PairPropertieseWIDPairProperties (const unsigned int id, const unsigned int jd)
 Electroweak pair properties.
 
PairPropertieschargedLeptonPairProperties (const unsigned int id, const unsigned int jd)
 Charged lepton pair properties.
 
TriplePropertiesthreeJetProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3)
 Trijet properties.
 
TriplePropertiesjetPairEWIDTripleProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3)
 Jet-pair/electroweak triple properties.
 
TriplePropertiesjetPairChargedLeptonTripleProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3)
 Jet-pair/charged lepton triple properties.
 
TriplePropertiesjetPairNeutrinoTripleProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3)
 Jet-pair/neutrino triple properties.
 
TriplePropertiesjetPairPTmissTripleProperties (const unsigned int id1, const unsigned int id2)
 Jet-pair/missing pT triple properties.
 
TriplePropertiesjetPairHiggsTripleProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3)
 Jet-pair/Higgs triple properties.
 
TriplePropertiesthreeEWIDProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3)
 Triple electroweak properties – all sorted by ID.
 
TriplePropertiesthreeChargedLeptonProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3)
 Triple charged lepton properties.
 
ObjectPropertiesfourJetProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3, const unsigned int id4)
 Fourjet properties.
 
ObjectPropertiesfourEWIDProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3, const unsigned int id4)
 Four electroweak properties.
 
ObjectPropertiesfourChargedLeptonProperties (const unsigned int id1, const unsigned int id2, const unsigned int id3, const unsigned int id4)
 Four charged lepton 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.
 
LeptonsJetsAnalysisoperator= (const LeptonsJetsAnalysis &)=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 electroweak objects and jets for the next event.
 
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 reconstructEWParticles (ParticleVector &)
 Reconstruct all the variables for EW particles and fill the respective momenta.
 
LorentzMomentum & eWIDMomentum (const unsigned int id)
 Set the momentum of the indicated electroweak particle.
 
LorentzMomentum & chargedLeptonMomentum (const unsigned int id)
 Set the momentum of the indicated charged lepton.
 
LorentzMomentum & neutrinoMomentum (const unsigned int id)
 Set the momentum of the indicated neutrino.
 
LorentzMomentum & pTmissMomentum ()
 Set the missing pT momentum.
 
LorentzMomentum & higgsMomentum (const unsigned int id)
 Set the momentum of the indicated Higgs.
 
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 LeptonsJetsAnalysis class.

See also
The interfaces defined for LeptonsJetsAnalysis.

Definition at line 24 of file LeptonsJetsAnalysis.h.

Member Function Documentation

◆ analyze()

virtual void Herwig::LeptonsJetsAnalysis::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::LeptonsJetsAnalysis::analyzeSpecial ( long  ,
double   
)
inlineprotectedvirtual

Perform any additional analysis required.

Definition at line 1110 of file LeptonsJetsAnalysis.h.

◆ chargedLeptonMomentum()

LorentzMomentum & Herwig::LeptonsJetsAnalysis::chargedLeptonMomentum ( const unsigned int  id)
inlineprotected

Set the momentum of the indicated charged lepton.

Definition at line 119 of file LeptonsJetsAnalysis.h.

References theChargedLeptons.

◆ chargedLeptonPairProperties()

PairProperties & Herwig::LeptonsJetsAnalysis::chargedLeptonPairProperties ( const unsigned int  id,
const unsigned int  jd 
)
inlineprotected

Charged lepton pair properties.

Definition at line 933 of file LeptonsJetsAnalysis.h.

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

◆ chargedLeptonProperties()

ObjectProperties & Herwig::LeptonsJetsAnalysis::chargedLeptonProperties ( const unsigned int  id)
inlineprotected

Charged lepton properties.

Definition at line 789 of file LeptonsJetsAnalysis.h.

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

◆ clear()

void Herwig::LeptonsJetsAnalysis::clear ( )
inlineprotected

Clear the electroweak objects and jets for the next event.

Definition at line 67 of file LeptonsJetsAnalysis.h.

References theChargedLeptons, theEWIDs, theHiggs, theJets, and theNeutrinos.

◆ clone()

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

Make a simple clone of this object.

Returns
a pointer to the new object.

Reimplemented from ThePEG::AnalysisHandler.

◆ dofinish()

virtual void Herwig::LeptonsJetsAnalysis::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.

◆ eWIDMomentum()

LorentzMomentum & Herwig::LeptonsJetsAnalysis::eWIDMomentum ( const unsigned int  id)
inlineprotected

Set the momentum of the indicated electroweak particle.

Definition at line 112 of file LeptonsJetsAnalysis.h.

References theEWIDs.

◆ eWIDPairProperties()

PairProperties & Herwig::LeptonsJetsAnalysis::eWIDPairProperties ( const unsigned int  id,
const unsigned int  jd 
)
inlineprotected

Electroweak pair properties.

Definition at line 920 of file LeptonsJetsAnalysis.h.

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

◆ eWIDProperties()

ObjectProperties & Herwig::LeptonsJetsAnalysis::eWIDProperties ( const unsigned int  id)
inlineprotected

Lepton properties – all sorted by ID.

Definition at line 775 of file LeptonsJetsAnalysis.h.

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

◆ exclusiveJetProperties()

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

Exclusive jet properties.

Definition at line 699 of file LeptonsJetsAnalysis.h.

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

◆ finalize()

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

Append any additional histograms to the given histogram element.

Definition at line 1115 of file LeptonsJetsAnalysis.h.

◆ fourChargedLeptonProperties()

ObjectProperties & Herwig::LeptonsJetsAnalysis::fourChargedLeptonProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3,
const unsigned int  id4 
)
inlineprotected

Four charged lepton properties.

Definition at line 1095 of file LeptonsJetsAnalysis.h.

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

◆ fourEWIDProperties()

ObjectProperties & Herwig::LeptonsJetsAnalysis::fourEWIDProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3,
const unsigned int  id4 
)
inlineprotected

Four electroweak properties.

Definition at line 1080 of file LeptonsJetsAnalysis.h.

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

◆ fourJetProperties()

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

Fourjet properties.

Definition at line 1065 of file LeptonsJetsAnalysis.h.

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

◆ fullclone()

virtual IBPtr Herwig::LeptonsJetsAnalysis::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.

◆ higgsMomentum()

LorentzMomentum & Herwig::LeptonsJetsAnalysis::higgsMomentum ( const unsigned int  id)
inlineprotected

Set the momentum of the indicated Higgs.

Definition at line 140 of file LeptonsJetsAnalysis.h.

References theHiggs.

◆ higgsProperties()

ObjectProperties & Herwig::LeptonsJetsAnalysis::higgsProperties ( const unsigned int  id)
inlineprotected

Higgs properties.

Definition at line 828 of file LeptonsJetsAnalysis.h.

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

◆ Init()

static void Herwig::LeptonsJetsAnalysis::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::LeptonsJetsAnalysis::jetAverageProperties ( )
inlineprotected

◆ jetChargedLeptonPairProperties()

PairProperties & Herwig::LeptonsJetsAnalysis::jetChargedLeptonPairProperties ( const unsigned int  id,
const unsigned int  jd 
)
inlineprotected

Jet/charged lepton pair properties.

Definition at line 868 of file LeptonsJetsAnalysis.h.

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

◆ jetEWIDPairProperties()

PairProperties & Herwig::LeptonsJetsAnalysis::jetEWIDPairProperties ( const unsigned int  id,
const unsigned int  jd 
)
inlineprotected

Jet/lepton(all sorted by ID) pair properties.

Definition at line 855 of file LeptonsJetsAnalysis.h.

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

◆ jetFinder()

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

The jet finder to use.

Definition at line 83 of file LeptonsJetsAnalysis.h.

References theJetFinder.

◆ jetHiggsPairProperties()

PairProperties & Herwig::LeptonsJetsAnalysis::jetHiggsPairProperties ( const unsigned int  id,
const unsigned int  jd 
)
inlineprotected

Jet/Higgs pair properties.

Definition at line 907 of file LeptonsJetsAnalysis.h.

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

◆ jetInclusiveProperties()

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

◆ jetMomentum()

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

Set the momentum of the indicated jet.

Definition at line 100 of file LeptonsJetsAnalysis.h.

References theJets.

◆ jetNeutrinoPairProperties()

PairProperties & Herwig::LeptonsJetsAnalysis::jetNeutrinoPairProperties ( const unsigned int  id,
const unsigned int  jd 
)
inlineprotected

Jet/neutrino pair properties.

Definition at line 881 of file LeptonsJetsAnalysis.h.

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

◆ jetPairChargedLeptonTripleProperties()

TripleProperties & Herwig::LeptonsJetsAnalysis::jetPairChargedLeptonTripleProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3 
)
inlineprotected

Jet-pair/charged lepton triple properties.

Definition at line 976 of file LeptonsJetsAnalysis.h.

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

◆ jetPairEWIDTripleProperties()

TripleProperties & Herwig::LeptonsJetsAnalysis::jetPairEWIDTripleProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3 
)
inlineprotected

Jet-pair/electroweak triple properties.

Definition at line 961 of file LeptonsJetsAnalysis.h.

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

◆ jetPairHiggsTripleProperties()

TripleProperties & Herwig::LeptonsJetsAnalysis::jetPairHiggsTripleProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3 
)
inlineprotected

Jet-pair/Higgs triple properties.

Definition at line 1020 of file LeptonsJetsAnalysis.h.

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

◆ jetPairNeutrinoTripleProperties()

TripleProperties & Herwig::LeptonsJetsAnalysis::jetPairNeutrinoTripleProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3 
)
inlineprotected

Jet-pair/neutrino triple properties.

Definition at line 991 of file LeptonsJetsAnalysis.h.

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

◆ jetPairProperties()

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

Jet pair properties.

Definition at line 842 of file LeptonsJetsAnalysis.h.

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

◆ jetPairPTmissTripleProperties()

TripleProperties & Herwig::LeptonsJetsAnalysis::jetPairPTmissTripleProperties ( const unsigned int  id1,
const unsigned int  id2 
)
inlineprotected

Jet-pair/missing pT triple properties.

Definition at line 1006 of file LeptonsJetsAnalysis.h.

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

◆ jetProperties()

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

Jet properties.

Definition at line 685 of file LeptonsJetsAnalysis.h.

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

◆ jetPTmissPairProperties()

PairProperties & Herwig::LeptonsJetsAnalysis::jetPTmissPairProperties ( const unsigned int  id)
inlineprotected

Jet/missing pT pair properties.

Definition at line 894 of file LeptonsJetsAnalysis.h.

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

◆ jetRegions()

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

The jet regions to match.

Definition at line 90 of file LeptonsJetsAnalysis.h.

References theJetRegions.

◆ jetSummedProperties()

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

◆ neutrinoMomentum()

LorentzMomentum & Herwig::LeptonsJetsAnalysis::neutrinoMomentum ( const unsigned int  id)
inlineprotected

Set the momentum of the indicated neutrino.

Definition at line 126 of file LeptonsJetsAnalysis.h.

References theNeutrinos.

◆ neutrinoProperties()

ObjectProperties & Herwig::LeptonsJetsAnalysis::neutrinoProperties ( const unsigned int  id)
inlineprotected

Neutrino properties.

Definition at line 803 of file LeptonsJetsAnalysis.h.

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

◆ nJets()

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

Return the number of matched jets.

Definition at line 95 of file LeptonsJetsAnalysis.h.

References theJets.

◆ nJetsExclusive()

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

Exclusive jet multiplicities.

Definition at line 761 of file LeptonsJetsAnalysis.h.

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

◆ nJetsInclusive()

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

Inclusive jet multiplicities.

Definition at line 747 of file LeptonsJetsAnalysis.h.

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

◆ operator=()

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

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

◆ persistentInput()

void Herwig::LeptonsJetsAnalysis::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::LeptonsJetsAnalysis::persistentOutput ( PersistentOStream os) const

Function used to write out object persistently.

Parameters
osthe persistent output stream written to.

◆ pTmissMomentum()

LorentzMomentum & Herwig::LeptonsJetsAnalysis::pTmissMomentum ( )
inlineprotected

Set the missing pT momentum.

Definition at line 133 of file LeptonsJetsAnalysis.h.

References thePTmiss.

◆ pTmissProperties()

ObjectProperties & Herwig::LeptonsJetsAnalysis::pTmissProperties ( )
inlineprotected

◆ threeChargedLeptonProperties()

TripleProperties & Herwig::LeptonsJetsAnalysis::threeChargedLeptonProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3 
)
inlineprotected

Triple charged lepton properties.

Definition at line 1050 of file LeptonsJetsAnalysis.h.

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

◆ threeEWIDProperties()

TripleProperties & Herwig::LeptonsJetsAnalysis::threeEWIDProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3 
)
inlineprotected

Triple electroweak properties – all sorted by ID.

Definition at line 1035 of file LeptonsJetsAnalysis.h.

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

◆ threeJetProperties()

TripleProperties & Herwig::LeptonsJetsAnalysis::threeJetProperties ( const unsigned int  id1,
const unsigned int  id2,
const unsigned int  id3 
)
inlineprotected

Trijet properties.

Definition at line 946 of file LeptonsJetsAnalysis.h.

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

Member Data Documentation

◆ theApplyCuts

bool Herwig::LeptonsJetsAnalysis::theApplyCuts
private

Switch whether to apply extra analysis cuts.

Definition at line 483 of file LeptonsJetsAnalysis.h.

◆ theChargedLeptonPairProperties

map<pair<unsigned int,unsigned int>,PairProperties> Herwig::LeptonsJetsAnalysis::theChargedLeptonPairProperties
private

Charged lepton pair properties.

Definition at line 623 of file LeptonsJetsAnalysis.h.

Referenced by chargedLeptonPairProperties().

◆ theChargedLeptonProperties

map<unsigned int,ObjectProperties> Herwig::LeptonsJetsAnalysis::theChargedLeptonProperties
private

Charged lepton properties.

Definition at line 568 of file LeptonsJetsAnalysis.h.

Referenced by chargedLeptonProperties().

◆ theChargedLeptons

map<unsigned int,LorentzMomentum> Herwig::LeptonsJetsAnalysis::theChargedLeptons
private

The reconstructed charged leptons.

Definition at line 508 of file LeptonsJetsAnalysis.h.

Referenced by chargedLeptonMomentum(), and clear().

◆ theEWIDPairProperties

map<pair<unsigned int,unsigned int>,PairProperties> Herwig::LeptonsJetsAnalysis::theEWIDPairProperties
private

Electroweak pair properties.

Definition at line 618 of file LeptonsJetsAnalysis.h.

Referenced by eWIDPairProperties().

◆ theEWIDProperties

map<unsigned int,ObjectProperties> Herwig::LeptonsJetsAnalysis::theEWIDProperties
private

Electroweak properties.

Definition at line 563 of file LeptonsJetsAnalysis.h.

Referenced by eWIDProperties().

◆ theEWIDs

map<unsigned int,LorentzMomentum> Herwig::LeptonsJetsAnalysis::theEWIDs
private

The reconstructed electroweak particles.

Definition at line 503 of file LeptonsJetsAnalysis.h.

Referenced by clear(), and eWIDMomentum().

◆ theExclusiveJetProperties

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

Exclusive jet properties.

Definition at line 533 of file LeptonsJetsAnalysis.h.

Referenced by exclusiveJetProperties().

◆ theFourChargedLeptonProperties

map<std::tuple<unsigned int,unsigned int,unsigned int,unsigned int>,ObjectProperties> Herwig::LeptonsJetsAnalysis::theFourChargedLeptonProperties
private

Four charged lepton properties.

Definition at line 678 of file LeptonsJetsAnalysis.h.

Referenced by fourChargedLeptonProperties().

◆ theFourEWIDProperties

map<std::tuple<unsigned int,unsigned int,unsigned int,unsigned int>,ObjectProperties> Herwig::LeptonsJetsAnalysis::theFourEWIDProperties
private

Four electroweak properties.

Definition at line 673 of file LeptonsJetsAnalysis.h.

Referenced by fourEWIDProperties().

◆ theFourJetProperties

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

Fourjet properties.

Definition at line 668 of file LeptonsJetsAnalysis.h.

Referenced by fourJetProperties().

◆ theHiggs

map<unsigned int,LorentzMomentum> Herwig::LeptonsJetsAnalysis::theHiggs
private

The reconstructed Higgs.

Definition at line 523 of file LeptonsJetsAnalysis.h.

Referenced by clear(), and higgsMomentum().

◆ theHiggsProperties

map<unsigned int,ObjectProperties> Herwig::LeptonsJetsAnalysis::theHiggsProperties
private

Higgs properties.

Definition at line 583 of file LeptonsJetsAnalysis.h.

Referenced by higgsProperties().

◆ theIsShowered

bool Herwig::LeptonsJetsAnalysis::theIsShowered
private

Switch between fixed order and showered.

Definition at line 478 of file LeptonsJetsAnalysis.h.

◆ theJetAverageProperties

ObjectProperties Herwig::LeptonsJetsAnalysis::theJetAverageProperties
private

Jet-average properties.

Definition at line 548 of file LeptonsJetsAnalysis.h.

Referenced by jetAverageProperties().

◆ theJetChargedLeptonPairProperties

map<pair<unsigned int,unsigned int>,PairProperties> Herwig::LeptonsJetsAnalysis::theJetChargedLeptonPairProperties
private

Jet/charged lepton pair properties.

Definition at line 598 of file LeptonsJetsAnalysis.h.

Referenced by jetChargedLeptonPairProperties().

◆ theJetEWIDPairProperties

map<pair<unsigned int,unsigned int>,PairProperties> Herwig::LeptonsJetsAnalysis::theJetEWIDPairProperties
private

Jet/electroweak pair properties.

Definition at line 593 of file LeptonsJetsAnalysis.h.

Referenced by jetEWIDPairProperties().

◆ theJetFinder

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

The jet finder to use.

Definition at line 488 of file LeptonsJetsAnalysis.h.

Referenced by jetFinder().

◆ theJetHiggsPairProperties

map<pair<unsigned int,unsigned int>,PairProperties> Herwig::LeptonsJetsAnalysis::theJetHiggsPairProperties
private

Jet/Higgs pair properties.

Definition at line 613 of file LeptonsJetsAnalysis.h.

Referenced by jetHiggsPairProperties().

◆ theJetInclusiveProperties

ObjectProperties Herwig::LeptonsJetsAnalysis::theJetInclusiveProperties
private

Jet-inclusive properties.

Definition at line 538 of file LeptonsJetsAnalysis.h.

Referenced by jetInclusiveProperties().

◆ theJetNeutrinoPairProperties

map<pair<unsigned int,unsigned int>,PairProperties> Herwig::LeptonsJetsAnalysis::theJetNeutrinoPairProperties
private

Jet/neutrino pair properties.

Definition at line 603 of file LeptonsJetsAnalysis.h.

Referenced by jetNeutrinoPairProperties().

◆ theJetPairChargedLeptonTripleProperties

map<std::tuple<unsigned int,unsigned int,unsigned int>,TripleProperties> Herwig::LeptonsJetsAnalysis::theJetPairChargedLeptonTripleProperties
private

Jet-pair/charged lepton triple properties.

Definition at line 638 of file LeptonsJetsAnalysis.h.

Referenced by jetPairChargedLeptonTripleProperties().

◆ theJetPairEWIDTripleProperties

map<std::tuple<unsigned int,unsigned int,unsigned int>,TripleProperties> Herwig::LeptonsJetsAnalysis::theJetPairEWIDTripleProperties
private

Jet-pair/electroweak triple properties.

Definition at line 633 of file LeptonsJetsAnalysis.h.

Referenced by jetPairEWIDTripleProperties().

◆ theJetPairHiggsTripleProperties

map<std::tuple<unsigned int,unsigned int,unsigned int>,TripleProperties> Herwig::LeptonsJetsAnalysis::theJetPairHiggsTripleProperties
private

Jet-pair/Higgs triple properties.

Definition at line 653 of file LeptonsJetsAnalysis.h.

Referenced by jetPairHiggsTripleProperties().

◆ theJetPairNeutrinoTripleProperties

map<std::tuple<unsigned int,unsigned int,unsigned int>,TripleProperties> Herwig::LeptonsJetsAnalysis::theJetPairNeutrinoTripleProperties
private

Jet-pair/neutrino triple properties.

Definition at line 643 of file LeptonsJetsAnalysis.h.

Referenced by jetPairNeutrinoTripleProperties().

◆ theJetPairProperties

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

Jet pair properties.

Definition at line 588 of file LeptonsJetsAnalysis.h.

Referenced by jetPairProperties().

◆ theJetPairPTmissTripleProperties

map<pair<unsigned int,unsigned int>,TripleProperties> Herwig::LeptonsJetsAnalysis::theJetPairPTmissTripleProperties
private

Jet-pair/missing pT triple properties.

Definition at line 648 of file LeptonsJetsAnalysis.h.

Referenced by jetPairPTmissTripleProperties().

◆ theJetProperties

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

Jet properties.

Definition at line 528 of file LeptonsJetsAnalysis.h.

Referenced by jetProperties().

◆ theJetPTmissPairProperties

map<unsigned int,PairProperties> Herwig::LeptonsJetsAnalysis::theJetPTmissPairProperties
private

Jet/missing pT pair properties.

Definition at line 608 of file LeptonsJetsAnalysis.h.

Referenced by jetPTmissPairProperties().

◆ theJetRegions

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

The jet regions to match.

Definition at line 493 of file LeptonsJetsAnalysis.h.

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

◆ theJets

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

The reconstructed jets.

Definition at line 498 of file LeptonsJetsAnalysis.h.

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

◆ theJetSummedProperties

ObjectProperties Herwig::LeptonsJetsAnalysis::theJetSummedProperties
private

Jet-summed properties.

Definition at line 543 of file LeptonsJetsAnalysis.h.

Referenced by jetSummedProperties().

◆ theNeutrinoProperties

map<unsigned int,ObjectProperties> Herwig::LeptonsJetsAnalysis::theNeutrinoProperties
private

Neutrino properties.

Definition at line 573 of file LeptonsJetsAnalysis.h.

Referenced by neutrinoProperties().

◆ theNeutrinos

map<unsigned int,LorentzMomentum> Herwig::LeptonsJetsAnalysis::theNeutrinos
private

The reconstructed neutrinos.

Definition at line 513 of file LeptonsJetsAnalysis.h.

Referenced by clear(), and neutrinoMomentum().

◆ theNJetsExclusive

Statistics::Histogram Herwig::LeptonsJetsAnalysis::theNJetsExclusive
private

Exclusive jet multiplicities.

Definition at line 558 of file LeptonsJetsAnalysis.h.

Referenced by nJetsExclusive().

◆ theNJetsInclusive

Statistics::Histogram Herwig::LeptonsJetsAnalysis::theNJetsInclusive
private

Inclusive jet multiplicities.

Definition at line 553 of file LeptonsJetsAnalysis.h.

Referenced by nJetsInclusive().

◆ thePTmiss

LorentzMomentum Herwig::LeptonsJetsAnalysis::thePTmiss
private

The reconstructed missing pT.

Definition at line 518 of file LeptonsJetsAnalysis.h.

Referenced by pTmissMomentum().

◆ thePTmissProperties

ObjectProperties Herwig::LeptonsJetsAnalysis::thePTmissProperties
private

missing pT properties

Definition at line 578 of file LeptonsJetsAnalysis.h.

Referenced by pTmissProperties().

◆ theThreeChargedLeptonProperties

map<std::tuple<unsigned int,unsigned int,unsigned int>,TripleProperties> Herwig::LeptonsJetsAnalysis::theThreeChargedLeptonProperties
private

Triple charged lepton properties.

Definition at line 663 of file LeptonsJetsAnalysis.h.

Referenced by threeChargedLeptonProperties().

◆ theThreeEWIDProperties

map<std::tuple<unsigned int,unsigned int,unsigned int>,TripleProperties> Herwig::LeptonsJetsAnalysis::theThreeEWIDProperties
private

Triple electroweak properties.

Definition at line 658 of file LeptonsJetsAnalysis.h.

Referenced by threeEWIDProperties().

◆ theThreeJetProperties

map<std::tuple<unsigned int,unsigned int,unsigned int>,TripleProperties> Herwig::LeptonsJetsAnalysis::theThreeJetProperties
private

Trijet properties.

Definition at line 628 of file LeptonsJetsAnalysis.h.

Referenced by threeJetProperties().


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