ATLAS Offline Software
SiHitsTestTool.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 G4AT_SIHITSTESTTOOL
6 #define G4AT_SIHITSTESTTOOL
7 
8 #include "SimTestToolBase.h"
9 
10 
12 
13 
14 public:
15 
16  SiHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent);
17 
19 
21 
22  private:
23  std::string m_collection;
24  // general
26  // specialised (Pixel/SCT)
33 };
34 
35 #endif
SiHitsTestTool::m_hits_log_step_length
TH1 * m_hits_log_step_length
Definition: SiHitsTestTool.h:32
SiHitsTestTool::m_hits_edep
TH1 * m_hits_edep
Definition: SiHitsTestTool.h:27
SiHitsTestTool::m_hits_xy
TH2 * m_hits_xy
Definition: SiHitsTestTool.h:28
SiHitsTestTool::initialize
StatusCode initialize()
Definition: SiHitsTestTool.cxx:31
SiHitsTestTool::m_hits_step_length
TH1 * m_hits_step_length
Definition: SiHitsTestTool.h:32
SiHitsTestTool::m_hits_edep_zr
TH2 * m_hits_edep_zr
Definition: SiHitsTestTool.h:29
SiHitsTestTool::m_hits_zr
TH2 * m_hits_zr
Definition: SiHitsTestTool.h:28
SimTestToolBase
Definition: SimTestToolBase.h:20
SimTestToolBase.h
SiHitsTestTool::m_hits_time
TH1 * m_hits_time
Definition: SiHitsTestTool.h:27
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
SiHitsTestTool::processEvent
StatusCode processEvent()
Definition: SiHitsTestTool.cxx:90
test_pyathena.parent
parent
Definition: test_pyathena.py:15
TH2
Definition: rootspy.cxx:373
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
SiHitsTestTool::m_hits_log_edep
TH1 * m_hits_log_edep
Definition: SiHitsTestTool.h:27
SiHitsTestTool::SiHitsTestTool
SiHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: SiHitsTestTool.cxx:16
SiHitsTestTool
Definition: SiHitsTestTool.h:11
SiHitsTestTool::m_hits_log_barcode
TH1 * m_hits_log_barcode
Definition: SiHitsTestTool.h:31
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
TH1
Definition: rootspy.cxx:268
SiHitsTestTool::m_indetBarrel
TH2 * m_indetBarrel
Definition: SiHitsTestTool.h:25
SiHitsTestTool::m_indetLongView
TH2 * m_indetLongView
Definition: SiHitsTestTool.h:25
SiHitsTestTool::m_hits_edep_r
TH1 * m_hits_edep_r
Definition: SiHitsTestTool.h:30
SiHitsTestTool::m_hits_edep_z
TH1 * m_hits_edep_z
Definition: SiHitsTestTool.h:30
SiHitsTestTool::m_collection
std::string m_collection
Definition: SiHitsTestTool.h:23