ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloHVDummyContainers.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef L1CALOHVDUMMYCONTAINERS_H
6#define L1CALOHVDUMMYCONTAINERS_H
7
11
12#include <string>
13
14// forward declrations
15class CaloIdManager;
16class CaloCell_ID;
19
25
27{
28 public:
29 L1CaloHVDummyContainers(const std::string& name, ISvcLocator *pSvcLocator);
31
32 virtual StatusCode initialize() override;
33 virtual StatusCode execute() override;
34 virtual StatusCode finalize() override;
35
36 private:
39
43 , "CaloDetDescrManager"
44 , "CaloDetDescrManager"
45 , "SG Key for CaloDetDescrManager in the Condition Store" };
46
47
49};
50
51#endif // L1CALOHVDUMMYCONTAINERS_H
Definition of CaloDetDescrManager.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Helper class for offline cell identifiers.
Definition CaloCell_ID.h:34
This class groups all DetDescr information related to a CaloCell.
This is a base class for LAr and Tile Descriptors The primary goal is to speed up loops over all the ...
This class initializes the Calo (LAr and Tile) offline identifiers.
virtual StatusCode finalize() override
const CaloCell_ID * m_caloCellHelper
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
virtual StatusCode execute() override
virtual StatusCode initialize() override
L1CaloHVDummyContainers(const std::string &name, ISvcLocator *pSvcLocator)
const CaloIdManager * m_caloMgr