ATLAS Offline Software
ISensitiveDetectorMasterTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef G4ATLASINTERFACES_ISENSITIVEDETECTORMASTERTOOL_H
6 #define G4ATLASINTERFACES_ISENSITIVEDETECTORMASTERTOOL_H
7 
8 #include "GaudiKernel/IAlgTool.h"
9 
18 class ISensitiveDetectorMasterTool : virtual public IAlgTool {
19  public:
20 
22 
24 
27 
31  virtual StatusCode initializeSDs() = 0;
32 
38 
44 };
45 
46 #endif
ISensitiveDetectorMasterTool::~ISensitiveDetectorMasterTool
virtual ~ISensitiveDetectorMasterTool()
Definition: ISensitiveDetectorMasterTool.h:23
ISensitiveDetectorMasterTool
Definition: ISensitiveDetectorMasterTool.h:18
ISensitiveDetectorMasterTool::EndOfAthenaEvent
virtual StatusCode EndOfAthenaEvent()=0
End of athena event method.
ISensitiveDetectorMasterTool::ISensitiveDetectorMasterTool
ISensitiveDetectorMasterTool()
Definition: ISensitiveDetectorMasterTool.h:21
ISensitiveDetectorMasterTool::BeginOfAthenaEvent
virtual StatusCode BeginOfAthenaEvent()=0
Begin of athena event method.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ISensitiveDetectorMasterTool::DeclareInterfaceID
DeclareInterfaceID(ISensitiveDetectorMasterTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
ISensitiveDetectorMasterTool::initializeSDs
virtual StatusCode initializeSDs()=0
Method for initializing the SDs of each tool.