CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
reco::IsolatedPixelTrackCandidate Class Reference

#include <IsolatedPixelTrackCandidate.h>

Inheritance diagram for reco::IsolatedPixelTrackCandidate:
reco::RecoCandidate reco::LeafCandidate reco::Candidate

Public Member Functions

IsolatedPixelTrackCandidateclone () const override
 returns a clone of the candidate More...
 
double energyIn () const
 ECAL energy in the inner cone around tau jet. More...
 
double energyOut () const
 ECAL energy in the outer cone around tau jet. More...
 
std::pair< double, double > etaPhiEcal () const
 
bool etaPhiEcalValid () const
 
 IsolatedPixelTrackCandidate ()
 
 IsolatedPixelTrackCandidate (const LorentzVector &v)
 constructor from LorentzVector More...
 
 IsolatedPixelTrackCandidate (const reco::TrackRef &tr, const l1extra::L1JetParticleRef &tauRef, double max, double sum)
 constructor from a track More...
 
 IsolatedPixelTrackCandidate (const reco::TrackRef &tr, const l1t::TauRef &tauRef, double max, double sum)
 
 IsolatedPixelTrackCandidate (const l1extra::L1JetParticleRef &tauRef, double enIn, double enOut, int nhitIn, int nhitOut)
 constructor from tau jet More...
 
 IsolatedPixelTrackCandidate (const l1t::TauRef &tauRef, double enIn, double enOut, int nhitIn, int nhitOut)
 constructor from tau jet using l1t More...
 
 IsolatedPixelTrackCandidate (const IsolatedPixelTrackCandidate &)
 Copy constructor. More...
 
virtual l1extra::L1JetParticleRef l1tau () const
 get reference to L1 tau jet More...
 
virtual l1t::TauRef l1ttau () const
 get reference to L1 tau jet from lt1 More...
 
double maxPtPxl () const
 highest Pt of other pixel tracks in the cone around the candidate More...
 
int nHitIn () const
 number of ECAL hits in the inner cone around tau jet More...
 
int nHitOut () const
 number of ECAL hits in the outer cone around tau jet More...
 
void setEnergyIn (double a)
 
void setEnergyOut (double a)
 
void setEtaPhiEcal (double eta, double phi)
 eta, phi at ECAL surface More...
 
void setL1TauJet (const l1extra::L1JetParticleRef &tauRef)
 
void setL1TTauJet (const l1t::TauRef &tauRef)
 
void setMaxPtPxl (double mptpxl)
 
void setNHitIn (int a)
 
void setNHitOut (int a)
 
void setSumPtPxl (double sumptpxl)
 
void setTrack (const reco::TrackRef &tr)
 
double sumPtPxl () const
 Pt sum of other pixel tracks in the cone around the candidate. More...
 
std::pair< int, int > towerIndex () const
 get index of tower which track is hitting More...
 
reco::TrackRef track () const override
 refrence to a Track More...
 
 ~IsolatedPixelTrackCandidate () override
 destructor More...
 
- Public Member Functions inherited from reco::RecoCandidate
const TrackbestTrack () const override
 best track pointer More...
 
virtual TrackBaseRef bestTrackRef () const
 best track RefToBase More...
 
virtual TrackType bestTrackType () const
 track type More...
 
virtual CaloTowerRef caloTower () const
 reference to a CaloTower More...
 
RecoCandidateclone () const override
 returns a clone of the Candidate object More...
 
virtual reco::TrackRef combinedMuon () const
 reference to a stand-alone muon Track More...
 
float dxyError () const override
 uncertainty on dxy More...
 
float dzError () const override
 uncertainty on dz More...
 
virtual reco::GsfTrackRef gsfTrack () const
 reference to a GsfTrack More...
 
virtual size_t numberOfTracks () const
 number of multiple Tracks More...
 
 RecoCandidate ()
 default constructor More...
 
template<typename P4 >
 RecoCandidate (Charge q, const P4 &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0)
 constructor from values More...
 
virtual reco::TrackRef standAloneMuon () const
 reference to a stand-alone muon Track More...
 
virtual reco::SuperClusterRef superCluster () const
 reference to a SuperCluster More...
 
virtual reco::TrackRef track (size_t) const
 reference to one of multiple Tracks More...
 
 ~RecoCandidate () override
 destructor More...
 
- Public Member Functions inherited from reco::LeafCandidate
Vector boostToCM () const final
 
int charge () const final
 electric charge 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...
 
 Candidate ()
 default constructor 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 Member Functions

bool overlap (const Candidate &) const override
 check overlap with another candidate More...
 

Private Attributes

double enIn_
 energy in inner cone around L1 tau jet More...
 
double enOut_
 energy in outer cone around L1 tau jet More...
 
double etaEcal_
 
bool etaPhiEcal_
 eta, phi at ECAL More...
 
l1extra::L1JetParticleRef l1tauJet_
 reference to a L1 tau jet More...
 
l1t::TauRef l1ttauJet_
 reference to a S2 L1 tau jet More...
 
double maxPtPxl_
 highest Pt of other pixel tracks in the cone around the candidate More...
 
int nhitIn_
 number of hits in inner cone More...
 
int nhitOut_
 number of hits in inner cone More...
 
double phiEcal_
 
double sumPtPxl_
 Pt sum of other pixel tracks in the cone around the candidate. More...
 
reco::TrackRef track_
 reference to a Track More...
 

Additional Inherited Members

- Public Types inherited from reco::RecoCandidate
enum  TrackType { noTrackType, recoTrackType, gsfTrackType }
 track type More...
 
- 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...
 
- Protected Member Functions inherited from reco::RecoCandidate
template<typename R >
bool checkOverlap (const R &r1, const R &r2) const
 check if two components overlap More...
 

Detailed Description

Definition at line 23 of file IsolatedPixelTrackCandidate.h.

Constructor & Destructor Documentation

◆ IsolatedPixelTrackCandidate() [1/7]

reco::IsolatedPixelTrackCandidate::IsolatedPixelTrackCandidate ( )
inline

Definition at line 26 of file IsolatedPixelTrackCandidate.h.

References enIn_, enOut_, etaEcal_, etaPhiEcal_, maxPtPxl_, nhitIn_, nhitOut_, phiEcal_, and sumPtPxl_.

Referenced by clone().

26  : RecoCandidate() {
27  enIn_ = -1;
28  enOut_ = -1;
29  nhitIn_ = -1;
30  nhitOut_ = -1;
31  maxPtPxl_ = -1;
32  sumPtPxl_ = -1;
33  etaEcal_ = 0;
34  phiEcal_ = 0;
35  etaPhiEcal_ = false;
36  }
double enOut_
energy in outer cone around L1 tau jet
double sumPtPxl_
Pt sum of other pixel tracks in the cone around the candidate.
double maxPtPxl_
highest Pt of other pixel tracks in the cone around the candidate
int nhitIn_
number of hits in inner cone
int nhitOut_
number of hits in inner cone
double enIn_
energy in inner cone around L1 tau jet
RecoCandidate()
default constructor
Definition: RecoCandidate.h:23

◆ IsolatedPixelTrackCandidate() [2/7]

reco::IsolatedPixelTrackCandidate::IsolatedPixelTrackCandidate ( const LorentzVector v)
inline

constructor from LorentzVector

Definition at line 38 of file IsolatedPixelTrackCandidate.h.

References enIn_, enOut_, etaEcal_, etaPhiEcal_, maxPtPxl_, nhitIn_, nhitOut_, phiEcal_, and sumPtPxl_.

38  : RecoCandidate(0, v) {
39  enIn_ = -1;
40  enOut_ = -1;
41  nhitIn_ = -1;
42  nhitOut_ = -1;
43  maxPtPxl_ = -1;
44  sumPtPxl_ = -1;
45  etaEcal_ = 0;
46  phiEcal_ = 0;
47  etaPhiEcal_ = false;
48  }
double enOut_
energy in outer cone around L1 tau jet
double sumPtPxl_
Pt sum of other pixel tracks in the cone around the candidate.
double maxPtPxl_
highest Pt of other pixel tracks in the cone around the candidate
int nhitIn_
number of hits in inner cone
int nhitOut_
number of hits in inner cone
double enIn_
energy in inner cone around L1 tau jet
RecoCandidate()
default constructor
Definition: RecoCandidate.h:23

◆ IsolatedPixelTrackCandidate() [3/7]

reco::IsolatedPixelTrackCandidate::IsolatedPixelTrackCandidate ( const reco::TrackRef tr,
const l1extra::L1JetParticleRef tauRef,
double  max,
double  sum 
)
inline

constructor from a track

Definition at line 50 of file IsolatedPixelTrackCandidate.h.

References enIn_, enOut_, etaEcal_, etaPhiEcal_, nhitIn_, nhitOut_, and phiEcal_.

54  : RecoCandidate(0, LorentzVector((tr.get()->px()), (tr.get())->py(), (tr.get())->pz(), (tr.get())->p())),
55  track_(tr),
56  l1tauJet_(tauRef),
57  maxPtPxl_(max),
58  sumPtPxl_(sum) {
59  enIn_ = -1;
60  enOut_ = -1;
61  nhitIn_ = -1;
62  nhitOut_ = -1;
63  etaEcal_ = 0;
64  phiEcal_ = 0;
65  etaPhiEcal_ = false;
66  }
double enOut_
energy in outer cone around L1 tau jet
double pz() const final
z coordinate of momentum vector
reco::TrackRef track_
reference to a Track
double sumPtPxl_
Pt sum of other pixel tracks in the cone around the candidate.
double p() const final
magnitude of momentum vector
double maxPtPxl_
highest Pt of other pixel tracks in the cone around the candidate
int nhitIn_
number of hits in inner cone
double py() const final
y coordinate of momentum vector
int nhitOut_
number of hits in inner cone
double enIn_
energy in inner cone around L1 tau jet
l1extra::L1JetParticleRef l1tauJet_
reference to a L1 tau jet
T const * get() const
Returns C++ pointer to the item.
Definition: Ref.h:232
RecoCandidate()
default constructor
Definition: RecoCandidate.h:23
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: LeafCandidate.h:23

◆ IsolatedPixelTrackCandidate() [4/7]

reco::IsolatedPixelTrackCandidate::IsolatedPixelTrackCandidate ( const reco::TrackRef tr,
const l1t::TauRef tauRef,
double  max,
double  sum 
)
inline

Definition at line 68 of file IsolatedPixelTrackCandidate.h.

References enIn_, enOut_, etaEcal_, etaPhiEcal_, nhitIn_, nhitOut_, and phiEcal_.

69  : RecoCandidate(0, LorentzVector((tr.get()->px()), (tr.get())->py(), (tr.get())->pz(), (tr.get())->p())),
70  track_(tr),
71  l1ttauJet_(tauRef),
72  maxPtPxl_(max),
73  sumPtPxl_(sum) {
74  enIn_ = -1;
75  enOut_ = -1;
76  nhitIn_ = -1;
77  nhitOut_ = -1;
78  etaEcal_ = 0;
79  phiEcal_ = 0;
80  etaPhiEcal_ = false;
81  }
double enOut_
energy in outer cone around L1 tau jet
double pz() const final
z coordinate of momentum vector
reco::TrackRef track_
reference to a Track
l1t::TauRef l1ttauJet_
reference to a S2 L1 tau jet
double sumPtPxl_
Pt sum of other pixel tracks in the cone around the candidate.
double p() const final
magnitude of momentum vector
double maxPtPxl_
highest Pt of other pixel tracks in the cone around the candidate
int nhitIn_
number of hits in inner cone
double py() const final
y coordinate of momentum vector
int nhitOut_
number of hits in inner cone
double enIn_
energy in inner cone around L1 tau jet
T const * get() const
Returns C++ pointer to the item.
Definition: Ref.h:232
RecoCandidate()
default constructor
Definition: RecoCandidate.h:23
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: LeafCandidate.h:23

◆ IsolatedPixelTrackCandidate() [5/7]

reco::IsolatedPixelTrackCandidate::IsolatedPixelTrackCandidate ( const l1extra::L1JetParticleRef tauRef,
double  enIn,
double  enOut,
int  nhitIn,
int  nhitOut 
)
inline

constructor from tau jet

Definition at line 84 of file IsolatedPixelTrackCandidate.h.

References etaEcal_, etaPhiEcal_, maxPtPxl_, phiEcal_, and sumPtPxl_.

86  : RecoCandidate(0, LorentzVector(tauRef->px(), tauRef->py(), tauRef->pz(), tauRef->p())),
87  l1tauJet_(tauRef),
88  enIn_(enIn),
89  enOut_(enOut),
90  nhitIn_(nhitIn),
91  nhitOut_(nhitOut) {
92  maxPtPxl_ = -1;
93  sumPtPxl_ = -1;
94  etaEcal_ = 0;
95  phiEcal_ = 0;
96  etaPhiEcal_ = false;
97  }
double enOut_
energy in outer cone around L1 tau jet
double sumPtPxl_
Pt sum of other pixel tracks in the cone around the candidate.
double maxPtPxl_
highest Pt of other pixel tracks in the cone around the candidate
int nhitIn_
number of hits in inner cone
int nhitOut_
number of hits in inner cone
double enIn_
energy in inner cone around L1 tau jet
l1extra::L1JetParticleRef l1tauJet_
reference to a L1 tau jet
RecoCandidate()
default constructor
Definition: RecoCandidate.h:23
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: LeafCandidate.h:23

◆ IsolatedPixelTrackCandidate() [6/7]

reco::IsolatedPixelTrackCandidate::IsolatedPixelTrackCandidate ( const l1t::TauRef tauRef,
double  enIn,
double  enOut,
int  nhitIn,
int  nhitOut 
)
inline

constructor from tau jet using l1t

Definition at line 99 of file IsolatedPixelTrackCandidate.h.

References etaEcal_, etaPhiEcal_, maxPtPxl_, phiEcal_, and sumPtPxl_.

100  : RecoCandidate(0, LorentzVector(tauRef->px(), tauRef->py(), tauRef->pz(), tauRef->p())),
101  l1ttauJet_(tauRef),
102  enIn_(enIn),
103  enOut_(enOut),
104  nhitIn_(nhitIn),
105  nhitOut_(nhitOut) {
106  maxPtPxl_ = -1;
107  sumPtPxl_ = -1;
108  etaEcal_ = 0;
109  phiEcal_ = 0;
110  etaPhiEcal_ = false;
111  }
double enOut_
energy in outer cone around L1 tau jet
l1t::TauRef l1ttauJet_
reference to a S2 L1 tau jet
double sumPtPxl_
Pt sum of other pixel tracks in the cone around the candidate.
double maxPtPxl_
highest Pt of other pixel tracks in the cone around the candidate
int nhitIn_
number of hits in inner cone
int nhitOut_
number of hits in inner cone
double enIn_
energy in inner cone around L1 tau jet
RecoCandidate()
default constructor
Definition: RecoCandidate.h:23
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: LeafCandidate.h:23

◆ IsolatedPixelTrackCandidate() [7/7]

IsolatedPixelTrackCandidate::IsolatedPixelTrackCandidate ( const IsolatedPixelTrackCandidate right)

Copy constructor.

Definition at line 5 of file IsolatedPixelTrackCandidate.cc.

References enIn_, enOut_, etaEcal_, etaPhiEcal_, maxPtPxl_, nhitIn_, nhitOut_, phiEcal_, and sumPtPxl_.

6  : RecoCandidate(right), track_(right.track_), l1tauJet_(right.l1tauJet_) {
7  maxPtPxl_ = right.maxPtPxl_;
8  sumPtPxl_ = right.sumPtPxl_;
9  enIn_ = right.enIn_;
10  enOut_ = right.enOut_;
11  nhitIn_ = right.nhitIn_;
12  nhitOut_ = right.nhitOut_;
13  etaPhiEcal_ = right.etaPhiEcal_;
14  etaEcal_ = right.etaEcal_;
15  phiEcal_ = right.phiEcal_;
16 }
double enOut_
energy in outer cone around L1 tau jet
reco::TrackRef track_
reference to a Track
double sumPtPxl_
Pt sum of other pixel tracks in the cone around the candidate.
double maxPtPxl_
highest Pt of other pixel tracks in the cone around the candidate
int nhitIn_
number of hits in inner cone
int nhitOut_
number of hits in inner cone
double enIn_
energy in inner cone around L1 tau jet
l1extra::L1JetParticleRef l1tauJet_
reference to a L1 tau jet
RecoCandidate()
default constructor
Definition: RecoCandidate.h:23

◆ ~IsolatedPixelTrackCandidate()

IsolatedPixelTrackCandidate::~IsolatedPixelTrackCandidate ( )
override

destructor

Definition at line 18 of file IsolatedPixelTrackCandidate.cc.

18 {}

Member Function Documentation

◆ clone()

IsolatedPixelTrackCandidate * IsolatedPixelTrackCandidate::clone ( void  ) const
overridevirtual

returns a clone of the candidate

Reimplemented from reco::LeafCandidate.

Definition at line 20 of file IsolatedPixelTrackCandidate.cc.

References IsolatedPixelTrackCandidate().

◆ energyIn()

double reco::IsolatedPixelTrackCandidate::energyIn ( ) const
inline

ECAL energy in the inner cone around tau jet.

Definition at line 142 of file IsolatedPixelTrackCandidate.h.

References enIn_.

142 { return enIn_; }
double enIn_
energy in inner cone around L1 tau jet

◆ energyOut()

double reco::IsolatedPixelTrackCandidate::energyOut ( ) const
inline

ECAL energy in the outer cone around tau jet.

Definition at line 146 of file IsolatedPixelTrackCandidate.h.

References enOut_.

146 { return enOut_; }
double enOut_
energy in outer cone around L1 tau jet

◆ etaPhiEcal()

std::pair<double, double> reco::IsolatedPixelTrackCandidate::etaPhiEcal ( ) const
inline

Definition at line 166 of file IsolatedPixelTrackCandidate.h.

References etaEcal_, etaPhiEcal_, and phiEcal_.

166  {
167  return ((etaPhiEcal_) ? std::pair<double, double>(etaEcal_, phiEcal_) : std::pair<double, double>(0, 0));
168  }

◆ etaPhiEcalValid()

bool reco::IsolatedPixelTrackCandidate::etaPhiEcalValid ( ) const
inline

Definition at line 169 of file IsolatedPixelTrackCandidate.h.

References etaPhiEcal_.

169 { return etaPhiEcal_; }

◆ l1tau()

l1extra::L1JetParticleRef IsolatedPixelTrackCandidate::l1tau ( ) const
virtual

get reference to L1 tau jet

Definition at line 26 of file IsolatedPixelTrackCandidate.cc.

References l1tauJet_.

26 { return l1tauJet_; }
l1extra::L1JetParticleRef l1tauJet_
reference to a L1 tau jet

◆ l1ttau()

l1t::TauRef IsolatedPixelTrackCandidate::l1ttau ( ) const
virtual

get reference to L1 tau jet from lt1

Definition at line 28 of file IsolatedPixelTrackCandidate.cc.

References l1ttauJet_.

28 { return l1ttauJet_; }
l1t::TauRef l1ttauJet_
reference to a S2 L1 tau jet

◆ maxPtPxl()

double reco::IsolatedPixelTrackCandidate::maxPtPxl ( ) const
inline

highest Pt of other pixel tracks in the cone around the candidate

Definition at line 126 of file IsolatedPixelTrackCandidate.h.

References maxPtPxl_.

126 { return maxPtPxl_; }
double maxPtPxl_
highest Pt of other pixel tracks in the cone around the candidate

◆ nHitIn()

int reco::IsolatedPixelTrackCandidate::nHitIn ( ) const
inline

number of ECAL hits in the inner cone around tau jet

Definition at line 150 of file IsolatedPixelTrackCandidate.h.

References nhitIn_.

150 { return nhitIn_; }
int nhitIn_
number of hits in inner cone

◆ nHitOut()

int reco::IsolatedPixelTrackCandidate::nHitOut ( ) const
inline

number of ECAL hits in the outer cone around tau jet

Definition at line 154 of file IsolatedPixelTrackCandidate.h.

References nhitOut_.

154 { return nhitOut_; }
int nhitOut_
number of hits in inner cone

◆ overlap()

bool IsolatedPixelTrackCandidate::overlap ( const Candidate c) const
overrideprivatevirtual

check overlap with another candidate

Implements reco::RecoCandidate.

Definition at line 30 of file IsolatedPixelTrackCandidate.cc.

References HltBtagPostValidation_cff::c, reco::RecoCandidate::checkOverlap(), EcalTangentSkim_cfg::o, and track().

30  {
31  const RecoCandidate* o = dynamic_cast<const RecoCandidate*>(&c);
32  return (o != nullptr && checkOverlap(track(), o->track()));
33 }
bool checkOverlap(const R &r1, const R &r2) const
check if two components overlap
Definition: RecoCandidate.h:67
reco::TrackRef track() const override
refrence to a Track

◆ setEnergyIn()

void reco::IsolatedPixelTrackCandidate::setEnergyIn ( double  a)
inline

Definition at line 143 of file IsolatedPixelTrackCandidate.h.

References a, and enIn_.

Referenced by IPTCorrector::produce(), and IsolatedEcalPixelTrackCandidateProducer::produce().

143 { enIn_ = a; }
double enIn_
energy in inner cone around L1 tau jet
double a
Definition: hdecay.h:121

◆ setEnergyOut()

void reco::IsolatedPixelTrackCandidate::setEnergyOut ( double  a)
inline

Definition at line 147 of file IsolatedPixelTrackCandidate.h.

References a, and enOut_.

Referenced by IsolatedEcalPixelTrackCandidateProducer::produce().

147 { enOut_ = a; }
double enOut_
energy in outer cone around L1 tau jet
double a
Definition: hdecay.h:121

◆ setEtaPhiEcal()

void reco::IsolatedPixelTrackCandidate::setEtaPhiEcal ( double  eta,
double  phi 
)
inline

eta, phi at ECAL surface

Definition at line 161 of file IsolatedPixelTrackCandidate.h.

References reco::LeafCandidate::eta(), etaEcal_, etaPhiEcal_, reco::LeafCandidate::phi(), and phiEcal_.

Referenced by IsolatedPixelTrackCandidateProducer::produce(), and IsolatedPixelTrackCandidateL1TProducer::produce().

161  {
162  etaEcal_ = eta;
163  phiEcal_ = phi;
164  etaPhiEcal_ = true;
165  }
double phi() const final
momentum azimuthal angle
double eta() const final
momentum pseudorapidity

◆ setL1TauJet()

void reco::IsolatedPixelTrackCandidate::setL1TauJet ( const l1extra::L1JetParticleRef tauRef)
inline

Definition at line 135 of file IsolatedPixelTrackCandidate.h.

References l1tauJet_.

135 { l1tauJet_ = tauRef; }
l1extra::L1JetParticleRef l1tauJet_
reference to a L1 tau jet

◆ setL1TTauJet()

void reco::IsolatedPixelTrackCandidate::setL1TTauJet ( const l1t::TauRef tauRef)
inline

Definition at line 139 of file IsolatedPixelTrackCandidate.h.

References l1ttauJet_.

139 { l1ttauJet_ = tauRef; }
l1t::TauRef l1ttauJet_
reference to a S2 L1 tau jet

◆ setMaxPtPxl()

void reco::IsolatedPixelTrackCandidate::setMaxPtPxl ( double  mptpxl)
inline

Definition at line 127 of file IsolatedPixelTrackCandidate.h.

References maxPtPxl_.

127 { maxPtPxl_ = mptpxl; }
double maxPtPxl_
highest Pt of other pixel tracks in the cone around the candidate

◆ setNHitIn()

void reco::IsolatedPixelTrackCandidate::setNHitIn ( int  a)
inline

Definition at line 151 of file IsolatedPixelTrackCandidate.h.

References a, and nhitIn_.

Referenced by IsolatedEcalPixelTrackCandidateProducer::produce().

151 { nhitIn_ = a; }
int nhitIn_
number of hits in inner cone
double a
Definition: hdecay.h:121

◆ setNHitOut()

void reco::IsolatedPixelTrackCandidate::setNHitOut ( int  a)
inline

Definition at line 155 of file IsolatedPixelTrackCandidate.h.

References a, and nhitOut_.

Referenced by IsolatedEcalPixelTrackCandidateProducer::produce().

155 { nhitOut_ = a; }
int nhitOut_
number of hits in inner cone
double a
Definition: hdecay.h:121

◆ setSumPtPxl()

void reco::IsolatedPixelTrackCandidate::setSumPtPxl ( double  sumptpxl)
inline

Definition at line 131 of file IsolatedPixelTrackCandidate.h.

References sumPtPxl_.

131 { sumPtPxl_ = sumptpxl; }
double sumPtPxl_
Pt sum of other pixel tracks in the cone around the candidate.

◆ setTrack()

void reco::IsolatedPixelTrackCandidate::setTrack ( const reco::TrackRef tr)
inline

Definition at line 123 of file IsolatedPixelTrackCandidate.h.

References track_.

123 { track_ = tr; }
reco::TrackRef track_
reference to a Track

◆ sumPtPxl()

double reco::IsolatedPixelTrackCandidate::sumPtPxl ( ) const
inline

Pt sum of other pixel tracks in the cone around the candidate.

Definition at line 130 of file IsolatedPixelTrackCandidate.h.

References sumPtPxl_.

130 { return sumPtPxl_; }
double sumPtPxl_
Pt sum of other pixel tracks in the cone around the candidate.

◆ towerIndex()

std::pair< int, int > IsolatedPixelTrackCandidate::towerIndex ( ) const

get index of tower which track is hitting

Definition at line 35 of file IsolatedPixelTrackCandidate.cc.

References dumpMFGeometry_cfg::delta, EnergyCorrector::etas, mps_fire::i, hcalRecHitTable_cff::ieta, hcalRecHitTable_cff::iphi, M_PI, nphi, reco::LeafCandidate::phi(), and track_.

35  {
36  int ieta(0), iphi(0), nphi(72), kphi(1);
37  double etas[24] = {0.000, 0.087, 0.174, 0.261, 0.348, 0.435, 0.522, 0.609, 0.696, 0.783, 0.870, 0.957,
38  1.044, 1.131, 1.218, 1.305, 1.392, 1.479, 1.566, 1.653, 1.740, 1.830, 1.930, 2.043};
39  for (int i = 1; i < 24; i++) {
40  if (fabs(track_->eta()) <= etas[i]) {
41  ieta = (track_->eta() > 0) ? i : -i;
42  if (i > 20) {
43  kphi = 2;
44  nphi = 36;
45  }
46  break;
47  }
48  }
49 
50  const double dphi = M_PI / 36.; //0.087266462;
51  double phi = track_->phi();
52  if (phi < 0)
53  phi += (2 * M_PI);
54  double delta = phi + (kphi * dphi);
55  for (int i = 0; i < nphi; i++) {
56  if (delta <= (kphi * (i + 1) * dphi)) {
57  iphi = kphi * i + 1;
58  break;
59  }
60  }
61 
62  return std::pair<int, int>(ieta, iphi);
63 }
const int nphi
reco::TrackRef track_
reference to a Track
#define M_PI
double phi() const final
momentum azimuthal angle

◆ track()

TrackRef IsolatedPixelTrackCandidate::track ( ) const
overridevirtual

refrence to a Track

Reimplemented from reco::RecoCandidate.

Definition at line 24 of file IsolatedPixelTrackCandidate.cc.

References track_.

Referenced by overlap().

24 { return track_; }
reco::TrackRef track_
reference to a Track

Member Data Documentation

◆ enIn_

double reco::IsolatedPixelTrackCandidate::enIn_
private

energy in inner cone around L1 tau jet

Definition at line 185 of file IsolatedPixelTrackCandidate.h.

Referenced by energyIn(), IsolatedPixelTrackCandidate(), and setEnergyIn().

◆ enOut_

double reco::IsolatedPixelTrackCandidate::enOut_
private

energy in outer cone around L1 tau jet

Definition at line 187 of file IsolatedPixelTrackCandidate.h.

Referenced by energyOut(), IsolatedPixelTrackCandidate(), and setEnergyOut().

◆ etaEcal_

double reco::IsolatedPixelTrackCandidate::etaEcal_
private

◆ etaPhiEcal_

bool reco::IsolatedPixelTrackCandidate::etaPhiEcal_
private

eta, phi at ECAL

Definition at line 193 of file IsolatedPixelTrackCandidate.h.

Referenced by etaPhiEcal(), etaPhiEcalValid(), IsolatedPixelTrackCandidate(), and setEtaPhiEcal().

◆ l1tauJet_

l1extra::L1JetParticleRef reco::IsolatedPixelTrackCandidate::l1tauJet_
private

reference to a L1 tau jet

Definition at line 177 of file IsolatedPixelTrackCandidate.h.

Referenced by l1tau(), and setL1TauJet().

◆ l1ttauJet_

l1t::TauRef reco::IsolatedPixelTrackCandidate::l1ttauJet_
private

reference to a S2 L1 tau jet

Definition at line 179 of file IsolatedPixelTrackCandidate.h.

Referenced by l1ttau(), and setL1TTauJet().

◆ maxPtPxl_

double reco::IsolatedPixelTrackCandidate::maxPtPxl_
private

highest Pt of other pixel tracks in the cone around the candidate

Definition at line 181 of file IsolatedPixelTrackCandidate.h.

Referenced by IsolatedPixelTrackCandidate(), maxPtPxl(), and setMaxPtPxl().

◆ nhitIn_

int reco::IsolatedPixelTrackCandidate::nhitIn_
private

number of hits in inner cone

Definition at line 189 of file IsolatedPixelTrackCandidate.h.

Referenced by IsolatedPixelTrackCandidate(), nHitIn(), and setNHitIn().

◆ nhitOut_

int reco::IsolatedPixelTrackCandidate::nhitOut_
private

number of hits in inner cone

Definition at line 191 of file IsolatedPixelTrackCandidate.h.

Referenced by IsolatedPixelTrackCandidate(), nHitOut(), and setNHitOut().

◆ phiEcal_

double reco::IsolatedPixelTrackCandidate::phiEcal_
private

◆ sumPtPxl_

double reco::IsolatedPixelTrackCandidate::sumPtPxl_
private

Pt sum of other pixel tracks in the cone around the candidate.

Definition at line 183 of file IsolatedPixelTrackCandidate.h.

Referenced by IsolatedPixelTrackCandidate(), setSumPtPxl(), and sumPtPxl().

◆ track_

reco::TrackRef reco::IsolatedPixelTrackCandidate::track_
private

reference to a Track

Definition at line 175 of file IsolatedPixelTrackCandidate.h.

Referenced by setTrack(), towerIndex(), and track().