![]() |
ATLAS Offline Software
|
RIOOnTrack creation, starting from intersection on an active surface. More...
#include <HitCreatorTRT.h>
Public Member Functions | |
| HitCreatorTRT (const std::string &, const std::string &, const IInterface *) | |
| Constructor. | |
| virtual | ~HitCreatorTRT ()=default |
| Destructor. | |
| StatusCode | initialize () |
| AlgTool initailize method. | |
| void | handle (const Incident &inc) |
| handle for incident service | |
| void | createSimHit (const ISF::ISFParticle &isp, const Trk::TrackParameters &, double) const |
| Record the hit. | |
| const ParametersROT * | createHit (const ISF::ISFParticle &, const Trk::TrackParameters &) const |
| Return the cluster on Track – the PrepRawData is contained in this one. | |
| const std::vector< ParametersROT > * | createHits (const ISF::ISFParticle &, const ParametersLayer &) const |
| Return the cluster on Track – the PrepRawData is contained in this one. | |
Private Attributes | |
| ServiceHandle< IIncidentSvc > | m_incidentSvc {this, "IncidentService", "IncidentSvc"} |
| TRTUncompressedHitCollection * | m_hitColl {} |
| the sim hit collection | |
| StringProperty | m_collectionName {this, "CollectionName", "TRTUncompressedHits"} |
| name of the collection on storegate | |
| ServiceHandle< IAtRndmGenSvc > | m_randomSvc {this, "RandomNumberService", "AtDSFMTGenSvc"} |
| Pointer to the random number generator service. | |
| StringProperty | m_randomEngineName {this, "RandomStreamName", "FatrasRnd"} |
| Name of the random number stream. | |
| CLHEP::HepRandomEngine * | m_randomEngine {} |
| Random Engine. | |
| StringProperty | m_trtIdHelperName {this, "TRT_IdHelperName", "TRT_ID"} |
| where to find the SCT helper | |
| const TRT_ID * | m_trtIdHelper {} |
| TRT ID helper. | |
| ToolHandle< ITRT_StrawStatusSummaryTool > | m_trtStatusSummaryTool {this, "StrawStatusSummaryTool", "TRT_StrawStatusSummaryTool"} |
| Handle to TRT conditions service. | |
| bool | m_useConditionsSvc {false} |
RIOOnTrack creation, starting from intersection on an active surface.
Definition at line 44 of file HitCreatorTRT.h.
|
virtualdefault |
Destructor.
|
inline |
Return the cluster on Track – the PrepRawData is contained in this one.
Definition at line 64 of file HitCreatorTRT.h.
|
inline |
Return the cluster on Track – the PrepRawData is contained in this one.
Definition at line 67 of file HitCreatorTRT.h.
| void iFatras::HitCreatorTRT::createSimHit | ( | const ISF::ISFParticle & | isp, |
| const Trk::TrackParameters & | pars, | ||
| double | time ) const |
Record the hit.
<
Definition at line 92 of file HitCreatorTRT.cxx.
| void iFatras::HitCreatorTRT::handle | ( | const Incident & | inc | ) |
handle for incident service
Definition at line 72 of file HitCreatorTRT.cxx.
| StatusCode iFatras::HitCreatorTRT::initialize | ( | ) |
AlgTool initailize method.
Definition at line 46 of file HitCreatorTRT.cxx.
|
private |
name of the collection on storegate
Definition at line 76 of file HitCreatorTRT.h.
|
private |
|
private |
Definition at line 72 of file HitCreatorTRT.h.
|
private |
|
private |
Name of the random number stream.
Definition at line 80 of file HitCreatorTRT.h.
|
private |
Pointer to the random number generator service.
Random Svc
Definition at line 79 of file HitCreatorTRT.h.
|
private |
where to find the SCT helper
Definition at line 83 of file HitCreatorTRT.h.
|
private |
Handle to TRT conditions service.
Definition at line 86 of file HitCreatorTRT.h.
|
private |
Definition at line 87 of file HitCreatorTRT.h.