ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCalibrationHitsTestTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
10
11#ifndef G4ATLASTESTS_CALOCALIBRATIONHITSTESTTOOL_H
12#define G4ATLASTESTS_CALOCALIBRATIONHITSTESTTOOL_H
13
14#include "SimTestToolBase.h"
17
19
20
21 public:
22
23 CaloCalibrationHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent);
24
25 virtual StatusCode initialize() override;
26 virtual StatusCode processEvent() override;
27
28 private:
29 // keys
30 std::string m_calibHitType;
31 std::string m_hitcollkey;
32
33 //--histos--//
35 TH2 *m_rz, *m_etaphi;
38
40 , "CaloDetDescrManager"
41 , "CaloDetDescrManager"
42 , "SG Key for CaloDetDescrManager in the Condition Store" };
43
44};
45
46#endif
Definition of CaloDetDescrManager.
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
virtual StatusCode processEvent() override
virtual StatusCode initialize() override
CaloCalibrationHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
SimTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)