#include <PFBlockElementBrem.h>
Public Member Functions | |
PFBlockElement * | clone () const |
necessary to have the edm::OwnVector<PFBlockElement> working More... | |
double | DeltaP () const |
void | Dump (std::ostream &out=std::cout, const char *tab=" ") const |
print the object inside the element More... | |
const reco::GsfTrackRef & | GsftrackRef () const |
const GsfPFRecTrackRef & | GsftrackRefPF () const |
unsigned int | indTrajPoint () const |
PFBlockElementBrem () | |
PFBlockElementBrem (const GsfPFRecTrackRef &gsfref, const double DeltaP, const double SigmaDeltaP, const unsigned int indTrajPoint) | |
const math::XYZPointF & | positionAtECALEntrance () const |
double | SigmaDeltaP () const |
const PFRecTrack & | trackPF () const |
Public Member Functions inherited from reco::PFBlockElement | |
virtual const PFClusterRef & | clusterRef () const |
virtual const ConversionRefVector & | convRefs () const |
virtual const PFDisplacedTrackerVertexRef & | displacedVertexRef (TrackType trType) const |
const PFMultilinksType & | getMultilinks () const |
unsigned | index () const |
virtual bool | isLinkedToDisplacedVertex () const |
bool | isMultilinksValide () const |
virtual bool | isPrimary () const |
virtual bool | isSecondary () const |
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) |
void | setMultilinks (const PFMultiLinksTC &ml) |
void | setMultilinksList (const PFMultilinksType &links) |
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 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 | |
double | deltaP_ |
reco::GsfTrackRef | GsftrackRef_ |
reference to the corresponding track More... | |
GsfPFRecTrackRef | GsftrackRefPF_ |
reference to the corresponding track (transient) More... | |
unsigned int | indPoint_ |
math::XYZPointF | positionAtECALEntrance_ |
double | sigmadeltaP_ |
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, HO =11, kNBETypes =12 } |
Protected Attributes inherited from reco::PFBlockElement | |
unsigned | index_ |
index in block vector More... | |
bool | locked_ |
PFMultiLinksTC | multilinks_ |
Type | type_ |
Static Protected Attributes inherited from reco::PFBlockElement | |
static const ConversionRefVector | nullConv_ = reco::ConversionRefVector() |
static const MuonRef | nullMuon_ = reco::MuonRef() |
static const PFClusterRef | nullPFCluster_ = reco::PFClusterRef() |
static const PFDisplacedTrackerVertexRef | nullPFDispVertex_ |
static const PFRecTrackRef | nullPFRecTrack_ = reco::PFRecTrackRef() |
static const reco::TrackRef | nullTrack_ = reco::TrackRef() |
static const VertexCompositeCandidateRef | nullVertex_ = reco::VertexCompositeCandidateRef() |
Track Element.
this class contains a reference to a PFRecTrack
Definition at line 17 of file PFBlockElementBrem.h.
|
inline |
PFBlockElementBrem::PFBlockElementBrem | ( | const GsfPFRecTrackRef & | gsfref, |
const double | DeltaP, | ||
const double | SigmaDeltaP, | ||
const unsigned int | indTrajPoint | ||
) |
Definition at line 13 of file PFBlockElementBrem.cc.
References reco::PFTrajectoryPoint::ECALEntrance, GsftrackRefPF(), indPoint_, reco::PFTrajectoryPoint::isValid(), reco::PFTrajectoryPoint::position(), and positionAtECALEntrance_.
|
inlinevirtual |
necessary to have the edm::OwnVector<PFBlockElement> working
Implements reco::PFBlockElement.
Definition at line 25 of file PFBlockElementBrem.h.
References PFBlockElementBrem().
|
inline |
|
virtual |
print the object inside the element
Reimplemented from reco::PFBlockElement.
Definition at line 32 of file PFBlockElementBrem.cc.
References deltaP_, GsftrackRefPF_, indPoint_, edm::Ref< C, T, F >::isNull(), and sigmadeltaP_.
|
inline |
Definition at line 35 of file PFBlockElementBrem.h.
References GsftrackRef_.
|
inline |
Definition at line 30 of file PFBlockElementBrem.h.
References GsftrackRefPF_.
Referenced by PFBlockElementBrem(), GSFAndBREMLinker::testLink(), and trackPF().
|
inline |
Definition at line 45 of file PFBlockElementBrem.h.
References indPoint_.
Referenced by PFElectronAlgo::SetIDOutputs(), and PFElectronAlgo::SetLinks().
|
inline |
Definition at line 48 of file PFBlockElementBrem.h.
References positionAtECALEntrance_.
Referenced by PFElectronAlgo::SetCandidates(), and PFElectronAlgo::SetLinks().
|
inline |
|
inline |
Definition at line 39 of file PFBlockElementBrem.h.
References GsftrackRefPF(), and indPoint_.
Referenced by ECALAndBREMLinker::testLink(), and HCALAndBREMLinker::testLink().
|
private |
Definition at line 61 of file PFBlockElementBrem.h.
|
private |
reference to the corresponding track
Definition at line 59 of file PFBlockElementBrem.h.
Referenced by GsftrackRef().
|
private |
reference to the corresponding track (transient)
Definition at line 56 of file PFBlockElementBrem.h.
Referenced by Dump(), and GsftrackRefPF().
|
private |
Definition at line 63 of file PFBlockElementBrem.h.
Referenced by Dump(), indTrajPoint(), PFBlockElementBrem(), and trackPF().
|
private |
Definition at line 64 of file PFBlockElementBrem.h.
Referenced by PFBlockElementBrem(), and positionAtECALEntrance().
|
private |
Definition at line 62 of file PFBlockElementBrem.h.
Referenced by Dump(), and SigmaDeltaP().