#include <HGCalClusterT.h>
Public Types | |
typedef std::unordered_map< uint32_t, edm::Ptr< C > >::const_iterator | const_iterator |
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 | |
void | addConstituent (const edm::Ptr< C > &c, bool updateCentre=true, float fraction=1.) |
const GlobalPoint & | centre () const |
const GlobalPoint & | centreProj () const |
const std::unordered_map< uint32_t, edm::Ptr< C > > & | constituents () const |
const_iterator | constituents_begin () const |
const_iterator | constituents_end () const |
int | coreShowerLength () const |
void | coreShowerLength (int coreShowerLength) |
uint32_t | detId () const |
double | distance (const l1t::HGCalTriggerCell &tc) const |
float | eMax () const |
void | eMax (float eMax) |
int | firstLayer () const |
void | firstLayer (int firstLayer) |
HGCalClusterT () | |
HGCalClusterT (const LorentzVector p4, int pt=0, int eta=0, int phi=0) | |
HGCalClusterT (const edm::Ptr< C > &c) | |
double | hOverE () const |
uint32_t | layer () const |
int | maxLayer () const |
void | maxLayer (int maxLayer) |
double | mipPt () const |
bool | operator< (const HGCalClusterT< C > &cl) const |
bool | operator<= (const HGCalClusterT< C > &cl) const |
bool | operator> (const HGCalClusterT< C > &cl) const |
bool | operator>= (const HGCalClusterT< C > &cl) const |
const GlobalPoint & | position () const |
void | removeConstituent (const edm::Ptr< C > &c, bool updateCentre=true) |
double | seedMipPt () const |
void | setValid (bool valid) |
ClusterShapes & | shapes () |
int | showerLength () const |
void | showerLength (int showerLength) |
float | sigmaEtaEtaMax () const |
void | sigmaEtaEtaMax (float sigmaEtaEtaMax) |
float | sigmaEtaEtaTot () const |
void | sigmaEtaEtaTot (float sigmaEtaEtaTot) |
float | sigmaPhiPhiMax () const |
void | sigmaPhiPhiMax (float sigmaPhiPhiMax) |
float | sigmaPhiPhiTot () const |
void | sigmaPhiPhiTot (float sigmaPhiPhiTot) |
float | sigmaRRMax () const |
void | sigmaRRMax (float sigmaRRMax) |
float | sigmaRRMean () const |
void | sigmaRRMean (float sigmaRRMean) |
float | sigmaRRTot () const |
void | sigmaRRTot (float sigmaRRTot) |
float | sigmaZZ () const |
void | sigmaZZ (float sigmaZZ) |
unsigned | size () const |
uint32_t | subdetId () const |
bool | valid () const |
int32_t | zside () const |
~HGCalClusterT () override | |
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... | |
LeafCandidate * | clone () 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 Candidate * | daughter (size_type) const override |
return daughter at a given position (throws an exception) More... | |
Candidate * | daughter (size_type) override |
return daughter at a given position (throws an exception) More... | |
Candidate * | daughter (const std::string &s) override |
return daughter with a specified role name More... | |
const Candidate * | daughter (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 CandidateBaseRef & | masterClone () const override |
const CandidatePtr & | masterClonePtr () 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 Candidate * | mother (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 |
LeafCandidate & | operator= (LeafCandidate &&)=default |
LeafCandidate & | operator= (LeafCandidate const &)=default |
double | p () const final |
magnitude of momentum vector More... | |
const LorentzVector & | p4 () const final |
four-momentum Lorentz vector More... | |
int | pdgId () const final |
PDG identifier. More... | |
double | phi () const final |
momentum azimuthal angle More... | |
const PolarLorentzVector & | polarP4 () 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 Point & | vertex () 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 Track * | bestTrack () 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 Member Functions | |
void | updateP4AndPosition (const edm::Ptr< C > &c, bool updateCentre=true, float fraction=1.) |
Private Attributes | |
GlobalPoint | centre_ |
GlobalPoint | centreProj_ |
std::unordered_map< uint32_t, edm::Ptr< C > > | constituents_ |
std::unordered_map< uint32_t, double > | constituentsFraction_ |
int | coreShowerLength_ |
HGCalDetId | detId_ |
float | eMax_ |
int | firstLayer_ |
int | maxLayer_ |
double | mipPt_ |
double | seedMipPt_ |
ClusterShapes | shapes_ |
int | showerLength_ |
float | sigmaEtaEtaMax_ |
float | sigmaEtaEtaTot_ |
float | sigmaPhiPhiMax_ |
float | sigmaPhiPhiTot_ |
float | sigmaRRMax_ |
float | sigmaRRMean_ |
float | sigmaRRTot_ |
float | sigmaZZ_ |
bool | valid_ |
Additional Inherited Members |
Definition at line 18 of file HGCalClusterT.h.
typedef std::unordered_map<uint32_t, edm::Ptr<C> >::const_iterator l1t::HGCalClusterT< C >::const_iterator |
Definition at line 22 of file HGCalClusterT.h.
|
inline |
Definition at line 25 of file HGCalClusterT.h.
|
inline |
Definition at line 26 of file HGCalClusterT.h.
|
inline |
Definition at line 39 of file HGCalClusterT.h.
|
inlineoverride |
Definition at line 50 of file HGCalClusterT.h.
|
inline |
Definition at line 58 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::HGCalClusterT(), and HGCalClusteringImpl::mergeClusters().
|
inline |
Definition at line 111 of file HGCalClusterT.h.
|
inline |
Definition at line 112 of file HGCalClusterT.h.
Referenced by HGCalMulticlusteringImpl::isPertinent().
|
inline |
Definition at line 52 of file HGCalClusterT.h.
Referenced by HGCalShowerShape::coreShowerLength(), HGCalShowerShape::eMax(), HGCalShowerShape::firstLayer(), l1t::HGCalClusterT< l1t::HGCalCluster >::hOverE(), HGCalShowerShape::lastLayer(), HGCalShowerShape::maxLayer(), HGCalClusteringImpl::mergeClusters(), HGCalClusteringImpl::removeUnconnectedTCinCluster(), HGCalShowerShape::sigmaEtaEtaMax(), HGCalShowerShape::sigmaEtaEtaTot(), HGCalShowerShape::sigmaPhiPhiMax(), HGCalShowerShape::sigmaPhiPhiTot(), HGCalShowerShape::sigmaRRMax(), HGCalShowerShape::sigmaRRMean(), HGCalShowerShape::sigmaRRTot(), and HGCalShowerShape::sigmaZZ().
|
inline |
Definition at line 53 of file HGCalClusterT.h.
|
inline |
Definition at line 54 of file HGCalClusterT.h.
|
inline |
Definition at line 155 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 169 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::coreShowerLength().
|
inline |
Definition at line 104 of file HGCalClusterT.h.
Referenced by HGCalClusteringImpl::calibratePt(), HGCalMulticlusteringImpl::isPertinent(), HGCalClusteringImpl::isPertinent(), and HGCalClusteringImpl::removeUnconnectedTCinCluster().
|
inline |
Definition at line 108 of file HGCalClusterT.h.
Referenced by HGCalClusteringImpl::isPertinent().
|
inline |
Definition at line 158 of file HGCalClusterT.h.
|
inline |
Definition at line 172 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::eMax().
|
inline |
Definition at line 156 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 170 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::firstLayer().
|
inline |
Definition at line 117 of file HGCalClusterT.h.
|
inline |
Definition at line 148 of file HGCalClusterT.h.
Referenced by geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().
|
inline |
Definition at line 157 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 171 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::maxLayer().
|
inline |
Definition at line 102 of file HGCalClusterT.h.
Referenced by HGCalClusteringImpl::calibratePt(), and l1t::HGCalClusterT< l1t::HGCalCluster >::operator<().
|
inline |
Definition at line 183 of file HGCalClusterT.h.
|
inline |
Definition at line 185 of file HGCalClusterT.h.
|
inline |
Definition at line 184 of file HGCalClusterT.h.
|
inline |
Definition at line 186 of file HGCalClusterT.h.
|
inline |
Definition at line 110 of file HGCalClusterT.h.
|
inline |
Definition at line 82 of file HGCalClusterT.h.
Referenced by HGCalClusteringImpl::removeUnconnectedTCinCluster().
|
inline |
Definition at line 103 of file HGCalClusterT.h.
|
inline |
Definition at line 100 of file HGCalClusterT.h.
|
inline |
Definition at line 116 of file HGCalClusterT.h.
|
inline |
Definition at line 154 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 168 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::showerLength().
|
inline |
Definition at line 159 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 173 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaEtaEtaMax().
|
inline |
Definition at line 161 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 174 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaEtaEtaTot().
|
inline |
Definition at line 160 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 175 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaPhiPhiMax().
|
inline |
Definition at line 162 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 176 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaPhiPhiTot().
|
inline |
Definition at line 165 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 177 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaRRMax().
|
inline |
Definition at line 166 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 179 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaRRMean().
|
inline |
Definition at line 164 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 178 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaRRTot().
|
inline |
Definition at line 163 of file HGCalClusterT.h.
Referenced by HGCalTriggerClusterIdentificationBDT::clusterVariable().
|
inline |
Definition at line 180 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaZZ().
|
inline |
Definition at line 55 of file HGCalClusterT.h.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inline |
Definition at line 147 of file HGCalClusterT.h.
|
inlineprivate |
Definition at line 222 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::addConstituent(), and l1t::HGCalClusterT< l1t::HGCalCluster >::removeConstituent().
|
inline |
Definition at line 99 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::setValid().
|
inline |
Definition at line 149 of file HGCalClusterT.h.
|
private |
|
private |
Definition at line 198 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::centreProj().
|
private |
Definition at line 194 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::addConstituent(), l1t::HGCalClusterT< l1t::HGCalCluster >::constituents(), l1t::HGCalClusterT< l1t::HGCalCluster >::constituents_begin(), l1t::HGCalClusterT< l1t::HGCalCluster >::constituents_end(), l1t::HGCalClusterT< l1t::HGCalCluster >::removeConstituent(), and l1t::HGCalClusterT< l1t::HGCalCluster >::size().
|
private |
Definition at line 195 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::addConstituent(), l1t::HGCalClusterT< l1t::HGCalCluster >::hOverE(), and l1t::HGCalClusterT< l1t::HGCalCluster >::removeConstituent().
|
private |
Definition at line 206 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::coreShowerLength().
|
private |
Definition at line 192 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::addConstituent(), l1t::HGCalClusterT< l1t::HGCalCluster >::detId(), l1t::HGCalClusterT< l1t::HGCalCluster >::layer(), l1t::HGCalClusterT< l1t::HGCalCluster >::subdetId(), and l1t::HGCalClusterT< l1t::HGCalCluster >::zside().
|
private |
Definition at line 209 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::eMax().
|
private |
Definition at line 207 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::firstLayer().
|
private |
Definition at line 208 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::maxLayer().
|
private |
Definition at line 200 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::mipPt().
|
private |
Definition at line 201 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::addConstituent(), and l1t::HGCalClusterT< l1t::HGCalCluster >::seedMipPt().
|
private |
Definition at line 219 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::shapes().
|
private |
Definition at line 205 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::showerLength().
|
private |
Definition at line 210 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaEtaEtaMax().
|
private |
Definition at line 213 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaEtaEtaTot().
|
private |
Definition at line 211 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaPhiPhiMax().
|
private |
Definition at line 214 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaPhiPhiTot().
|
private |
Definition at line 212 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaRRMax().
|
private |
Definition at line 216 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaRRMean().
|
private |
Definition at line 215 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaRRTot().
|
private |
Definition at line 217 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::sigmaZZ().
|
private |
Definition at line 191 of file HGCalClusterT.h.
Referenced by l1t::HGCalClusterT< l1t::HGCalCluster >::setValid(), and l1t::HGCalClusterT< l1t::HGCalCluster >::valid().