#include <ConvBremSeed.h>
Public Types | |
typedef edm::OwnVector < TrackingRecHit > | recHitContainer |
Public Types inherited from TrajectorySeed | |
typedef recHitContainer::const_iterator | const_iterator |
typedef std::pair < const_iterator, const_iterator > | range |
typedef edm::OwnVector < TrackingRecHit > | recHitContainer |
Public Member Functions | |
ConvBremSeed * | clone () const |
ConvBremSeed () | |
ConvBremSeed (const TrajectorySeed &seed, edm::Ref< GsfPFRecTrackCollection > &pfgsf) | |
Constructor from TrajectorySeed. More... | |
GsfPFRecTrackRef | GsfPFTrack () const |
reference to the GSDPFRecTrack More... | |
virtual | ~ConvBremSeed () |
Public Member Functions inherited from TrajectorySeed | |
PropagationDirection | direction () const |
unsigned int | nHits () const |
TrajectorySeed & | operator= (TrajectorySeed const &o) |
range | recHits () const |
PTrajectoryStateOnDet const & | startingState () const |
void | swap (PTrajectoryStateOnDet &ptsos, recHitContainer &rh, PropagationDirection &dir) |
void | swap (TrajectorySeed &rh) |
TrajectorySeed () | |
TrajectorySeed (PTrajectoryStateOnDet const &ptsos, recHitContainer const &rh, PropagationDirection dir) | |
TrajectorySeed (TrajectorySeed const &o) | |
virtual | ~TrajectorySeed () |
Private Attributes | |
GsfPFRecTrackRef | pfGsf_ |
Pointer to the electromagnetic super cluster. More... | |
ConvBremSeed is a seed object constructed from a supercluster and 2 PixelRecHits
Definition at line 25 of file ConvBremSeed.h.
Definition at line 29 of file ConvBremSeed.h.
|
inline |
|
inlinevirtual |
Definition at line 33 of file ConvBremSeed.h.
|
inline |
Constructor from TrajectorySeed.
Definition at line 37 of file ConvBremSeed.h.
|
inlinevirtual |
Reimplemented from TrajectorySeed.
Definition at line 46 of file ConvBremSeed.h.
References ConvBremSeed().
|
inline |
reference to the GSDPFRecTrack
Definition at line 42 of file ConvBremSeed.h.
References pfGsf_.
|
private |
Pointer to the electromagnetic super cluster.
Definition at line 51 of file ConvBremSeed.h.
Referenced by GsfPFTrack().