![]() |
![]() |
#include <FastMatchedTrackerRecHit.h>
Private Attributes | |
FastSingleTrackerRecHit | componentMono_ |
FastSingleTrackerRecHit | componentStereo_ |
bool | stereoHitFirst_ |
Additional Inherited Members | |
![]() | |
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 const int | rttiShift = 24 |
static const int | typeMask = 0xf |
![]() | |
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... | |
![]() | |
void | setId (id_type iid) |
void | setRTTI (unsigned int rt) |
void | setType (Type ttype) |
![]() | |
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_ |
![]() | |
LocalError | err_ |
LocalPoint | pos_ |
unsigned int | qualWord_ |
Definition at line 7 of file FastMatchedTrackerRecHit.h.
|
inline |
Definition at line 9 of file FastMatchedTrackerRecHit.h.
Referenced by clone().
|
inlineoverride |
Definition at line 11 of file FastMatchedTrackerRecHit.h.
|
inline |
Definition at line 13 of file FastMatchedTrackerRecHit.h.
|
inlineoverridevirtual |
Implements TrackingRecHit.
Definition at line 24 of file FastMatchedTrackerRecHit.h.
References FastMatchedTrackerRecHit(), FastTrackerRecHit::load(), and AlCaHLTBitMon_ParallelJobs::p.
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 32 of file FastMatchedTrackerRecHit.h.
References FastSingleTrackerRecHit::eventId(), mps_fire::i, monoHit(), and stereoHit().
Referenced by ntupleDataFormat.Event::eventIdStr().
|
inline |
Definition at line 48 of file FastMatchedTrackerRecHit.h.
References componentMono_, componentStereo_, and stereoHitFirst_.
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 31 of file FastMatchedTrackerRecHit.h.
References mps_fire::i, FastSingleTrackerRecHit::id(), monoHit(), and stereoHit().
|
inline |
Definition at line 46 of file FastMatchedTrackerRecHit.h.
References componentMono_.
Referenced by eventId(), and id().
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 30 of file FastMatchedTrackerRecHit.h.
|
inlineoverridevirtual |
see addSimTrackId(int32_t simTrackId)
Reimplemented from FastTrackerRecHit.
Definition at line 34 of file FastMatchedTrackerRecHit.h.
References componentMono_, componentStereo_, and FastSingleTrackerRecHit::nSimTrackIds().
|
inline |
Definition at line 49 of file FastMatchedTrackerRecHit.h.
References componentMono_, componentStereo_, and stereoHitFirst_.
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 52 of file FastMatchedTrackerRecHit.h.
References componentMono_, componentStereo_, and FastSingleTrackerRecHit::setEventId().
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 57 of file FastMatchedTrackerRecHit.h.
References componentMono_, componentStereo_, and FastTrackerRecHit::setRecHitCombinationIndex().
|
inline |
Definition at line 51 of file FastMatchedTrackerRecHit.h.
References stereoHitFirst_.
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 41 of file FastMatchedTrackerRecHit.h.
References componentMono_, componentStereo_, FastSingleTrackerRecHit::nSimTrackIds(), and FastSingleTrackerRecHit::simTrackEventId().
|
inlineoverridevirtual |
Reimplemented from FastTrackerRecHit.
Definition at line 37 of file FastMatchedTrackerRecHit.h.
References componentMono_, componentStereo_, FastSingleTrackerRecHit::nSimTrackIds(), and FastSingleTrackerRecHit::simTrackId().
|
inline |
Definition at line 47 of file FastMatchedTrackerRecHit.h.
References componentStereo_.
Referenced by eventId(), and id().
|
private |
Definition at line 65 of file FastMatchedTrackerRecHit.h.
Referenced by firstHit(), monoHit(), nSimTrackIds(), secondHit(), setEventId(), setRecHitCombinationIndex(), simTrackEventId(), and simTrackId().
|
private |
Definition at line 66 of file FastMatchedTrackerRecHit.h.
Referenced by firstHit(), nSimTrackIds(), secondHit(), setEventId(), setRecHitCombinationIndex(), simTrackEventId(), simTrackId(), and stereoHit().
|
private |
Definition at line 64 of file FastMatchedTrackerRecHit.h.
Referenced by firstHit(), secondHit(), and setStereoLayerFirst().