![]() |
ATLAS Offline Software
|
#include <MaterialTrackRecorderTool.h>
Public Member Functions | |
| MaterialTrackRecorderTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
| Fill the user action lists. | |
| StatusCode | BeginOfAthenaEvent (HitCollectionMap &) override |
| Calls BeginOfAthenaEvent. | |
| StatusCode | EndOfAthenaEvent (HitCollectionMap &) override |
| Calls EndOfAthenaEvent. | |
Protected Member Functions | |
| virtual std::unique_ptr< MaterialTrackRecorder > | makeAndFillAction (G4UA::G4AtlasUserActions &) override final |
| Make the action and push onto the lists. | |
Protected Attributes | |
| ThreadSpecificUserAction< MaterialTrackRecorder > | m_actions |
| Thread-specific storage of the user action. | |
Private Attributes | |
| Gaudi::Property< std::string > | m_materialTrackCollectionName {this, "MaterialTrackCollectionName", "OutputMaterialTracks", "Name of the output recorded material track collection"} |
| The name of the recorded material track collection. | |
| Gaudi::Property< std::vector< std::string > > | m_excludeMaterials {this, "ExcludeMaterials", {"Air", "Vacuum"}, "Material you want to exclude from recording"} |
| The list of material excluded from recording. | |
Definition at line 17 of file MaterialTrackRecorderTool.h.
| ActsTrk::MaterialTrackRecorderTool::MaterialTrackRecorderTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 9 of file MaterialTrackRecorderTool.cxx.
|
inlineoverrideinherited |
Calls BeginOfAthenaEvent.
Definition at line 59 of file UserActionToolBase.h.
|
inlineoverrideinherited |
|
inlinefinaloverridevirtualinherited |
Fill the user action lists.
Definition at line 47 of file UserActionToolBase.h.
|
finaloverrideprotectedvirtual |
Make the action and push onto the lists.
Implements G4UA::UserActionToolBase< MaterialTrackRecorder >.
Definition at line 17 of file MaterialTrackRecorderTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
The list of material excluded from recording.
Definition at line 31 of file MaterialTrackRecorderTool.h.
|
private |
The name of the recorded material track collection.
Definition at line 27 of file MaterialTrackRecorderTool.h.