CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
l1tp2::CaloCrystalCluster Class Reference

#include <CaloCrystalCluster.h>

Inheritance diagram for l1tp2::CaloCrystalCluster:
l1t::L1Candidate reco::LeafCandidate reco::Candidate

Public Member Functions

float bremStrength () const
 
float calibratedPt () const
 
 CaloCrystalCluster ()
 
 CaloCrystalCluster (const PolarLorentzVector &p4, float calibratedPt, float hovere, float iso, DetId seedCrystal, float puCorrPt=0., float bremStrength=0., float e2x2=0., float e2x5=0., float e3x5=0., float e5x5=0., bool standaloneWP=false, bool electronWP98=false, bool photonWP80=false, bool electronWP90=false, bool looseL1TkMatchWP=false, bool stage2effMatch=false)
 
float crystalPt (unsigned int index) const
 
float e2x2 () const
 
float e2x5 () const
 
float e3x5 () const
 
float e5x5 () const
 
float electronWP90 () const
 
float electronWP98 () const
 
float experimentalParam (std::string name) const
 
const std::map< std::string, float > & getExperimentalParams () const
 
float hovere () const
 
float isolation () const
 
float looseL1TkMatchWP () const
 
float photonWP80 () const
 
float puCorrPt () const
 
DetId seedCrystal () const
 
void setCrystalPtInfo (std::vector< float > info)
 
void setExperimentalParams (const std::map< std::string, float > &params)
 
float stage2effMatch () const
 
float standaloneWP () const
 
virtual ~CaloCrystalCluster ()
 
- 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 isMuon () 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 bremStrength_
 
float calibratedPt_
 
std::vector< float > crystalPt_
 
float e2x2_
 
float e2x5_
 
float e3x5_
 
float e5x5_
 
bool electronWP90_
 
bool electronWP98_
 
std::map< std::string, float > experimentalParams_
 
float hovere_
 
float iso_
 
bool looseL1TkMatchWP_
 
bool photonWP80_
 
float puCorrPt_
 
DetId seedCrystal_
 
bool stage2effMatch_
 
bool standaloneWP_
 

Additional Inherited Members

- 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...
 

Detailed Description

Definition at line 14 of file CaloCrystalCluster.h.

Constructor & Destructor Documentation

◆ CaloCrystalCluster() [1/2]

l1tp2::CaloCrystalCluster::CaloCrystalCluster ( )
inline

Definition at line 16 of file CaloCrystalCluster.h.

17  : l1t::L1Candidate(),
18  calibratedPt_(0.),
19  hovere_(0.),
20  iso_(0.),
21  puCorrPt_(0.),
22  bremStrength_(0.),
23  e2x2_(0.),
24  e2x5_(0.),
25  e3x5_(0.),
26  e5x5_(0.),
27  standaloneWP_(0.),
28  electronWP98_(0.),
29  photonWP80_(0.),
30  electronWP90_(0.),
32  stage2effMatch_(0.){};

◆ CaloCrystalCluster() [2/2]

l1tp2::CaloCrystalCluster::CaloCrystalCluster ( const PolarLorentzVector p4,
float  calibratedPt,
float  hovere,
float  iso,
DetId  seedCrystal,
float  puCorrPt = 0.,
float  bremStrength = 0.,
float  e2x2 = 0.,
float  e2x5 = 0.,
float  e3x5 = 0.,
float  e5x5 = 0.,
bool  standaloneWP = false,
bool  electronWP98 = false,
bool  photonWP80 = false,
bool  electronWP90 = false,
bool  looseL1TkMatchWP = false,
bool  stage2effMatch = false 
)
inline

◆ ~CaloCrystalCluster()

virtual l1tp2::CaloCrystalCluster::~CaloCrystalCluster ( )
inlinevirtual

Definition at line 69 of file CaloCrystalCluster.h.

69 {};

Member Function Documentation

◆ bremStrength()

float l1tp2::CaloCrystalCluster::bremStrength ( ) const
inline

Definition at line 74 of file CaloCrystalCluster.h.

74 { return bremStrength_; };

References bremStrength_.

◆ calibratedPt()

float l1tp2::CaloCrystalCluster::calibratedPt ( ) const
inline

Definition at line 70 of file CaloCrystalCluster.h.

70 { return calibratedPt_; };

References calibratedPt_.

◆ crystalPt()

float l1tp2::CaloCrystalCluster::crystalPt ( unsigned int  index) const
inline

Definition at line 106 of file CaloCrystalCluster.h.

106 { return (index < crystalPt_.size()) ? crystalPt_[index] : 0.; };

References crystalPt_.

◆ e2x2()

float l1tp2::CaloCrystalCluster::e2x2 ( ) const
inline

Definition at line 93 of file CaloCrystalCluster.h.

93 { return e2x2_; };

References e2x2_.

◆ e2x5()

float l1tp2::CaloCrystalCluster::e2x5 ( ) const
inline

Definition at line 94 of file CaloCrystalCluster.h.

94 { return e2x5_; };

References e2x5_.

◆ e3x5()

float l1tp2::CaloCrystalCluster::e3x5 ( ) const
inline

Definition at line 95 of file CaloCrystalCluster.h.

95 { return e3x5_; };

References e3x5_.

◆ e5x5()

float l1tp2::CaloCrystalCluster::e5x5 ( ) const
inline

Definition at line 96 of file CaloCrystalCluster.h.

96 { return e5x5_; };

References e5x5_.

◆ electronWP90()

float l1tp2::CaloCrystalCluster::electronWP90 ( ) const
inline

Definition at line 100 of file CaloCrystalCluster.h.

100 { return electronWP90_; };

References electronWP90_.

◆ electronWP98()

float l1tp2::CaloCrystalCluster::electronWP98 ( ) const
inline

Definition at line 98 of file CaloCrystalCluster.h.

98 { return electronWP98_; };

References electronWP98_.

◆ experimentalParam()

float l1tp2::CaloCrystalCluster::experimentalParam ( std::string  name) const
inline

Definition at line 83 of file CaloCrystalCluster.h.

83  {
84  auto iter = experimentalParams_.find(name);
85  if (iter != experimentalParams_.end()) {
86  return iter->second;
87  } else {
88  edm::LogWarning("CaloCrystalCluster") << "Error: no mapping for ExperimentalParam: " << name << std::endl;
89  return -99.;
90  }
91  };

References experimentalParams_, and Skims_PA_cff::name.

◆ getExperimentalParams()

const std::map<std::string, float>& l1tp2::CaloCrystalCluster::getExperimentalParams ( ) const
inline

Definition at line 82 of file CaloCrystalCluster.h.

82 { return experimentalParams_; };

References experimentalParams_.

◆ hovere()

float l1tp2::CaloCrystalCluster::hovere ( ) const
inline

Definition at line 71 of file CaloCrystalCluster.h.

71 { return hovere_; };

References hovere_.

◆ isolation()

float l1tp2::CaloCrystalCluster::isolation ( ) const
inline

Definition at line 72 of file CaloCrystalCluster.h.

72 { return iso_; };

References iso_.

◆ looseL1TkMatchWP()

float l1tp2::CaloCrystalCluster::looseL1TkMatchWP ( ) const
inline

Definition at line 101 of file CaloCrystalCluster.h.

101 { return looseL1TkMatchWP_; };

References looseL1TkMatchWP_.

◆ photonWP80()

float l1tp2::CaloCrystalCluster::photonWP80 ( ) const
inline

Definition at line 99 of file CaloCrystalCluster.h.

99 { return photonWP80_; };

References photonWP80_.

◆ puCorrPt()

float l1tp2::CaloCrystalCluster::puCorrPt ( ) const
inline

Definition at line 73 of file CaloCrystalCluster.h.

73 { return puCorrPt_; };

References puCorrPt_.

◆ seedCrystal()

DetId l1tp2::CaloCrystalCluster::seedCrystal ( ) const
inline

Definition at line 75 of file CaloCrystalCluster.h.

75 { return seedCrystal_; };

References seedCrystal_.

◆ setCrystalPtInfo()

void l1tp2::CaloCrystalCluster::setCrystalPtInfo ( std::vector< float >  info)
inline

Definition at line 76 of file CaloCrystalCluster.h.

76  {
77  std::sort(info.begin(), info.end());
78  std::reverse(info.begin(), info.end());
80  };

References crystalPt_, info(), eostools::move(), and groupFilesInBlocks::reverse.

◆ setExperimentalParams()

void l1tp2::CaloCrystalCluster::setExperimentalParams ( const std::map< std::string, float > &  params)
inline

◆ stage2effMatch()

float l1tp2::CaloCrystalCluster::stage2effMatch ( ) const
inline

Definition at line 102 of file CaloCrystalCluster.h.

102 { return stage2effMatch_; };

References stage2effMatch_.

◆ standaloneWP()

float l1tp2::CaloCrystalCluster::standaloneWP ( ) const
inline

Definition at line 97 of file CaloCrystalCluster.h.

97 { return standaloneWP_; };

References standaloneWP_.

Member Data Documentation

◆ bremStrength_

float l1tp2::CaloCrystalCluster::bremStrength_
private

Definition at line 122 of file CaloCrystalCluster.h.

Referenced by bremStrength().

◆ calibratedPt_

float l1tp2::CaloCrystalCluster::calibratedPt_
private

Definition at line 106 of file CaloCrystalCluster.h.

Referenced by calibratedPt().

◆ crystalPt_

std::vector<float> l1tp2::CaloCrystalCluster::crystalPt_
private

Definition at line 144 of file CaloCrystalCluster.h.

Referenced by crystalPt(), and setCrystalPtInfo().

◆ e2x2_

float l1tp2::CaloCrystalCluster::e2x2_
private

Definition at line 124 of file CaloCrystalCluster.h.

Referenced by e2x2().

◆ e2x5_

float l1tp2::CaloCrystalCluster::e2x5_
private

Definition at line 126 of file CaloCrystalCluster.h.

Referenced by e2x5().

◆ e3x5_

float l1tp2::CaloCrystalCluster::e3x5_
private

Definition at line 128 of file CaloCrystalCluster.h.

Referenced by e3x5().

◆ e5x5_

float l1tp2::CaloCrystalCluster::e5x5_
private

Definition at line 130 of file CaloCrystalCluster.h.

Referenced by e5x5().

◆ electronWP90_

bool l1tp2::CaloCrystalCluster::electronWP90_
private

Definition at line 138 of file CaloCrystalCluster.h.

Referenced by electronWP90().

◆ electronWP98_

bool l1tp2::CaloCrystalCluster::electronWP98_
private

Definition at line 134 of file CaloCrystalCluster.h.

Referenced by electronWP98().

◆ experimentalParams_

std::map<std::string, float> l1tp2::CaloCrystalCluster::experimentalParams_
private

◆ hovere_

float l1tp2::CaloCrystalCluster::hovere_
private

Definition at line 114 of file CaloCrystalCluster.h.

Referenced by hovere().

◆ iso_

float l1tp2::CaloCrystalCluster::iso_
private

Definition at line 116 of file CaloCrystalCluster.h.

Referenced by isolation().

◆ looseL1TkMatchWP_

bool l1tp2::CaloCrystalCluster::looseL1TkMatchWP_
private

Definition at line 140 of file CaloCrystalCluster.h.

Referenced by looseL1TkMatchWP().

◆ photonWP80_

bool l1tp2::CaloCrystalCluster::photonWP80_
private

Definition at line 136 of file CaloCrystalCluster.h.

Referenced by photonWP80().

◆ puCorrPt_

float l1tp2::CaloCrystalCluster::puCorrPt_
private

Definition at line 120 of file CaloCrystalCluster.h.

Referenced by puCorrPt().

◆ seedCrystal_

DetId l1tp2::CaloCrystalCluster::seedCrystal_
private

Definition at line 118 of file CaloCrystalCluster.h.

Referenced by seedCrystal().

◆ stage2effMatch_

bool l1tp2::CaloCrystalCluster::stage2effMatch_
private

Definition at line 142 of file CaloCrystalCluster.h.

Referenced by stage2effMatch().

◆ standaloneWP_

bool l1tp2::CaloCrystalCluster::standaloneWP_
private

Definition at line 132 of file CaloCrystalCluster.h.

Referenced by standaloneWP().

l1tp2::CaloCrystalCluster::standaloneWP_
bool standaloneWP_
Definition: CaloCrystalCluster.h:132
l1tp2::CaloCrystalCluster::e3x5
float e3x5() const
Definition: CaloCrystalCluster.h:95
l1tp2::CaloCrystalCluster::looseL1TkMatchWP_
bool looseL1TkMatchWP_
Definition: CaloCrystalCluster.h:140
reco::LeafCandidate::index
unsigned int index
Definition: LeafCandidate.h:31
l1tp2::CaloCrystalCluster::e2x5_
float e2x5_
Definition: CaloCrystalCluster.h:126
l1tp2::CaloCrystalCluster::stage2effMatch_
bool stage2effMatch_
Definition: CaloCrystalCluster.h:142
CalibrationSummaryClient_cfi.params
params
Definition: CalibrationSummaryClient_cfi.py:14
l1tp2::CaloCrystalCluster::experimentalParams_
std::map< std::string, float > experimentalParams_
Definition: CaloCrystalCluster.h:146
l1tp2::CaloCrystalCluster::e5x5
float e5x5() const
Definition: CaloCrystalCluster.h:96
info
static const TGPicture * info(bool iBackgroundIsBlack)
Definition: FWCollectionSummaryWidget.cc:153
l1tp2::CaloCrystalCluster::stage2effMatch
float stage2effMatch() const
Definition: CaloCrystalCluster.h:102
edm::LogWarning
Log< level::Warning, false > LogWarning
Definition: MessageLogger.h:122
groupFilesInBlocks.reverse
reverse
Definition: groupFilesInBlocks.py:131
l1tp2::CaloCrystalCluster::e5x5_
float e5x5_
Definition: CaloCrystalCluster.h:130
l1tp2::CaloCrystalCluster::seedCrystal_
DetId seedCrystal_
Definition: CaloCrystalCluster.h:118
l1tp2::CaloCrystalCluster::electronWP90
float electronWP90() const
Definition: CaloCrystalCluster.h:100
l1t::L1Candidate
Definition: L1Candidate.h:15
l1tp2::CaloCrystalCluster::bremStrength_
float bremStrength_
Definition: CaloCrystalCluster.h:122
l1tp2::CaloCrystalCluster::e3x5_
float e3x5_
Definition: CaloCrystalCluster.h:128
l1tp2::CaloCrystalCluster::calibratedPt
float calibratedPt() const
Definition: CaloCrystalCluster.h:70
l1tp2::CaloCrystalCluster::bremStrength
float bremStrength() const
Definition: CaloCrystalCluster.h:74
l1tp2::CaloCrystalCluster::looseL1TkMatchWP
float looseL1TkMatchWP() const
Definition: CaloCrystalCluster.h:101
l1tp2::CaloCrystalCluster::hovere_
float hovere_
Definition: CaloCrystalCluster.h:114
l1tp2::CaloCrystalCluster::e2x5
float e2x5() const
Definition: CaloCrystalCluster.h:94
l1tp2::CaloCrystalCluster::e2x2_
float e2x2_
Definition: CaloCrystalCluster.h:124
l1tp2::CaloCrystalCluster::seedCrystal
DetId seedCrystal() const
Definition: CaloCrystalCluster.h:75
l1tp2::CaloCrystalCluster::puCorrPt
float puCorrPt() const
Definition: CaloCrystalCluster.h:73
reco::LeafCandidate::p4
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:114
l1tp2::CaloCrystalCluster::calibratedPt_
float calibratedPt_
Definition: CaloCrystalCluster.h:106
l1tp2::CaloCrystalCluster::electronWP98_
bool electronWP98_
Definition: CaloCrystalCluster.h:134
eostools.move
def move(src, dest)
Definition: eostools.py:511
l1tp2::CaloCrystalCluster::e2x2
float e2x2() const
Definition: CaloCrystalCluster.h:93
l1tp2::CaloCrystalCluster::hovere
float hovere() const
Definition: CaloCrystalCluster.h:71
l1tp2::CaloCrystalCluster::puCorrPt_
float puCorrPt_
Definition: CaloCrystalCluster.h:120
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
l1tp2::CaloCrystalCluster::photonWP80
float photonWP80() const
Definition: CaloCrystalCluster.h:99
l1tp2::CaloCrystalCluster::iso_
float iso_
Definition: CaloCrystalCluster.h:116
l1tp2::CaloCrystalCluster::photonWP80_
bool photonWP80_
Definition: CaloCrystalCluster.h:136
l1tp2::CaloCrystalCluster::crystalPt_
std::vector< float > crystalPt_
Definition: CaloCrystalCluster.h:144
l1tp2::CaloCrystalCluster::electronWP90_
bool electronWP90_
Definition: CaloCrystalCluster.h:138
l1tp2::CaloCrystalCluster::standaloneWP
float standaloneWP() const
Definition: CaloCrystalCluster.h:97
l1tp2::CaloCrystalCluster::electronWP98
float electronWP98() const
Definition: CaloCrystalCluster.h:98