ATLAS Offline Software
H62004HECSDTool.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 LARG4H62004SD_H62004HECSDTOOL_H
6 #define LARG4H62004SD_H62004HECSDTOOL_H
7 
8 // System includes
9 #include <string>
10 
11 // Local includes
12 #include "H62004SimpleSDTool.h"
14 namespace LArG4
15 {
16 
26  {
27 
28  public:
29 
31  H62004HECSDTool(const std::string& type, const std::string& name,
32  const IInterface* parent);
33 
34  private:
35 
37 
39  G4VSensitiveDetector* makeSD() const override final;
40 
42  std::string m_hitCollName;
44  }; // class H62004HECSDTool
45 
46 } // namespace LArG4
47 
48 #endif
H62004SimpleSDTool.h
LArG4::H62004HECSDTool::m_calculator
ServiceHandle< ILArCalculatorSvc > m_calculator
Definition: H62004HECSDTool.h:43
LArG4::H62004HECSDTool::initializeCalculators
StatusCode initializeCalculators() override final
Initialize Calculator Services.
LArG4::H62004SimpleSDTool
Tool base class for LAr H6 2004 simple SD tools.
Definition: H62004SimpleSDTool.h:25
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
LArG4
Definition: LArWheelCalculatorEnums.h:8
LArG4::H62004HECSDTool::H62004HECSDTool
H62004HECSDTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.
LArG4::H62004HECSDTool
Tool for constructing H62004 SDs for HEC.
Definition: H62004HECSDTool.h:26
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
ILArCalculatorSvc
Definition: ILArCalculatorSvc.h:25
LArG4::H62004HECSDTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Create the SD wrapper for current worker thread.
LArG4::H62004HECSDTool::m_hitCollName
std::string m_hitCollName
Hit collection name.
Definition: H62004HECSDTool.h:42
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
ILArCalculatorSvc.h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
ServiceHandle
Definition: ClusterMakerTool.h:37