39 int ieta(0), iphi(0), nphi(72), kphi(1);
40 double etas[24]={0.000,0.087,0.174,0.261,0.348,0.435,0.522,0.609,0.696,
41 0.783,0.870,0.957,1.044,1.131,1.218,1.305,1.392,1.479,
42 1.566,1.653,1.740,1.830,1.930,2.043};
43 for (
int i=1;
i<24;
i++) {
44 if (fabs(
track_->eta())<=etas[
i]) {
45 ieta = (
track_->eta() > 0) ? i : -i;
53 const double dphi=
M_PI/36.;
55 if (phi < 0) phi += (2*
M_PI);
56 double delta = phi+(kphi*dphi);
57 for (
int i=0;
i<nphi;
i++) {
58 if (delta<=(kphi*(
i+1)*dphi)) {
64 return std::pair<int,int>(ieta,iphi);
double enOut_
energy in outer cone around L1 tau jet
bool checkOverlap(const R &r1, const R &r2) const
check if two components overlap
virtual reco::TrackRef track() const
refrence to a Track
reco::TrackRef track_
reference to a Track
virtual reco::TrackRef track() const
reference to a Track
double sumPtPxl_
Pt sum of other pixel tracks in the cone around the candidate.
virtual IsolatedPixelTrackCandidate * clone() const
returns a clone of the candidate
double maxPtPxl_
highest Pt of other pixel tracks in the cone around the candidate
int nhitIn_
number of hits in inner cone
virtual ~IsolatedPixelTrackCandidate()
destructor
virtual bool overlap(const Candidate &) const
check overlap with another candidate
virtual l1extra::L1JetParticleRef l1tau() const
get reference to L1 tau jet
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
IsolatedPixelTrackCandidate()
bool etaPhiEcal_
eta, phi at ECAL
virtual double phi() const
momentum azimuthal angle
std::pair< int, int > towerIndex() const
get index of tower which track is hitting