Analysis-level trigger object class. More...
#include "DataFormats/PatCandidates/interface/TriggerObject.h"
Public Member Functions | |
void | addFilterId (trigger::TriggerObjectType triggerObjectType) |
void | addFilterId (int triggerObjectType) |
void | addTriggerObjectType (trigger::TriggerObjectType triggerObjectType) |
Add a new trigger object type identifier. More... | |
void | addTriggerObjectType (int triggerObjectType) |
virtual bool | coll (const std::string &collName) const |
Calls 'hasCollection(...)'. More... | |
const std::string & | collection () const |
Get the label of the collection the trigger object originates from. More... | |
std::vector< int > | filterIds () const |
virtual bool | hasCollection (const std::string &collName) const |
Checks, if a certain label of original collection is assigned. More... | |
virtual bool | hasCollection (const edm::InputTag &collName) const |
bool | hasFilterId (trigger::TriggerObjectType triggerObjectType) const |
bool | hasFilterId (int triggerObjectType) const |
bool | hasTriggerObjectType (trigger::TriggerObjectType triggerObjectType) const |
Checks, if a certain trigger object type identifier is assigned. More... | |
bool | hasTriggerObjectType (int triggerObjectType) const |
bool | id (trigger::TriggerObjectType triggerObjectType) const |
bool | id (int triggerObjectType) const |
const l1extra::L1EmParticleRef | origL1EmRef () const |
const l1extra::L1EtMissParticleRef | origL1EtMissRef () const |
const L1GctEmCand * | origL1GctEmCand () const |
const L1GctEtHad * | origL1GctEtHad () const |
const L1GctEtMiss * | origL1GctEtMiss () const |
const L1GctEtTotal * | origL1GctEtTotal () const |
const L1GctHtMiss * | origL1GctHtMiss () const |
const L1GctJetCand * | origL1GctJetCand () const |
const L1MuGMTExtendedCand * | origL1GmtMuonCand () const |
const l1extra::L1JetParticleRef | origL1JetRef () const |
const l1extra::L1MuonParticleRef | origL1MuonRef () const |
const reco::Candidate * | origObjCand () const |
const reco::CandidateBaseRef & | origObjRef () const |
Special methods for 'l1extra' particles. More... | |
void | setCollection (const std::string &collName) |
Methods. More... | |
void | setCollection (const edm::InputTag &collName) |
TriggerObject () | |
Constructors and Destructor. More... | |
TriggerObject (const trigger::TriggerObject &trigObj) | |
Constructor from trigger::TriggerObject. More... | |
TriggerObject (const reco::LeafCandidate &leafCand) | |
Constructors from base class object. More... | |
TriggerObject (const reco::CandidateBaseRef &candRef) | |
Constructors from base candidate reference (for 'l1extra' particles) More... | |
TriggerObject (const reco::Particle::LorentzVector &vec, int id=0) | |
Constructors from Lorentz-vectors and (optional) PDG ID. More... | |
TriggerObject (const reco::Particle::PolarLorentzVector &vec, int id=0) | |
std::vector< int > | triggerObjectTypes () const |
Get all trigger object type identifiers. More... | |
bool | type (trigger::TriggerObjectType triggerObjectType) const |
Calls 'hasTriggerObjectType(...)'. More... | |
bool | type (int triggerObjectType) const |
virtual | ~TriggerObject () |
Destructor. More... | |
Public Member Functions inherited from reco::LeafCandidate | |
virtual Vector | boostToCM () const final |
virtual int | charge () const final |
electric charge More... | |
virtual LeafCandidate * | clone () const |
returns a clone of the Candidate object More... | |
void | construct (int qx3, float pt, float eta, float phi, float mass, const Point &vtx, int pdgId, int status) |
virtual const Candidate * | daughter (size_type) const |
return daughter at a given position (throws an exception) More... | |
virtual Candidate * | daughter (size_type) |
return daughter at a given position (throws an exception) More... | |
virtual Candidate * | daughter (const std::string &s) |
return daughter with a specified role name More... | |
virtual const Candidate * | daughter (const std::string &s) const |
return daughter with a specified role name More... | |
virtual double | energy () const final |
energy More... | |
virtual double | et () const final |
transverse energy More... | |
virtual double | et2 () const final |
transverse energy squared (use this for cut!) More... | |
virtual double | eta () const final |
momentum pseudorapidity More... | |
virtual void | fillVertexCovariance (CovarianceMatrix &v) const |
fill SMatrix More... | |
template<typename T > | |
T | get () const |
get a component More... | |
template<typename T , typename Tag > | |
T | get () const |
get a component More... | |
template<typename T > | |
T | get (size_type i) const |
get a component More... | |
template<typename T , typename Tag > | |
T | get (size_type i) const |
get a component More... | |
virtual bool | hasMasterClone () const |
virtual bool | hasMasterClonePtr () const |
virtual bool | isCaloMuon () const |
virtual bool | isConvertedPhoton () const |
virtual bool | isElectron () const |
virtual bool | isGlobalMuon () const |
virtual bool | isJet () const |
virtual bool | isMuon () const |
virtual bool | isPhoton () const |
virtual bool | isStandAloneMuon () const |
virtual bool | isTrackerMuon () const |
LeafCandidate () | |
LeafCandidate (const Candidate &c) | |
template<typename... Args> | |
LeafCandidate (Args &&...args) | |
LeafCandidate (LeafCandidate &rh) | |
LeafCandidate (LeafCandidate &&)=default | |
LeafCandidate (LeafCandidate const &)=default | |
virtual bool | longLived () const final |
is long lived? More... | |
virtual double | mass () const final |
mass More... | |
virtual bool | massConstraint () const final |
do mass constraint? More... | |
virtual double | massSqr () const final |
mass squared More... | |
virtual const CandidateBaseRef & | masterClone () const |
virtual const CandidatePtr & | masterClonePtr () const |
template<typename Ref > | |
Ref | masterRef () const |
cast master clone reference to a concrete type More... | |
virtual Vector | momentum () const final |
spatial momentum vector More... | |
virtual const Candidate * | mother (size_type) const |
return mother at a given position (throws an exception) More... | |
virtual double | mt () const final |
transverse mass More... | |
virtual double | mtSqr () const final |
transverse mass squared More... | |
template<typename T > | |
size_type | numberOf () const |
number of components More... | |
template<typename T , typename Tag > | |
size_type | numberOf () const |
number of components More... | |
virtual size_t | numberOfDaughters () const |
number of daughters More... | |
virtual size_t | numberOfMothers () const |
number of mothers More... | |
virtual size_t | numberOfSourceCandidatePtrs () const |
LeafCandidate & | operator= (LeafCandidate &&)=default |
LeafCandidate & | operator= (LeafCandidate const &)=default |
virtual double | p () const final |
magnitude of momentum vector More... | |
virtual const LorentzVector & | p4 () const final |
four-momentum Lorentz vector More... | |
virtual int | pdgId () const final |
PDG identifier. More... | |
virtual double | phi () const final |
momentum azimuthal angle More... | |
virtual const PolarLorentzVector & | polarP4 () const final |
four-momentum Lorentz vector More... | |
virtual double | pt () const final |
transverse momentum More... | |
virtual double | px () const final |
x coordinate of momentum vector More... | |
virtual double | py () const final |
y coordinate of momentum vector More... | |
virtual double | pz () const final |
z coordinate of momentum vector More... | |
virtual double | rapidity () const final |
rapidity More... | |
virtual void | setCharge (Charge q) final |
set electric charge More... | |
virtual void | setLongLived () final |
virtual void | setMass (double m) final |
set particle mass More... | |
virtual void | setMassConstraint () final |
virtual void | setP4 (const LorentzVector &p4) final |
set 4-momentum More... | |
virtual void | setP4 (const PolarLorentzVector &p4) final |
set 4-momentum More... | |
virtual void | setPdgId (int pdgId) final |
virtual void | setPz (double pz) final |
virtual void | setStatus (int status) final |
set status word More... | |
virtual void | setThreeCharge (Charge qx3) final |
set electric charge More... | |
virtual void | setVertex (const Point &vertex) |
set vertex More... | |
virtual CandidatePtr | sourceCandidatePtr (size_type i) const |
virtual int | status () const final |
status word More... | |
virtual double | theta () const final |
momentum polar angle More... | |
virtual int | threeCharge () const final |
electric charge More... | |
virtual const Point & | vertex () const |
vertex position (overwritten by PF...) More... | |
virtual double | vertexChi2 () const |
chi-squares More... | |
virtual double | vertexCovariance (int i, int j) const |
(i, j)-th element of error matrix, i, j = 0, ... 2 More... | |
CovarianceMatrix | vertexCovariance () const final |
return SMatrix More... | |
virtual double | vertexNdof () const |
virtual double | vertexNormalizedChi2 () const |
chi-squared divided by n.d.o.f. More... | |
virtual double | vx () const |
x coordinate of vertex position More... | |
virtual double | vy () const |
y coordinate of vertex position More... | |
virtual double | vz () const |
z coordinate of vertex position More... | |
virtual double | y () const final |
rapidity More... | |
virtual | ~LeafCandidate () |
destructor More... | |
Public Member Functions inherited from reco::Candidate | |
const_iterator | begin () const |
first daughter const_iterator More... | |
iterator | begin () |
first daughter iterator More... | |
virtual const Track * | bestTrack () const |
Candidate () | |
default constructor More... | |
virtual float | dxyError () const |
uncertainty on dxy More... | |
virtual float | dzError () const |
uncertainty on dz More... | |
const_iterator | end () const |
last daughter const_iterator More... | |
iterator | end () |
last daughter iterator More... | |
template<typename T > | |
T | get () const |
get a component More... | |
template<typename T , typename Tag > | |
T | get () const |
get a component More... | |
template<typename T > | |
T | get (size_type i) const |
get a component More... | |
template<typename T , typename Tag > | |
T | get (size_type i) const |
get a component More... | |
template<typename Ref > | |
Ref | masterRef () const |
cast master clone reference to a concrete type More... | |
template<typename T > | |
size_type | numberOf () const |
number of components More... | |
template<typename T , typename Tag > | |
size_type | numberOf () const |
number of components More... | |
virtual void | setSourceCandidatePtr (const CandidatePtr &ptr) |
Set the ptr to the source Candidate. More... | |
virtual | ~Candidate () |
destructor More... | |
Private Attributes | |
std::string | collection_ |
Data Members. More... | |
reco::CandidateBaseRef | refToOrig_ |
std::vector < trigger::TriggerObjectType > | triggerObjectTypes_ |
Additional Inherited Members | |
Public Types inherited from reco::LeafCandidate | |
typedef int | Charge |
electric charge type More... | |
typedef CandidateCollection | daughters |
collection of daughter candidates More... | |
typedef unsigned int | index |
typedef math::XYZTLorentzVector | LorentzVector |
Lorentz vector. More... | |
typedef math::XYZPoint | Point |
point in the space More... | |
typedef math::PtEtaPhiMLorentzVector | PolarLorentzVector |
Lorentz vector. More... | |
typedef math::XYZVector | Vector |
point in the space More... | |
Public Types inherited from reco::Candidate | |
enum | { dimension = 3 } |
enum | { size = dimension * (dimension + 1)/2 } |
matix size More... | |
typedef int | Charge |
electric charge type More... | |
typedef candidate::const_iterator | const_iterator |
typedef math::Error< dimension > ::type | CovarianceMatrix |
covariance error matrix (3x3) More... | |
typedef unsigned int | index |
index type More... | |
typedef candidate::iterator | iterator |
typedef math::XYZTLorentzVector | LorentzVector |
Lorentz vector. More... | |
typedef math::XYZPoint | Point |
point in the space More... | |
typedef math::PtEtaPhiMLorentzVector | PolarLorentzVector |
Lorentz vector. More... | |
typedef size_t | size_type |
typedef math::XYZVector | Vector |
point in the space More... | |
Analysis-level trigger object class.
TriggerObject implements a container for trigger objects' information within the 'pat' namespace. For detailed information, consult https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATTrigger#TriggerObject
Definition at line 47 of file TriggerObject.h.
pat::TriggerObject::TriggerObject | ( | ) |
Constructors and Destructor.
Default constructor
pat::TriggerObject::TriggerObject | ( | const trigger::TriggerObject & | trigObj | ) |
Constructor from trigger::TriggerObject.
pat::TriggerObject::TriggerObject | ( | const reco::LeafCandidate & | leafCand | ) |
Constructors from base class object.
pat::TriggerObject::TriggerObject | ( | const reco::CandidateBaseRef & | candRef | ) |
Constructors from base candidate reference (for 'l1extra' particles)
pat::TriggerObject::TriggerObject | ( | const reco::Particle::LorentzVector & | vec, |
int | id = 0 |
||
) |
Constructors from Lorentz-vectors and (optional) PDG ID.
pat::TriggerObject::TriggerObject | ( | const reco::Particle::PolarLorentzVector & | vec, |
int | id = 0 |
||
) |
|
inlinevirtual |
|
inline |
Definition at line 89 of file TriggerObject.h.
References addTriggerObjectType().
|
inline |
Definition at line 90 of file TriggerObject.h.
References addTriggerObjectType().
|
inline |
Add a new trigger object type identifier.
Definition at line 87 of file TriggerObject.h.
References hasTriggerObjectType(), and triggerObjectTypes_.
Referenced by addFilterId(), pat::PATTriggerProducer::produce(), and pat::TriggerObjectStandAlone::triggerObject().
|
inline |
Definition at line 88 of file TriggerObject.h.
References addTriggerObjectType().
Referenced by addTriggerObjectType().
|
inlinevirtual |
Calls 'hasCollection(...)'.
Special methods for the cut string parser
Reimplemented in pat::TriggerObjectStandAlone.
Definition at line 134 of file TriggerObject.h.
References hasCollection().
|
inline |
Get the label of the collection the trigger object originates from.
Definition at line 92 of file TriggerObject.h.
References collection_.
Referenced by AdHocNTupler::fill(), pat::TriggerObjectStandAlone::hasCollection(), and pat::TriggerObjectStandAlone::triggerObject().
|
inline |
Definition at line 97 of file TriggerObject.h.
References triggerObjectTypes().
|
virtual |
Checks, if a certain label of original collection is assigned.
Reimplemented in pat::TriggerObjectStandAlone.
Referenced by coll(), and pat::TriggerObjectStandAlone::hasCollection().
|
inlinevirtual |
Reimplemented in pat::TriggerObjectStandAlone.
Definition at line 100 of file TriggerObject.h.
References edm::InputTag::encode(), and hasCollection().
Referenced by hasCollection().
|
inline |
Definition at line 104 of file TriggerObject.h.
References hasTriggerObjectType().
|
inline |
Definition at line 105 of file TriggerObject.h.
References hasTriggerObjectType().
bool pat::TriggerObject::hasTriggerObjectType | ( | trigger::TriggerObjectType | triggerObjectType | ) | const |
Checks, if a certain trigger object type identifier is assigned.
Referenced by addTriggerObjectType(), hasFilterId(), id(), and type().
|
inline |
Definition at line 103 of file TriggerObject.h.
References hasTriggerObjectType().
Referenced by hasTriggerObjectType().
|
inline |
Definition at line 138 of file TriggerObject.h.
References hasTriggerObjectType().
Referenced by pat::TriggerObjectStandAlone::packPathNames().
|
inline |
Definition at line 139 of file TriggerObject.h.
References hasTriggerObjectType().
const l1extra::L1EmParticleRef pat::TriggerObject::origL1EmRef | ( | ) | const |
const l1extra::L1EtMissParticleRef pat::TriggerObject::origL1EtMissRef | ( | ) | const |
Referenced by origL1GctEtHad(), origL1GctEtMiss(), origL1GctEtTotal(), and origL1GctHtMiss().
|
inline |
Definition at line 115 of file TriggerObject.h.
References edm::Ref< C, T, F >::isNonnull(), and origL1EmRef().
|
inline |
Definition at line 121 of file TriggerObject.h.
References edm::Ref< C, T, F >::isNonnull(), and origL1EtMissRef().
|
inline |
Definition at line 118 of file TriggerObject.h.
References edm::Ref< C, T, F >::isNonnull(), and origL1EtMissRef().
|
inline |
Definition at line 119 of file TriggerObject.h.
References edm::Ref< C, T, F >::isNonnull(), and origL1EtMissRef().
|
inline |
Definition at line 120 of file TriggerObject.h.
References edm::Ref< C, T, F >::isNonnull(), and origL1EtMissRef().
|
inline |
Definition at line 124 of file TriggerObject.h.
References edm::Ref< C, T, F >::isNonnull(), and origL1JetRef().
|
inline |
Definition at line 127 of file TriggerObject.h.
References edm::Ref< C, T, F >::isNonnull(), and origL1MuonRef().
const l1extra::L1JetParticleRef pat::TriggerObject::origL1JetRef | ( | ) | const |
Referenced by origL1GctJetCand().
const l1extra::L1MuonParticleRef pat::TriggerObject::origL1MuonRef | ( | ) | const |
Referenced by origL1GmtMuonCand().
|
inline |
Definition at line 111 of file TriggerObject.h.
References edm::RefToBase< T >::get(), and refToOrig_.
|
inline |
Special methods for 'l1extra' particles.
General getters
Definition at line 110 of file TriggerObject.h.
References refToOrig_.
|
inline |
Methods.
Set the label of the collection the trigger object originates from
Definition at line 84 of file TriggerObject.h.
References collection_.
Referenced by pat::PATTriggerProducer::produce(), and pat::TriggerObjectStandAlone::triggerObject().
|
inline |
std::vector< int > pat::TriggerObject::triggerObjectTypes | ( | ) | const |
Get all trigger object type identifiers.
Referenced by filterIds(), and pat::TriggerObjectStandAlone::triggerObject().
|
inline |
Calls 'hasTriggerObjectType(...)'.
Definition at line 136 of file TriggerObject.h.
References hasTriggerObjectType().
Referenced by cuy.ValElement::__init__(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputCommands(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputCommands(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties().
|
inline |
Definition at line 137 of file TriggerObject.h.
References hasTriggerObjectType().
Referenced by cuy.ValElement::__init__(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputCommands(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputCommands(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties().
|
private |
Data Members.
Label of the collection the trigger object originates from
Definition at line 52 of file TriggerObject.h.
Referenced by collection(), and setCollection().
|
private |
Reference to trigger object, meant for 'l1extra' particles to access their additional functionalities, empty otherwise
Definition at line 60 of file TriggerObject.h.
Referenced by origObjCand(), and origObjRef().
|
private |
Vector of special identifiers for the trigger object type as defined in trigger::TriggerObjectType (DataFormats/HLTReco/interface/TriggerTypeDefs.h), possibly empty
Definition at line 56 of file TriggerObject.h.
Referenced by addTriggerObjectType().