Cluster Element. More...
#include <PFBlockElementCluster.h>
Public Member Functions | |
PFBlockElement * | clone () const override |
necessary to have the edm::OwnVector<PFBlockElement> working More... | |
const PFClusterRef & | clusterRef () const override |
void | Dump (std::ostream &out=std::cout, const char *tab=" ") const override |
print the object inside the element More... | |
PFBlockElementCluster () | |
PFBlockElementCluster (const PFClusterRef &ref, PFBlockElement::Type type) | |
constructor. type must be equal to PS1, PS2, ECAL, HCAL. More... | |
void | setSuperClusterRef (const SuperClusterRef &ref) |
const SuperClusterRef & | superClusterRef () const |
Public Member Functions inherited from reco::PFBlockElement | |
virtual const ConversionRefVector & | convRefs () const |
virtual const PFDisplacedTrackerVertexRef & | displacedVertexRef (TrackType trType) const |
const PFMultilinksType & | getMultilinks (Type type) const |
unsigned | index () const |
virtual bool | isLinkedToDisplacedVertex () const |
bool | isMultilinksValide (Type type) const |
virtual bool | isPrimary () const |
virtual bool | isSecondary () const |
bool | isTimeValid () const |
do we have a valid time information More... | |
void | lock () |
lock element More... | |
bool | locked () const |
locked ? More... | |
virtual const 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... | |
void | setIsValidMultilinks (bool isVal, Type type) |
void | setMultilinks (const PFMultiLinksTC &ml, Type type) |
virtual void | setMuonRef (const MuonRef &muref) |
void | setTime (float time, float timeError=0.f) |
\set the timing information More... | |
virtual void | setTrackType (TrackType trType, bool value) |
\set the trackType More... | |
virtual void | setV0Ref (const VertexCompositeCandidateRef &v0ref, TrackType trType) |
float | time () const |
float | timeError () const |
virtual const reco::TrackRef & | trackRef () const |
virtual const PFRecTrackRef & | trackRefPF () const |
virtual bool | trackType (TrackType trType) const |
Type | type () const |
void | unLock () |
unlock element More... | |
virtual const VertexCompositeCandidateRef & | V0Ref () const |
virtual | ~PFBlockElement () |
destructor More... | |
Private Attributes | |
PFClusterRef | clusterRef_ |
reference to the corresponding cluster More... | |
SuperClusterRef | superClusterRef_ |
Cluster Element.
this class contains a reference to a PFCluster
Definition at line 16 of file PFBlockElementCluster.h.
|
inline |
|
inline |
constructor. type must be equal to PS1, PS2, ECAL, HCAL.
Definition at line 23 of file PFBlockElementCluster.h.
|
inlineoverridevirtual |
necessary to have the edm::OwnVector<PFBlockElement> working
Implements reco::PFBlockElement.
Definition at line 26 of file PFBlockElementCluster.h.
References PFBlockElementCluster().
|
inlineoverridevirtual |
Reimplemented from reco::PFBlockElement.
Definition at line 29 of file PFBlockElementCluster.h.
References clusterRef_.
Referenced by DQMPFCandidateAnalyzer::analyze(), PFBlockBasedIsolation::passesCleaningPhoton(), ECALAndHCALCaloJetLinker::testLink(), HCALAndHOLinker::testLink(), HFEMAndHFHADLinker::testLink(), GSFAndHCALLinker::testLink(), GSFAndHGCalLinker::testLink(), TrackAndHOLinker::testLink(), HGCalAndBREMLinker::testLink(), HCALAndBREMLinker::testLink(), ECALAndBREMLinker::testLink(), ECALAndHCALLinker::testLink(), GSFAndECALLinker::testLink(), ECALAndECALLinker::testLink(), PreshowerAndECALLinker::testLink(), TrackAndECALLinker::testLink(), SCAndHGCalLinker::testLink(), SCAndECALLinker::testLink(), TrackAndHCALLinker::testLink(), and PFEGammaAlgo::unlinkRefinableObjectKFandECALMatchedToHCAL().
|
overridevirtual |
print the object inside the element
Reimplemented from reco::PFBlockElement.
Definition at line 11 of file PFBlockElementCluster.cc.
References ET, alignBH_cfg::fixed, MillePedeFileConverter_cfg::out, and mathSSE::sqrt().
Referenced by reco::operator<<(), and PFEGammaAlgo::unwrapSuperCluster().
|
inline |
Definition at line 32 of file PFBlockElementCluster.h.
References superClusterRef_.
Referenced by SpecialClusterImporter< T >::importToBlock().
|
inline |
Definition at line 30 of file PFBlockElementCluster.h.
References superClusterRef_.
Referenced by ECALAndECALLinker::linkPrefilter(), PFBlockBasedIsolation::passesCleaningPhoton(), ECALAndECALLinker::testLink(), SCAndECALLinker::testLink(), and SCAndHGCalLinker::testLink().
|
private |
reference to the corresponding cluster
Definition at line 38 of file PFBlockElementCluster.h.
Referenced by clusterRef().
|
private |
Definition at line 39 of file PFBlockElementCluster.h.
Referenced by setSuperClusterRef(), and superClusterRef().