Cluster Element. More...
#include <PFBlockElementSuperCluster.h>
Public Member Functions | |
PFBlockElement * | clone () const |
necessary to have the edm::OwnVector<PFBlockElement> working More... | |
void | Dump (std::ostream &out=std::cout, const char *tab=" ") const |
print the object inside the element More... | |
float | ecalIso () const |
bool | fromGsfElectron () const |
bool | fromPhoton () const |
float | hcalIso () const |
float | hoverE () const |
PFBlockElementSuperCluster () | |
PFBlockElementSuperCluster (const SuperClusterRef &ref) | |
constructor. type must be equal to PS1, PS2, ECAL, HCAL. More... | |
void | setEcalIso (float val) |
set the ecal Iso More... | |
void | setFromGsfElectron (bool val) |
set provenance More... | |
void | setFromPhoton (bool val) |
set provenance More... | |
void | setHcalIso (float val) |
set the had Iso More... | |
void | setHoE (float val) |
set H/E More... | |
void | setTrackIso (float val) |
set the track Iso More... | |
SuperClusterRef | superClusterRef () const |
float | trackIso () const |
Public Member Functions inherited from reco::PFBlockElement | |
virtual PFClusterRef | clusterRef () const |
virtual ConversionRef | convRef () const |
virtual PFDisplacedTrackerVertexRef | displacedVertexRef (TrackType trType) const |
unsigned | index () const |
virtual bool | isLinkedToDisplacedVertex () const |
virtual bool | isPrimary () const |
virtual bool | isSecondary () const |
void | lock () |
lock element More... | |
bool | locked () const |
locked ? More... | |
virtual MuonRef | muonRef () const |
PFBlockElement (Type type=NONE) | |
standard constructor More... | |
virtual void | setConversionRef (const ConversionRef &convRef, TrackType trType) |
virtual void | setDisplacedVertexRef (const PFDisplacedTrackerVertexRef &niref, TrackType trType) |
void | setIndex (unsigned index) |
set index More... | |
virtual void | setMuonRef (const MuonRef &muref) |
virtual void | setTrackType (TrackType trType, bool value) |
the trackType More... | |
virtual void | setV0Ref (const VertexCompositeCandidateRef &v0ref, TrackType trType) |
virtual reco::TrackRef | trackRef () const |
virtual PFRecTrackRef | trackRefPF () const |
virtual bool | trackType (TrackType trType) const |
Type | type () const |
void | unLock () |
unlock element More... | |
virtual VertexCompositeCandidateRef | V0Ref () const |
virtual | ~PFBlockElement () |
destructor More... | |
Private Attributes | |
float | ecalIso_ |
bool | fromGsfElectron_ |
bool | fromPhoton_ |
float | hcalIso_ |
float | HoE_ |
SuperClusterRef | superClusterRef_ |
reference to the corresponding cluster More... | |
float | trackIso_ |
Additional Inherited Members | |
Public Types inherited from reco::PFBlockElement | |
enum | TrackType { DEFAULT =0, T_FROM_DISP, T_TO_DISP, T_FROM_GAMMACONV, MUON, T_FROM_V0 } |
enum | Type { NONE =0, TRACK =1, PS1 =2, PS2 =3, ECAL =4, HCAL =5, GSF =6, BREM =7, HFEM =8, HFHAD =9, SC =10 } |
Protected Attributes inherited from reco::PFBlockElement | |
unsigned | index_ |
index in block vector More... | |
bool | locked_ |
Type | type_ |
Cluster Element.
this class contains a reference to a PFCluster
Definition at line 14 of file PFBlockElementSuperCluster.h.
|
inline |
|
inline |
constructor. type must be equal to PS1, PS2, ECAL, HCAL.
Definition at line 21 of file PFBlockElementSuperCluster.h.
|
inlinevirtual |
necessary to have the edm::OwnVector<PFBlockElement> working
Implements reco::PFBlockElement.
Definition at line 32 of file PFBlockElementSuperCluster.h.
References PFBlockElementSuperCluster().
|
virtual |
print the object inside the element
Reimplemented from reco::PFBlockElement.
Definition at line 11 of file PFBlockElementSuperCluster.cc.
References ET, and mathSSE::sqrt().
|
inline |
Definition at line 62 of file PFBlockElementSuperCluster.h.
References ecalIso_.
|
inline |
Definition at line 71 of file PFBlockElementSuperCluster.h.
References fromGsfElectron_.
|
inline |
Definition at line 74 of file PFBlockElementSuperCluster.h.
References fromPhoton_.
Referenced by PFPhotonAlgo::RunPFPhoton().
|
inline |
Definition at line 65 of file PFBlockElementSuperCluster.h.
References hcalIso_.
|
inline |
|
inline |
set the ecal Iso
Definition at line 44 of file PFBlockElementSuperCluster.h.
References ecalIso_.
Referenced by PFBlockAlgo::fillFromPhoton().
|
inline |
set provenance
Definition at line 53 of file PFBlockElementSuperCluster.h.
References fromGsfElectron_.
Referenced by PFBlockAlgo::setInput().
|
inline |
set provenance
Definition at line 56 of file PFBlockElementSuperCluster.h.
References fromPhoton_.
Referenced by PFBlockAlgo::fillFromPhoton(), and PFBlockAlgo::setInput().
|
inline |
set the had Iso
Definition at line 47 of file PFBlockElementSuperCluster.h.
References hcalIso_.
Referenced by PFBlockAlgo::fillFromPhoton().
|
inline |
set H/E
Definition at line 50 of file PFBlockElementSuperCluster.h.
References HoE_.
Referenced by PFBlockAlgo::fillFromPhoton().
|
inline |
set the track Iso
Definition at line 41 of file PFBlockElementSuperCluster.h.
References trackIso_.
Referenced by PFBlockAlgo::fillFromPhoton().
|
inline |
Definition at line 35 of file PFBlockElementSuperCluster.h.
References superClusterRef_.
Referenced by PFPhotonAlgo::RunPFPhoton().
|
inline |
Definition at line 59 of file PFBlockElementSuperCluster.h.
References trackIso_.
|
private |
Definition at line 81 of file PFBlockElementSuperCluster.h.
Referenced by ecalIso(), and setEcalIso().
|
private |
Definition at line 85 of file PFBlockElementSuperCluster.h.
Referenced by fromGsfElectron(), and setFromGsfElectron().
|
private |
Definition at line 86 of file PFBlockElementSuperCluster.h.
Referenced by fromPhoton(), and setFromPhoton().
|
private |
Definition at line 82 of file PFBlockElementSuperCluster.h.
Referenced by hcalIso(), and setHcalIso().
|
private |
Definition at line 83 of file PFBlockElementSuperCluster.h.
|
private |
reference to the corresponding cluster
Definition at line 78 of file PFBlockElementSuperCluster.h.
Referenced by superClusterRef().
|
private |
Definition at line 80 of file PFBlockElementSuperCluster.h.
Referenced by setTrackIso(), and trackIso().