#include <FastSimulationMasterTool.h>
Definition at line 16 of file FastSimulationMasterTool.h.
 
◆ FastSimulationMasterTool()
      
        
          | FastSimulationMasterTool::FastSimulationMasterTool | ( | const std::string & | type, | 
        
          |  |  | const std::string & | name, | 
        
          |  |  | const IInterface * | parent | 
        
          |  | ) |  |  | 
      
 
 
◆ ~FastSimulationMasterTool()
  
  | 
        
          | virtual FastSimulationMasterTool::~FastSimulationMasterTool | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ BeginOfAthenaEvent()
  
  | 
        
          | StatusCode FastSimulationMasterTool::BeginOfAthenaEvent | ( |  | ) |  |  | finaloverride | 
 
 
◆ EndOfAthenaEvent()
  
  | 
        
          | StatusCode FastSimulationMasterTool::EndOfAthenaEvent | ( |  | ) |  |  | finaloverride | 
 
!< Base class method that calls BeginOfAthenaEvent for all fast simulation models. 
Definition at line 42 of file FastSimulationMasterTool.cxx.
   45     CHECK(ifs->EndOfAthenaEvent());
 
   47   return StatusCode::SUCCESS;
 
 
 
 
◆ initializeFastSims()
  
  | 
        
          | StatusCode FastSimulationMasterTool::initializeFastSims | ( |  | ) |  |  | finaloverride | 
 
 
◆ m_FastSimList
  
  | 
        
          | ToolHandleArray<IFastSimulation> FastSimulationMasterTool::m_FastSimList {this, "FastSimulations", {}, "Tool handle array of fast simulation tools"} |  | private | 
 
 
The documentation for this class was generated from the following files: