ATLAS Offline Software
H62004DeadSDTool.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_H62004DEADSDTOOL_H
6 #define LARG4H62004SD_H62004DEADSDTOOL_H
7 
8 // System includes
9 #include <string>
10 #include <vector>
11 
12 // Local includes
13 #include "H62004CalibSDTool.h"
15 
16 namespace LArG4
17 {
18 
28  {
29 
30  public:
31 
33  H62004DeadSDTool(const std::string& type, const std::string& name,
34  const IInterface* parent);
35 
36  private:
38 
40  G4VSensitiveDetector* makeSD() const override final;
41 
43  std::string m_hitCollName;
44 
48  bool m_do_eep;
49 
50  }; // class H62004DeadSDTool
51 
52 } // namespace LArG4
53 
54 #endif
LArG4::H62004CalibSDTool
Tool base class for LAr H6 2004 calibration SD tools.
Definition: H62004CalibSDTool.h:25
LArG4::H62004DeadSDTool::initializeCalculators
StatusCode initializeCalculators() override final
Initialize Calculator Services.
LArG4::H62004DeadSDTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Create the SD wrapper for current worker thread.
LArG4::H62004DeadSDTool::m_calculator
ServiceHandle< ILArCalibCalculatorSvc > m_calculator
Definition: H62004DeadSDTool.h:45
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
LArG4
Definition: LArWheelCalculatorEnums.h:8
LArG4::H62004DeadSDTool::m_do_eep
bool m_do_eep
Do we add the escaped energy processing? This is only in "mode 1" (Tile+LAr), not in "DeadLAr" mode.
Definition: H62004DeadSDTool.h:48
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
ILArCalibCalculatorSvc.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArG4::H62004DeadSDTool::H62004DeadSDTool
H62004DeadSDTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.
LArG4::H62004DeadSDTool::m_hitCollName
std::string m_hitCollName
Hit collection name.
Definition: H62004DeadSDTool.h:43
ILArCalibCalculatorSvc
Definition: ILArCalibCalculatorSvc.h:23
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
H62004CalibSDTool.h
LArG4::H62004DeadSDTool
Tool for constructing H62004 calib SDs for dead material.
Definition: H62004DeadSDTool.h:28
ServiceHandle
Definition: ClusterMakerTool.h:37