#include <FastProjectedTrackerRecHit.h>
Private Attributes | |
FastSingleTrackerRecHit | originalHit_ |
Additional Inherited Members | |
Public Types inherited from TrackingRecHit | |
typedef std::vector < ConstRecHitPointer > | ConstRecHitContainer |
using | ConstRecHitPointer = std::shared_ptr< TrackingRecHit const > |
typedef unsigned int | id_type |
typedef std::vector < ConstRecHitPointer > | RecHitContainer |
using | RecHitPointer = std::shared_ptr< TrackingRecHit const > |
enum | SharedInputType { all, some } |
definition of equality via shared input More... | |
enum | Type { valid = 0, missing = 1, inactive = 2, bad = 3, missing_inner = 4, missing_outer = 5, inactive_inner = 6, inactive_outer = 7 } |
Static Public Attributes inherited from TrackingRecHit | |
static const int | rttiShift = 24 |
static const int | typeMask = 0xf |
Protected Member Functions inherited from FastTrackerRecHit | |
FastTrackerRecHit * | clone_ (TkCloner const &cloner, TrajectoryStateOnSurface const &tsos) const override |
void | load () |
helps making the hit postion and error persistent More... | |
void | store () |
helps making the hit postion and error persistent More... | |
Protected Member Functions inherited from TrackingRecHit | |
void | setId (id_type iid) |
void | setRTTI (unsigned int rt) |
void | setType (Type ttype) |
Protected Attributes inherited from FastTrackerRecHit | |
float | energyLoss_ |
bool | is2D_ |
hit is either one dimensional (is2D_ = false) or two dimensions (is2D_ = true) More... | |
const bool | isPixel_ |
hit is either on pixel modul (isPixel_ = true) or strip module (isPixel_ = false) More... | |
LocalError | myErr_ |
helps making the hit postion and error persistent More... | |
LocalPoint | myPos_ |
helps making the hit postion and error persistent More... | |
uint32_t | recHitCombinationIndex_ |
Protected Attributes inherited from BaseTrackerRecHit | |
LocalError | err_ |
LocalPoint | pos_ |
unsigned int | qualWord_ |
Definition at line 8 of file FastProjectedTrackerRecHit.h.
|
inline |
|
inlineoverride |
Definition at line 12 of file FastProjectedTrackerRecHit.h.
|
inline |
Definition at line 14 of file FastProjectedTrackerRecHit.h.
|
inlineoverridevirtual |
Implements TrackingRecHit.
Definition at line 27 of file FastProjectedTrackerRecHit.h.
References FastProjectedTrackerRecHit(), FastTrackerRecHit::load(), and AlCaHLTBitMon_ParallelJobs::p.
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 34 of file FastProjectedTrackerRecHit.h.
References FastSingleTrackerRecHit::eventId(), mps_fire::i, and originalHit().
Referenced by ntupleDataFormat.Event::eventIdStr().
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 33 of file FastProjectedTrackerRecHit.h.
References mps_fire::i, FastSingleTrackerRecHit::id(), and originalHit().
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 32 of file FastProjectedTrackerRecHit.h.
|
inlineoverridevirtual |
see addSimTrackId(int32_t simTrackId)
Reimplemented from FastTrackerRecHit.
Definition at line 35 of file FastProjectedTrackerRecHit.h.
References FastSingleTrackerRecHit::nSimTrackIds(), and originalHit_.
|
inline |
Definition at line 26 of file FastProjectedTrackerRecHit.h.
References originalHit_.
Referenced by eventId(), and id().
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 46 of file FastProjectedTrackerRecHit.h.
References originalHit_, and FastSingleTrackerRecHit::setEventId().
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 48 of file FastProjectedTrackerRecHit.h.
References originalHit_, and FastTrackerRecHit::setRecHitCombinationIndex().
|
inlineoverridevirtual |
see addSimTrackId(int32_t simTrackId)
Reimplemented from FastTrackerRecHit.
Definition at line 41 of file FastProjectedTrackerRecHit.h.
References originalHit_, and FastSingleTrackerRecHit::simTrackEventId().
|
inlineoverridevirtual |
see addSimTrackId(int32_t simTrackId)
Reimplemented from FastTrackerRecHit.
Definition at line 38 of file FastProjectedTrackerRecHit.h.
References originalHit_, and FastSingleTrackerRecHit::simTrackId().
|
private |
Definition at line 54 of file FastProjectedTrackerRecHit.h.
Referenced by nSimTrackIds(), originalHit(), setEventId(), setRecHitCombinationIndex(), simTrackEventId(), and simTrackId().