ATLAS Offline Software
CaloCellContainerSDTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ISF_FASTCALOSIMPARAMETRIZATION_CALOCELLCONTAINERTOOL_H
6 #define ISF_FASTCALOSIMPARAMETRIZATION_CALOCELLCONTAINERTOOL_H
7 
8 // Base class header
10 
11 /* Fast hit converter include to take into account sampling fractions */
13 
14 class G4VSensitiveDetector;
15 
17 {
18 public:
19  // Constructor
20  CaloCellContainerSDTool(const std::string& type, const std::string& name, const IInterface* parent);
21  // Destructor
23 
25  StatusCode SetupEvent() override final;
27  StatusCode Gather() override final;
28 
29 protected:
30  // Make me an SD!
31  G4VSensitiveDetector* makeSD() const override final;
33 
34 };
35 
36 #endif //ISF_FASTCALOSIMPARAMETRIZATION_CALOCELLCONTAINERTOOL_H
CaloCellContainerSDTool::Gather
StatusCode Gather() override final
End of an athena event.
Definition: CaloCellContainerSDTool.cxx:41
CaloCellContainerSDTool::SetupEvent
StatusCode SetupEvent() override final
Beginning of an athena event.
Definition: CaloCellContainerSDTool.cxx:19
SensitiveDetectorBase
Common base class for tools that create and manage Geant4 sensitive detectors.
Definition: SensitiveDetectorBase.h:42
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
CaloCellContainerSDTool
Definition: CaloCellContainerSDTool.h:17
protected
#define protected
Definition: DetDescrConditionsDict_dict_fixes.cxx:14
ICaloCellMakerTool
Definition: ICaloCellMakerTool.h:20
CaloCellContainerSDTool::CaloCellContainerSDTool
CaloCellContainerSDTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: CaloCellContainerSDTool.cxx:12
CaloCellContainerSDTool::~CaloCellContainerSDTool
~CaloCellContainerSDTool()
Definition: CaloCellContainerSDTool.h:22
CaloCellContainerSDTool::m_FastHitConvertTool
PublicToolHandle< ICaloCellMakerTool > m_FastHitConvertTool
Definition: CaloCellContainerSDTool.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
ICaloCellMakerTool.h
SensitiveDetectorBase.h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
CaloCellContainerSDTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Definition: CaloCellContainerSDTool.cxx:64