#include <MaterialTrackRecorderTool.h>
|
| 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.
◆ MaterialTrackRecorderTool()
| ActsTrk::MaterialTrackRecorderTool::MaterialTrackRecorderTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ BeginOfAthenaEvent()
◆ EndOfAthenaEvent()
◆ fillUserAction()
|
|
inlinefinaloverridevirtualinherited |
◆ makeAndFillAction()
|
|
finaloverrideprotectedvirtual |
◆ m_actions
◆ m_excludeMaterials
| Gaudi::Property<std::vector<std::string> > ActsTrk::MaterialTrackRecorderTool::m_excludeMaterials {this, "ExcludeMaterials", {"Air", "Vacuum"}, "Material you want to exclude from recording"} |
|
private |
The list of material excluded from recording.
Definition at line 31 of file MaterialTrackRecorderTool.h.
32{this, "ExcludeMaterials", {"Air", "Vacuum"}, "Material you want to exclude from recording"};
◆ m_materialTrackCollectionName
| Gaudi::Property<std::string> ActsTrk::MaterialTrackRecorderTool::m_materialTrackCollectionName {this, "MaterialTrackCollectionName", "OutputMaterialTracks", "Name of the output recorded material track collection"} |
|
private |
The name of the recorded material track collection.
Definition at line 27 of file MaterialTrackRecorderTool.h.
28{this, "MaterialTrackCollectionName", "OutputMaterialTracks", "Name of the output recorded material track collection"};
The documentation for this class was generated from the following files: