ATLAS Offline Software
LArG4H6WarmTCSDTool.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 __LArG4H6WarmTCSDTool_H__
6 #define __LArG4H6WarmTCSDTool_H__
7 
9 
11 {
12 public:
13  LArG4H6WarmTCSDTool(const std::string& type, const std::string& name, const IInterface *parent);
15 
16  G4VSensitiveDetector* makeSD() const override final;
17 
18  // Calls down to all the SDs to get them to pack their hits into a central collection
19  StatusCode Gather() override final;
20 };
21 
22 #endif // __LArG4H6WarmTCSDTool_h__
LArG4H6WarmTCSDTool::LArG4H6WarmTCSDTool
LArG4H6WarmTCSDTool(const std::string &type, const std::string &name, const IInterface *parent)
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
LArG4H6WarmTCSDTool::~LArG4H6WarmTCSDTool
~LArG4H6WarmTCSDTool()
Definition: LArG4H6WarmTCSDTool.h:14
LArG4H6WarmTCSDTool::Gather
StatusCode Gather() override final
End of an athena event.
LArG4H6WarmTCSDTool::makeSD
G4VSensitiveDetector * makeSD() const override final
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
SensitiveDetectorBase.h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
LArG4H6WarmTCSDTool
Definition: LArG4H6WarmTCSDTool.h:11