CMS 3D CMS Logo

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

#include <TkMuon.h>

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

Public Types

typedef std::vector< L1TTTrackTypeL1TTTrackCollection
 
typedef TTTrack< Ref_Phase2TrackerDigi_L1TTTrackType
 
- 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 dR () const
 
const edm::Ref< l1t::EMTFTrackCollection > & emtfTrk () const
 
unsigned int muonDetector () const
 
const edm::Ref< l1t::RegionalMuonCandBxCollection > & muRef () const
 
int nTracksMatched () const
 
unsigned int pattern () const
 
unsigned int quality () const
 
void setdR (float dR)
 
void setMuonDetector (unsigned int detector)
 
void setNTracksMatched (int nTracksMatch)
 
void setPattern (unsigned int p)
 
void setQuality (unsigned int q)
 
void setTrackCurvature (double trackCurvature)
 
void setTrkIsol (float TrkIsol)
 
void setTrkPtr (const edm::Ptr< L1TTTrackType > &p)
 
void setTrkzVtx (float TrkzVtx)
 
 TkMuon ()
 
 TkMuon (const LorentzVector &p4, const edm::Ref< l1t::RegionalMuonCandBxCollection > &muRef, const edm::Ptr< L1TTTrackType > &trkPtr, float tkisol=-999.)
 
 TkMuon (const LorentzVector &p4, const edm::Ref< l1t::EMTFTrackCollection > &emtfTrk, const edm::Ptr< L1TTTrackType > &trkPtr, float tkisol=-999.)
 
 TkMuon (const LorentzVector &p4, const edm::Ptr< L1TTTrackType > &trkPtr, float tkisol=-999.)
 
 TkMuon (const L1Candidate &cand)
 more basic constructor, in case refs/ptrs can't be set or to be set separately More...
 
double trackCurvature () const
 
float trkIsol () const
 
const edm::Ptr< L1TTTrackType > & trkPtr () const
 
float trkzVtx () const
 
- 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 isMuon () 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 dR_
 
edm::Ref< l1t::EMTFTrackCollectionemtfTrk_
 
int muonDetector_
 
edm::Ref< l1t::RegionalMuonCandBxCollectionmuRef_
 
int nTracksMatch_
 
unsigned int pattern_
 
unsigned int quality_
 
float theIsolation
 
double trackCurvature_
 
edm::Ptr< L1TTTrackTypetrkPtr_
 
float TrkzVtx_
 

Additional Inherited Members

Detailed Description

Definition at line 13 of file TkMuon.h.

Member Typedef Documentation

◆ L1TTTrackCollection

Definition at line 16 of file TkMuon.h.

◆ L1TTTrackType

Definition at line 15 of file TkMuon.h.

Constructor & Destructor Documentation

◆ TkMuon() [1/5]

l1t::TkMuon::TkMuon ( )
inline

Definition at line 18 of file TkMuon.h.

18 : theIsolation(-999.), TrkzVtx_(999.), quality_(999), pattern_(0) {}
unsigned int quality_
Definition: TkMuon.h:78
unsigned int pattern_
Definition: TkMuon.h:79
float theIsolation
Definition: TkMuon.h:72
float TrkzVtx_
Definition: TkMuon.h:73

◆ TkMuon() [2/5]

TkMuon::TkMuon ( const LorentzVector p4,
const edm::Ref< l1t::RegionalMuonCandBxCollection > &  muRef,
const edm::Ptr< L1TTTrackType > &  trkPtr,
float  tkisol = -999. 
)

Definition at line 10 of file TkMuon.cc.

References setTrkzVtx(), trkPtr(), trkPtr_, and z.

14  : L1Candidate(p4), muRef_(muRef), trkPtr_(trackPtr), theIsolation(tkisol), TrkzVtx_(999), quality_(999) {
15  if (trkPtr_.isNonnull()) {
16  setTrkzVtx(trkPtr()->POCA().z());
17  }
18 }
const edm::Ptr< L1TTTrackType > & trkPtr() const
Definition: TkMuon.h:36
edm::Ref< l1t::RegionalMuonCandBxCollection > muRef_
Definition: TkMuon.h:67
unsigned int quality_
Definition: TkMuon.h:78
edm::Ptr< L1TTTrackType > trkPtr_
Definition: TkMuon.h:70
const LorentzVector & p4() const final
four-momentum Lorentz vector
const edm::Ref< l1t::RegionalMuonCandBxCollection > & muRef() const
Definition: TkMuon.h:38
void setTrkzVtx(float TrkzVtx)
Definition: TkMuon.h:55
float theIsolation
Definition: TkMuon.h:72
float TrkzVtx_
Definition: TkMuon.h:73

◆ TkMuon() [3/5]

TkMuon::TkMuon ( const LorentzVector p4,
const edm::Ref< l1t::EMTFTrackCollection > &  emtfTrk,
const edm::Ptr< L1TTTrackType > &  trkPtr,
float  tkisol = -999. 
)

Definition at line 20 of file TkMuon.cc.

References setTrkzVtx(), trkPtr(), trkPtr_, and z.

24  : L1Candidate(p4), emtfTrk_(emtfRef), trkPtr_(trackPtr), theIsolation(tkisol), TrkzVtx_(999), quality_(999) {
25  if (trkPtr_.isNonnull()) {
26  setTrkzVtx(trkPtr()->POCA().z());
27  }
28 }
const edm::Ptr< L1TTTrackType > & trkPtr() const
Definition: TkMuon.h:36
unsigned int quality_
Definition: TkMuon.h:78
edm::Ptr< L1TTTrackType > trkPtr_
Definition: TkMuon.h:70
const LorentzVector & p4() const final
four-momentum Lorentz vector
edm::Ref< l1t::EMTFTrackCollection > emtfTrk_
Definition: TkMuon.h:68
void setTrkzVtx(float TrkzVtx)
Definition: TkMuon.h:55
float theIsolation
Definition: TkMuon.h:72
float TrkzVtx_
Definition: TkMuon.h:73

◆ TkMuon() [4/5]

TkMuon::TkMuon ( const LorentzVector p4,
const edm::Ptr< L1TTTrackType > &  trkPtr,
float  tkisol = -999. 
)

Definition at line 30 of file TkMuon.cc.

References setTrkzVtx(), trkPtr(), trkPtr_, and z.

31  : L1Candidate(p4), trkPtr_(trackPtr), theIsolation(tkisol), TrkzVtx_(999), quality_(999) {
32  if (trkPtr_.isNonnull()) {
33  setTrkzVtx(trkPtr()->POCA().z());
34  }
35 }
const edm::Ptr< L1TTTrackType > & trkPtr() const
Definition: TkMuon.h:36
unsigned int quality_
Definition: TkMuon.h:78
edm::Ptr< L1TTTrackType > trkPtr_
Definition: TkMuon.h:70
const LorentzVector & p4() const final
four-momentum Lorentz vector
void setTrkzVtx(float TrkzVtx)
Definition: TkMuon.h:55
float theIsolation
Definition: TkMuon.h:72
float TrkzVtx_
Definition: TkMuon.h:73

◆ TkMuon() [5/5]

l1t::TkMuon::TkMuon ( const L1Candidate cand)
inline

more basic constructor, in case refs/ptrs can't be set or to be set separately

Definition at line 34 of file TkMuon.h.

34 : L1Candidate(cand), theIsolation(-999.), TrkzVtx_(999.), quality_(999) {}
unsigned int quality_
Definition: TkMuon.h:78
float theIsolation
Definition: TkMuon.h:72
float TrkzVtx_
Definition: TkMuon.h:73

Member Function Documentation

◆ dR()

float l1t::TkMuon::dR ( ) const
inline

Definition at line 44 of file TkMuon.h.

References dR_.

Referenced by setdR().

44 { return dR_; }
float dR_
Definition: TkMuon.h:74

◆ emtfTrk()

const edm::Ref<l1t::EMTFTrackCollection>& l1t::TkMuon::emtfTrk ( ) const
inline

Definition at line 39 of file TkMuon.h.

References emtfTrk_.

39 { return emtfTrk_; }
edm::Ref< l1t::EMTFTrackCollection > emtfTrk_
Definition: TkMuon.h:68

◆ muonDetector()

unsigned int l1t::TkMuon::muonDetector ( ) const
inline

Definition at line 51 of file TkMuon.h.

References muonDetector_.

51 { return muonDetector_; }
int muonDetector_
Definition: TkMuon.h:81

◆ muRef()

const edm::Ref<l1t::RegionalMuonCandBxCollection>& l1t::TkMuon::muRef ( ) const
inline

Definition at line 38 of file TkMuon.h.

References muRef_.

38 { return muRef_; }
edm::Ref< l1t::RegionalMuonCandBxCollection > muRef_
Definition: TkMuon.h:67

◆ nTracksMatched()

int l1t::TkMuon::nTracksMatched ( ) const
inline

Definition at line 45 of file TkMuon.h.

References nTracksMatch_.

45 { return nTracksMatch_; }
int nTracksMatch_
Definition: TkMuon.h:75

◆ pattern()

unsigned int l1t::TkMuon::pattern ( ) const
inline

Definition at line 49 of file TkMuon.h.

References pattern_.

49 { return pattern_; }
unsigned int pattern_
Definition: TkMuon.h:79

◆ quality()

unsigned int l1t::TkMuon::quality ( ) const
inline

Definition at line 48 of file TkMuon.h.

References quality_.

48 { return quality_; }
unsigned int quality_
Definition: TkMuon.h:78

◆ setdR()

void l1t::TkMuon::setdR ( float  dR)
inline

Definition at line 60 of file TkMuon.h.

References dR(), and dR_.

60 { dR_ = dR; }
float dR_
Definition: TkMuon.h:74
float dR() const
Definition: TkMuon.h:44

◆ setMuonDetector()

void l1t::TkMuon::setMuonDetector ( unsigned int  detector)
inline

Definition at line 63 of file TkMuon.h.

References hgcalTestNeighbor_cfi::detector, and muonDetector_.

◆ setNTracksMatched()

void l1t::TkMuon::setNTracksMatched ( int  nTracksMatch)
inline

Definition at line 61 of file TkMuon.h.

References nTracksMatch_.

61 { nTracksMatch_ = nTracksMatch; }
int nTracksMatch_
Definition: TkMuon.h:75

◆ setPattern()

void l1t::TkMuon::setPattern ( unsigned int  p)
inline

Definition at line 58 of file TkMuon.h.

References reco::LeafCandidate::p(), and pattern_.

58 { pattern_ = p; }
double p() const final
magnitude of momentum vector
unsigned int pattern_
Definition: TkMuon.h:79

◆ setQuality()

void l1t::TkMuon::setQuality ( unsigned int  q)
inline

Definition at line 57 of file TkMuon.h.

References submitPVResolutionJobs::q, and quality_.

◆ setTrackCurvature()

void l1t::TkMuon::setTrackCurvature ( double  trackCurvature)
inline

Definition at line 62 of file TkMuon.h.

References trackCurvature(), and trackCurvature_.

62 { trackCurvature_ = trackCurvature; } // this is signed
double trackCurvature() const
Definition: TkMuon.h:46
double trackCurvature_
Definition: TkMuon.h:76

◆ setTrkIsol()

void l1t::TkMuon::setTrkIsol ( float  TrkIsol)
inline

Definition at line 56 of file TkMuon.h.

References theIsolation.

56 { theIsolation = TrkIsol; }
float theIsolation
Definition: TkMuon.h:72

◆ setTrkPtr()

void l1t::TkMuon::setTrkPtr ( const edm::Ptr< L1TTTrackType > &  p)
inline

Definition at line 53 of file TkMuon.h.

References reco::LeafCandidate::p(), and trkPtr_.

53 { trkPtr_ = p; }
edm::Ptr< L1TTTrackType > trkPtr_
Definition: TkMuon.h:70
double p() const final
magnitude of momentum vector

◆ setTrkzVtx()

void l1t::TkMuon::setTrkzVtx ( float  TrkzVtx)
inline

Definition at line 55 of file TkMuon.h.

References TrkzVtx_.

Referenced by TkMuon().

55 { TrkzVtx_ = TrkzVtx; }
float TrkzVtx_
Definition: TkMuon.h:73

◆ trackCurvature()

double l1t::TkMuon::trackCurvature ( ) const
inline

Definition at line 46 of file TkMuon.h.

References trackCurvature_.

Referenced by setTrackCurvature().

46 { return trackCurvature_; }
double trackCurvature_
Definition: TkMuon.h:76

◆ trkIsol()

float l1t::TkMuon::trkIsol ( ) const
inline

Definition at line 41 of file TkMuon.h.

References theIsolation.

41 { return theIsolation; }
float theIsolation
Definition: TkMuon.h:72

◆ trkPtr()

const edm::Ptr<L1TTTrackType>& l1t::TkMuon::trkPtr ( ) const
inline

Definition at line 36 of file TkMuon.h.

References trkPtr_.

Referenced by TkMuon().

36 { return trkPtr_; }
edm::Ptr< L1TTTrackType > trkPtr_
Definition: TkMuon.h:70

◆ trkzVtx()

float l1t::TkMuon::trkzVtx ( ) const
inline

Definition at line 42 of file TkMuon.h.

References TrkzVtx_.

42 { return TrkzVtx_; }
float TrkzVtx_
Definition: TkMuon.h:73

Member Data Documentation

◆ dR_

float l1t::TkMuon::dR_
private

Definition at line 74 of file TkMuon.h.

Referenced by dR(), and setdR().

◆ emtfTrk_

edm::Ref<l1t::EMTFTrackCollection> l1t::TkMuon::emtfTrk_
private

Definition at line 68 of file TkMuon.h.

Referenced by emtfTrk().

◆ muonDetector_

int l1t::TkMuon::muonDetector_
private

Definition at line 81 of file TkMuon.h.

Referenced by muonDetector(), and setMuonDetector().

◆ muRef_

edm::Ref<l1t::RegionalMuonCandBxCollection> l1t::TkMuon::muRef_
private

Definition at line 67 of file TkMuon.h.

Referenced by muRef().

◆ nTracksMatch_

int l1t::TkMuon::nTracksMatch_
private

Definition at line 75 of file TkMuon.h.

Referenced by nTracksMatched(), and setNTracksMatched().

◆ pattern_

unsigned int l1t::TkMuon::pattern_
private

Definition at line 79 of file TkMuon.h.

Referenced by pattern(), and setPattern().

◆ quality_

unsigned int l1t::TkMuon::quality_
private

Definition at line 78 of file TkMuon.h.

Referenced by quality(), and setQuality().

◆ theIsolation

float l1t::TkMuon::theIsolation
private

Definition at line 72 of file TkMuon.h.

Referenced by setTrkIsol(), and trkIsol().

◆ trackCurvature_

double l1t::TkMuon::trackCurvature_
private

Definition at line 76 of file TkMuon.h.

Referenced by setTrackCurvature(), and trackCurvature().

◆ trkPtr_

edm::Ptr<L1TTTrackType> l1t::TkMuon::trkPtr_
private

Definition at line 70 of file TkMuon.h.

Referenced by setTrkPtr(), TkMuon(), and trkPtr().

◆ TrkzVtx_

float l1t::TkMuon::TrkzVtx_
private

Definition at line 73 of file TkMuon.h.

Referenced by setTrkzVtx(), and trkzVtx().