CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Attributes
l1t::PFTrack Class Reference

#include <PFTrack.h>

Inheritance diagram for l1t::PFTrack:
l1t::L1Candidate reco::LeafCandidate reco::Candidate

Public Types

typedef TTTrack< Ref_Phase2TrackerDigi_L1TTTrackType
 
typedef edm::Ref< std::vector< L1TTTrackType > > TrackRef
 
- 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...
 

Public Member Functions

float caloEta () const
 eta coordinate propagated at the calorimeter surface used for track-cluster matching More...
 
float caloPhi () const
 phi coordinate propagated at the calorimeter surface used for track-cluster matching More...
 
float caloPtError () const
 uncertainty on calorimetric response for a hadron with pt equal to this track's pt More...
 
float chi2 () const
 
bool isMuon () const override
 
float normalizedChi2 () const
 
unsigned int nPar () const
 
unsigned int nStubs () const
 
 PFTrack ()
 
 PFTrack (int charge, const reco::Particle::LorentzVector &p4, const reco::Particle::Point &vtx, const TrackRef &tkPtr, int nPar, float caloEta, float caloPhi, float trkPtError=-1, float caloPtError=-1, int quality=1, bool isMuon=false, int hwpt=0, int hweta=0, int hwphi=0)
 
int quality () const
 
void setCaloEtaPhi (float eta, float phi)
 
void setCaloPtError (float ptErr)
 
void setIsMuon (bool isMuon)
 
void setQuality (int quality)
 
void setTrack (const TrackRef &ref)
 
void setTrkPtError (float ptErr)
 
const TrackReftrack () const
 
float trkPtError () const
 uncertainty on track pt More...
 
- Public Member Functions inherited from l1t::L1Candidate
int hwEta () const
 
int hwIso () const
 
int hwPhi () const
 
int hwPt () const
 
int hwQual () const
 
 L1Candidate ()
 
 L1Candidate (const LorentzVector &p4, int pt=0, int eta=0, int phi=0, int qual=0, int iso=0)
 
 L1Candidate (const PolarLorentzVector &p4, int pt=0, int eta=0, int phi=0, int qual=0, int iso=0)
 
virtual bool operator!= (const l1t::L1Candidate &rhs) const
 
virtual bool operator== (const l1t::L1Candidate &rhs) const
 
void setHwEta (int eta)
 
void setHwIso (int iso)
 
void setHwPhi (int phi)
 
void setHwPt (int pt)
 
void setHwQual (int qual)
 
 ~L1Candidate () override
 
- Public Member Functions inherited from reco::LeafCandidate
Vector boostToCM () const final
 
int charge () const final
 electric charge More...
 
LeafCandidateclone () const override
 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)
 
const Candidatedaughter (const std::string &s) const override
 return daughter with a specified role name More...
 
Candidatedaughter (const std::string &s) override
 return daughter with a specified role name More...
 
const Candidatedaughter (size_type) const override
 return daughter at a given position (throws an exception) More...
 
Candidatedaughter (size_type) override
 return daughter at a given position (throws an exception) More...
 
double energy () const final
 energy More...
 
double et () const final
 transverse energy More...
 
double et2 () const final
 transverse energy squared (use this for cut!) More...
 
double eta () const final
 momentum pseudorapidity More...
 
void fillVertexCovariance (CovarianceMatrix &v) const override
 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...
 
bool hasMasterClone () const override
 
bool hasMasterClonePtr () const override
 
bool isCaloMuon () const override
 
bool isConvertedPhoton () const override
 
bool isElectron () const override
 
bool isGlobalMuon () const override
 
bool isJet () const override
 
bool isPhoton () const override
 
bool isStandAloneMuon () const override
 
bool isTrackerMuon () const override
 
 LeafCandidate ()
 
template<typename... Args>
 LeafCandidate (Args &&... args)
 
 LeafCandidate (const Candidate &c)
 
 LeafCandidate (LeafCandidate &&)=default
 
 LeafCandidate (LeafCandidate &rh)
 
 LeafCandidate (LeafCandidate const &)=default
 
bool longLived () const final
 is long lived? More...
 
double mass () const final
 mass More...
 
bool massConstraint () const final
 do mass constraint? More...
 
double massSqr () const final
 mass squared More...
 
const CandidateBaseRefmasterClone () const override
 
const CandidatePtrmasterClonePtr () const override
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
Vector momentum () const final
 spatial momentum vector More...
 
const Candidatemother (size_type) const override
 return mother at a given position (throws an exception) More...
 
double mt () const final
 transverse mass More...
 
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...
 
size_t numberOfDaughters () const override
 number of daughters More...
 
size_t numberOfMothers () const override
 number of mothers More...
 
size_t numberOfSourceCandidatePtrs () const override
 
LeafCandidateoperator= (LeafCandidate &&)=default
 
LeafCandidateoperator= (LeafCandidate const &)=default
 
double p () const final
 magnitude of momentum vector More...
 
const LorentzVectorp4 () const final
 four-momentum Lorentz vector More...
 
int pdgId () const final
 PDG identifier. More...
 
double phi () const final
 momentum azimuthal angle More...
 
const PolarLorentzVectorpolarP4 () const final
 four-momentum Lorentz vector More...
 
double pt () const final
 transverse momentum More...
 
double px () const final
 x coordinate of momentum vector More...
 
double py () const final
 y coordinate of momentum vector More...
 
double pz () const final
 z coordinate of momentum vector More...
 
double rapidity () const final
 rapidity More...
 
void setCharge (Charge q) final
 set electric charge More...
 
void setLongLived () final
 
void setMass (double m) final
 set particle mass More...
 
void setMassConstraint () final
 
void setP4 (const LorentzVector &p4) final
 set 4-momentum More...
 
void setP4 (const PolarLorentzVector &p4) final
 set 4-momentum More...
 
void setPdgId (int pdgId) final
 
void setPz (double pz) final
 
void setStatus (int status) final
 set status word More...
 
void setThreeCharge (Charge qx3) final
 set electric charge More...
 
void setVertex (const Point &vertex) override
 set vertex More...
 
CandidatePtr sourceCandidatePtr (size_type i) const override
 
int status () const final
 status word More...
 
double theta () const final
 momentum polar angle More...
 
int threeCharge () const final
 electric charge More...
 
const Pointvertex () const override
 vertex position (overwritten by PF...) More...
 
double vertexChi2 () const override
 chi-squares More...
 
CovarianceMatrix vertexCovariance () const final
 return SMatrix More...
 
double vertexCovariance (int i, int j) const override
 (i, j)-th element of error matrix, i, j = 0, ... 2 More...
 
double vertexNdof () const override
 
double vertexNormalizedChi2 () const override
 chi-squared divided by n.d.o.f. More...
 
double vx () const override
 x coordinate of vertex position More...
 
double vy () const override
 y coordinate of vertex position More...
 
double vz () const override
 z coordinate of vertex position More...
 
double y () const final
 rapidity More...
 
 ~LeafCandidate () override
 destructor More...
 
- Public Member Functions inherited from reco::Candidate
iterator begin ()
 first daughter iterator More...
 
const_iterator begin () const
 first daughter const_iterator More...
 
virtual const TrackbestTrack () const
 
 Candidate ()
 default constructor More...
 
virtual float dxyError () const
 uncertainty on dxy More...
 
virtual float dzError () const
 uncertainty on dz More...
 
iterator end ()
 last daughter iterator More...
 
const_iterator end () const
 last daughter const_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

float caloEta_
 
float caloPhi_
 
float caloPtError_
 
bool isMuon_
 
unsigned int nPar_
 
TrackRef trackRef_
 
float trkPtError_
 

Additional Inherited Members

Detailed Description

Definition at line 12 of file PFTrack.h.

Member Typedef Documentation

◆ L1TTTrackType

Definition at line 14 of file PFTrack.h.

◆ TrackRef

Definition at line 15 of file PFTrack.h.

Constructor & Destructor Documentation

◆ PFTrack() [1/2]

l1t::PFTrack::PFTrack ( )
inline

Definition at line 17 of file PFTrack.h.

17 {}

◆ PFTrack() [2/2]

l1t::PFTrack::PFTrack ( int  charge,
const reco::Particle::LorentzVector p4,
const reco::Particle::Point vtx,
const TrackRef tkPtr,
int  nPar,
float  caloEta,
float  caloPhi,
float  trkPtError = -1,
float  caloPtError = -1,
int  quality = 1,
bool  isMuon = false,
int  hwpt = 0,
int  hweta = 0,
int  hwphi = 0 
)
inline

Member Function Documentation

◆ caloEta()

float l1t::PFTrack::caloEta ( ) const
inline

eta coordinate propagated at the calorimeter surface used for track-cluster matching

Definition at line 48 of file PFTrack.h.

48 { return caloEta_; }

References caloEta_.

◆ caloPhi()

float l1t::PFTrack::caloPhi ( ) const
inline

phi coordinate propagated at the calorimeter surface used for track-cluster matching

Definition at line 50 of file PFTrack.h.

50 { return caloPhi_; }

References caloPhi_.

◆ caloPtError()

float l1t::PFTrack::caloPtError ( ) const
inline

uncertainty on calorimetric response for a hadron with pt equal to this track's pt

Definition at line 61 of file PFTrack.h.

61 { return caloPtError_; }

References caloPtError_.

◆ chi2()

float l1t::PFTrack::chi2 ( void  ) const
inline

Definition at line 73 of file PFTrack.h.

73 { return track()->chi2(); }

References track().

◆ isMuon()

bool l1t::PFTrack::isMuon ( ) const
inlineoverridevirtual

Reimplemented from reco::LeafCandidate.

Definition at line 64 of file PFTrack.h.

64 { return isMuon_; }

References isMuon_.

Referenced by setIsMuon().

◆ normalizedChi2()

float l1t::PFTrack::normalizedChi2 ( ) const
inline

Definition at line 72 of file PFTrack.h.

72 { return track()->chi2Red(); }

References track().

◆ nPar()

unsigned int l1t::PFTrack::nPar ( ) const
inline

Definition at line 70 of file PFTrack.h.

70 { return nPar_; }

References nPar_.

◆ nStubs()

unsigned int l1t::PFTrack::nStubs ( ) const
inline

Definition at line 71 of file PFTrack.h.

71 { return track()->getStubRefs().size(); }

References track().

◆ quality()

int l1t::PFTrack::quality ( ) const
inline

Definition at line 67 of file PFTrack.h.

67 { return hwQual(); }

References l1t::L1Candidate::hwQual().

Referenced by setQuality().

◆ setCaloEtaPhi()

void l1t::PFTrack::setCaloEtaPhi ( float  eta,
float  phi 
)
inline

Definition at line 51 of file PFTrack.h.

51  {
52  caloEta_ = eta;
53  caloPhi_ = phi;
54  }

References caloEta_, caloPhi_, reco::LeafCandidate::eta(), and reco::LeafCandidate::phi().

◆ setCaloPtError()

void l1t::PFTrack::setCaloPtError ( float  ptErr)
inline

Definition at line 62 of file PFTrack.h.

62 { caloPtError_ = ptErr; }

References caloPtError_, and muons_cff::ptErr.

◆ setIsMuon()

void l1t::PFTrack::setIsMuon ( bool  isMuon)
inline

Definition at line 65 of file PFTrack.h.

65 { isMuon_ = isMuon; }

References isMuon(), and isMuon_.

◆ setQuality()

void l1t::PFTrack::setQuality ( int  quality)
inline

Definition at line 68 of file PFTrack.h.

68 { setHwQual(quality); }

References quality(), and l1t::L1Candidate::setHwQual().

◆ setTrack()

void l1t::PFTrack::setTrack ( const TrackRef ref)
inline

Definition at line 45 of file PFTrack.h.

45 { trackRef_ = ref; }

References trackRef_.

◆ setTrkPtError()

void l1t::PFTrack::setTrkPtError ( float  ptErr)
inline

Definition at line 58 of file PFTrack.h.

58 { trkPtError_ = ptErr; }

References muons_cff::ptErr, and trkPtError_.

◆ track()

const TrackRef& l1t::PFTrack::track ( ) const
inline

Definition at line 44 of file PFTrack.h.

44 { return trackRef_; }

References trackRef_.

Referenced by chi2(), normalizedChi2(), and nStubs().

◆ trkPtError()

float l1t::PFTrack::trkPtError ( ) const
inline

uncertainty on track pt

Definition at line 57 of file PFTrack.h.

57 { return trkPtError_; }

References trkPtError_.

Member Data Documentation

◆ caloEta_

float l1t::PFTrack::caloEta_
private

Definition at line 77 of file PFTrack.h.

Referenced by caloEta(), and setCaloEtaPhi().

◆ caloPhi_

float l1t::PFTrack::caloPhi_
private

Definition at line 77 of file PFTrack.h.

Referenced by caloPhi(), and setCaloEtaPhi().

◆ caloPtError_

float l1t::PFTrack::caloPtError_
private

Definition at line 79 of file PFTrack.h.

Referenced by caloPtError(), and setCaloPtError().

◆ isMuon_

bool l1t::PFTrack::isMuon_
private

Definition at line 80 of file PFTrack.h.

Referenced by isMuon(), and setIsMuon().

◆ nPar_

unsigned int l1t::PFTrack::nPar_
private

Definition at line 81 of file PFTrack.h.

Referenced by nPar().

◆ trackRef_

TrackRef l1t::PFTrack::trackRef_
private

Definition at line 76 of file PFTrack.h.

Referenced by setTrack(), and track().

◆ trkPtError_

float l1t::PFTrack::trkPtError_
private

Definition at line 78 of file PFTrack.h.

Referenced by setTrkPtError(), and trkPtError().

l1t::PFTrack::caloPhi_
float caloPhi_
Definition: PFTrack.h:77
l1t::PFTrack::caloPhi
float caloPhi() const
phi coordinate propagated at the calorimeter surface used for track-cluster matching
Definition: PFTrack.h:50
l1t::PFTrack::trkPtError_
float trkPtError_
Definition: PFTrack.h:78
muons_cff.ptErr
ptErr
Definition: muons_cff.py:128
l1t::PFTrack::track
const TrackRef & track() const
Definition: PFTrack.h:44
l1t::L1Candidate::hwQual
int hwQual() const
Definition: L1Candidate.h:38
l1t::PFTrack::trkPtError
float trkPtError() const
uncertainty on track pt
Definition: PFTrack.h:57
l1t::PFTrack::quality
int quality() const
Definition: PFTrack.h:67
l1t::PFTrack::trackRef_
TrackRef trackRef_
Definition: PFTrack.h:76
l1t::L1Candidate::setHwQual
void setHwQual(int qual)
Definition: L1Candidate.h:31
l1t::PFTrack::caloEta_
float caloEta_
Definition: PFTrack.h:77
l1t::PFTrack::caloPtError
float caloPtError() const
uncertainty on calorimetric response for a hadron with pt equal to this track's pt
Definition: PFTrack.h:61
reco::LeafCandidate::setVertex
void setVertex(const Point &vertex) override
set vertex
Definition: LeafCandidate.h:173
badGlobalMuonTaggersAOD_cff.vtx
vtx
Definition: badGlobalMuonTaggersAOD_cff.py:5
l1t::L1Candidate::L1Candidate
L1Candidate()
Definition: L1Candidate.cc:4
reco::LeafCandidate::eta
double eta() const final
momentum pseudorapidity
Definition: LeafCandidate.h:152
l1t::PFTrack::isMuon_
bool isMuon_
Definition: PFTrack.h:80
l1t::PFTrack::caloPtError_
float caloPtError_
Definition: PFTrack.h:79
reco::LeafCandidate::p4
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:114
reco::LeafCandidate::charge
int charge() const final
electric charge
Definition: LeafCandidate.h:106
l1t::PFTrack::isMuon
bool isMuon() const override
Definition: PFTrack.h:64
l1t::PFTrack::nPar_
unsigned int nPar_
Definition: PFTrack.h:81
reco::LeafCandidate::phi
double phi() const final
momentum azimuthal angle
Definition: LeafCandidate.h:148
l1t::PFTrack::nPar
unsigned int nPar() const
Definition: PFTrack.h:70
reco::LeafCandidate::setCharge
void setCharge(Charge q) final
set electric charge
Definition: LeafCandidate.h:108
l1t::PFTrack::caloEta
float caloEta() const
eta coordinate propagated at the calorimeter surface used for track-cluster matching
Definition: PFTrack.h:48