![]() |
ATLAS Offline Software
|
#include <FastCaloSimTool.h>
Public Member Functions | |
| FastCaloSimTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Default constructor. | |
| StatusCode | initializeFastSim () override |
| Construct and setup the fast simulation model. | |
| virtual StatusCode | BeginOfAthenaEvent (HitCollectionMap &) override |
| Begin of an athena event - do anything that needs to be done at the beginning of each athena event. | |
| virtual StatusCode | EndOfAthenaEvent (HitCollectionMap &) override |
| End of an athena event - do any tidying up required at the end of each athena event. | |
Protected Member Functions | |
| virtual G4VFastSimulationModel * | makeFastSimModel () override final |
| Method to make the actual fast simulation model itself, which will be owned by the tool. | |
| G4Region * | getRegion () const |
Protected Attributes | |
| Gaudi::Property< std::string > | m_regionName {this, "RegionName", ""} |
| The region to which this fast sim is assigned. | |
| Gaudi::Property< bool > | m_noRegions {this, "NoRegions", false} |
| This Fast Simulation has no regions associated with it. | |
Private Attributes | |
| ServiceHandle< ISF::IFastCaloSimParamSvc > | m_FastCaloSimSvc {this, "ISF_FastCaloSimV2ParamSvc", "ISF_FastCaloSimV2ParamSvc"} |
| PublicToolHandle< IFastCaloSimCaloTransportation > | m_FastCaloSimCaloTransportation {this, "FastCaloSimCaloTransportation", "FastCaloSimCaloTransportation", ""} |
| PublicToolHandle< IFastCaloSimCaloExtrapolation > | m_FastCaloSimCaloExtrapolation {this, "FastCaloSimCaloExtrapolation", "FastCaloSimCaloExtrapolation", ""} |
| PublicToolHandle< IG4CaloTransportTool > | m_G4CaloTransportTool {this, "G4CaloTransportTool", "G4CaloTransportTool", ""} |
| PublicToolHandle< IPunchThroughSimWrapper > | m_PunchThroughSimWrapper {this, "PunchThroughSimWrapper", "PunchThroughSimWrapper", ""} |
| Gaudi::Property< std::string > | m_CaloCellContainerSDName {this, "CaloCellContainerSDName", "", "Name of the associated CaloCellContainerSD"} |
| Gaudi::Property< bool > | m_doG4Transport {this, "doG4Transport", false, "Flag to enable G4 transportation"} |
| Gaudi::Property< bool > | m_doPunchThrough {this, "doPunchThrough", true, "Run punchthrough simulation for particle entering Calo-MS boundary"} |
Definition at line 23 of file FastCaloSimTool.h.
| FastCaloSimTool::FastCaloSimTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Default constructor.
Definition at line 9 of file FastCaloSimTool.cxx.
|
inlineoverridevirtualinherited |
Begin of an athena event - do anything that needs to be done at the beginning of each athena event.
Definition at line 43 of file FastSimulationBase.h.
|
inlineoverridevirtualinherited |
End of an athena event - do any tidying up required at the end of each athena event.
Definition at line 46 of file FastSimulationBase.h.
|
protectedinherited |
Definition at line 18 of file FastSimulationBase.cxx.
|
overrideinherited |
Construct and setup the fast simulation model.
This method invokes the makeFastSimModel of the derived concrete tool type. It is the derived class's responsibility to assign the fast simulation model to the correct regions. The fast simulation model is registered for deletion. In multi-threaded jobs, this method is called once on each geant4 worker thread during detector construction (ConstructSDandField).
Definition at line 28 of file FastSimulationBase.cxx.
|
finaloverrideprotectedvirtual |
Method to make the actual fast simulation model itself, which will be owned by the tool.
Must be implemented in all concrete base classes.
Definition at line 14 of file FastCaloSimTool.cxx.
|
private |
Definition at line 49 of file FastCaloSimTool.h.
|
private |
Definition at line 51 of file FastCaloSimTool.h.
|
private |
Definition at line 53 of file FastCaloSimTool.h.
|
private |
Definition at line 42 of file FastCaloSimTool.h.
|
private |
Definition at line 40 of file FastCaloSimTool.h.
|
private |
Definition at line 38 of file FastCaloSimTool.h.
|
private |
Definition at line 44 of file FastCaloSimTool.h.
|
protectedinherited |
This Fast Simulation has no regions associated with it.
Definition at line 55 of file FastSimulationBase.h.
|
private |
Definition at line 46 of file FastCaloSimTool.h.
|
protectedinherited |
The region to which this fast sim is assigned.
Definition at line 53 of file FastSimulationBase.h.