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
 
const TTTrack_TrackWordtrackWord () const
 
TTTrack_TrackWordtrackWord ()
 
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 (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...
 
Candidatedaughter (const std::string &s) override
 return daughter with a specified role name More...
 
const Candidatedaughter (const std::string &s) const override
 return daughter with a specified role name 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 ()
 
 LeafCandidate (const Candidate &c)
 
template<typename... Args>
 LeafCandidate (Args &&... args)
 
 LeafCandidate (LeafCandidate &rh)
 
 LeafCandidate (LeafCandidate &&)=default
 
 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...
 
double vertexCovariance (int i, int j) const override
 (i, j)-th element of error matrix, i, j = 0, ... 2 More...
 
CovarianceMatrix vertexCovariance () const final
 return SMatrix 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
const_iterator begin () const
 first daughter const_iterator More...
 
iterator begin ()
 first daughter 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...
 
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

float caloEta_
 
float caloPhi_
 
float caloPtError_
 
bool isMuon_
 
unsigned int nPar_
 
TrackRef trackRef_
 
TTTrack_TrackWord trackWord_
 
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

Definition at line 18 of file PFTrack.h.

References reco::LeafCandidate::charge(), reco::LeafCandidate::setCharge(), reco::LeafCandidate::setVertex(), and L1BJetProducer_cff::vtx.

32  : L1Candidate(p4, hwpt, hweta, hwphi, quality),
33  trackRef_(tkPtr),
38  isMuon_(isMuon),
39  nPar_(nPar),
40  trackWord_(*tkPtr) {
42  setVertex(vtx);
43  }
int quality() const
Definition: PFTrack.h:68
float caloEta() const
eta coordinate propagated at the calorimeter surface used for track-cluster matching ...
Definition: PFTrack.h:49
bool isMuon() const override
Definition: PFTrack.h:65
float caloPtError_
Definition: PFTrack.h:83
TrackRef trackRef_
Definition: PFTrack.h:80
float caloPtError() const
uncertainty on calorimetric response for a hadron with pt equal to this track&#39;s pt ...
Definition: PFTrack.h:62
const LorentzVector & p4() const final
four-momentum Lorentz vector
TTTrack_TrackWord trackWord_
Definition: PFTrack.h:86
void setVertex(const Point &vertex) override
set vertex
float caloEta_
Definition: PFTrack.h:81
void setCharge(Charge q) final
set electric charge
float caloPhi_
Definition: PFTrack.h:81
float caloPhi() const
phi coordinate propagated at the calorimeter surface used for track-cluster matching ...
Definition: PFTrack.h:51
float trkPtError() const
uncertainty on track pt
Definition: PFTrack.h:58
bool isMuon_
Definition: PFTrack.h:84
unsigned int nPar_
Definition: PFTrack.h:85
int charge() const final
electric charge
unsigned int nPar() const
Definition: PFTrack.h:71
float trkPtError_
Definition: PFTrack.h:82

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 49 of file PFTrack.h.

References caloEta_.

49 { return caloEta_; }
float caloEta_
Definition: PFTrack.h:81

◆ caloPhi()

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

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

Definition at line 51 of file PFTrack.h.

References caloPhi_.

51 { return caloPhi_; }
float caloPhi_
Definition: PFTrack.h:81

◆ 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 62 of file PFTrack.h.

References caloPtError_.

62 { return caloPtError_; }
float caloPtError_
Definition: PFTrack.h:83

◆ chi2()

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

Definition at line 74 of file PFTrack.h.

References track().

74 { return track()->chi2(); }
const TrackRef & track() const
Definition: PFTrack.h:45

◆ isMuon()

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

Reimplemented from reco::LeafCandidate.

Definition at line 65 of file PFTrack.h.

References isMuon_.

Referenced by setIsMuon().

65 { return isMuon_; }
bool isMuon_
Definition: PFTrack.h:84

◆ normalizedChi2()

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

Definition at line 73 of file PFTrack.h.

References track().

73 { return track()->chi2Red(); }
const TrackRef & track() const
Definition: PFTrack.h:45

◆ nPar()

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

Definition at line 71 of file PFTrack.h.

References nPar_.

71 { return nPar_; }
unsigned int nPar_
Definition: PFTrack.h:85

◆ nStubs()

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

Definition at line 72 of file PFTrack.h.

References track().

72 { return track()->getStubRefs().size(); }
const TrackRef & track() const
Definition: PFTrack.h:45

◆ quality()

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

Definition at line 68 of file PFTrack.h.

References l1t::L1Candidate::hwQual().

Referenced by setQuality().

68 { return hwQual(); }
int hwQual() const
Definition: L1Candidate.h:38

◆ setCaloEtaPhi()

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

Definition at line 52 of file PFTrack.h.

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

52  {
53  caloEta_ = eta;
54  caloPhi_ = phi;
55  }
float caloEta_
Definition: PFTrack.h:81
float caloPhi_
Definition: PFTrack.h:81
double phi() const final
momentum azimuthal angle
double eta() const final
momentum pseudorapidity

◆ setCaloPtError()

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

Definition at line 63 of file PFTrack.h.

References caloPtError_, and muons_cff::ptErr.

63 { caloPtError_ = ptErr; }
float caloPtError_
Definition: PFTrack.h:83

◆ setIsMuon()

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

Definition at line 66 of file PFTrack.h.

References isMuon(), and isMuon_.

66 { isMuon_ = isMuon; }
bool isMuon() const override
Definition: PFTrack.h:65
bool isMuon_
Definition: PFTrack.h:84

◆ setQuality()

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

Definition at line 69 of file PFTrack.h.

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

69 { setHwQual(quality); }
int quality() const
Definition: PFTrack.h:68
void setHwQual(int qual)
Definition: L1Candidate.h:31

◆ setTrack()

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

Definition at line 46 of file PFTrack.h.

References trackRef_.

46 { trackRef_ = ref; }
TrackRef trackRef_
Definition: PFTrack.h:80

◆ setTrkPtError()

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

Definition at line 59 of file PFTrack.h.

References muons_cff::ptErr, and trkPtError_.

59 { trkPtError_ = ptErr; }
float trkPtError_
Definition: PFTrack.h:82

◆ track()

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

Definition at line 45 of file PFTrack.h.

References trackRef_.

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

45 { return trackRef_; }
TrackRef trackRef_
Definition: PFTrack.h:80

◆ trackWord() [1/2]

const TTTrack_TrackWord& l1t::PFTrack::trackWord ( ) const
inline

Definition at line 76 of file PFTrack.h.

References trackWord_.

76 { return trackWord_; }
TTTrack_TrackWord trackWord_
Definition: PFTrack.h:86

◆ trackWord() [2/2]

TTTrack_TrackWord& l1t::PFTrack::trackWord ( )
inline

Definition at line 77 of file PFTrack.h.

References trackWord_.

77 { return trackWord_; }
TTTrack_TrackWord trackWord_
Definition: PFTrack.h:86

◆ trkPtError()

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

uncertainty on track pt

Definition at line 58 of file PFTrack.h.

References trkPtError_.

58 { return trkPtError_; }
float trkPtError_
Definition: PFTrack.h:82

Member Data Documentation

◆ caloEta_

float l1t::PFTrack::caloEta_
private

Definition at line 81 of file PFTrack.h.

Referenced by caloEta(), and setCaloEtaPhi().

◆ caloPhi_

float l1t::PFTrack::caloPhi_
private

Definition at line 81 of file PFTrack.h.

Referenced by caloPhi(), and setCaloEtaPhi().

◆ caloPtError_

float l1t::PFTrack::caloPtError_
private

Definition at line 83 of file PFTrack.h.

Referenced by caloPtError(), and setCaloPtError().

◆ isMuon_

bool l1t::PFTrack::isMuon_
private

Definition at line 84 of file PFTrack.h.

Referenced by isMuon(), and setIsMuon().

◆ nPar_

unsigned int l1t::PFTrack::nPar_
private

Definition at line 85 of file PFTrack.h.

Referenced by nPar().

◆ trackRef_

TrackRef l1t::PFTrack::trackRef_
private

Definition at line 80 of file PFTrack.h.

Referenced by setTrack(), and track().

◆ trackWord_

TTTrack_TrackWord l1t::PFTrack::trackWord_
private

Definition at line 86 of file PFTrack.h.

Referenced by trackWord().

◆ trkPtError_

float l1t::PFTrack::trkPtError_
private

Definition at line 82 of file PFTrack.h.

Referenced by setTrkPtError(), and trkPtError().