ATLAS Offline Software
Loading...
Searching...
No Matches
TileMuonReceiverReadCnt.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5//****************************************************************************
6// Filename : TileMuonReceiverReadCnt.h
7// Author :
8// Created : April 2014
9//
10// DESCRIPTION
11// To read a container of the TileContainer type
12//
13// Properties (JobOption Parameters):
14//
15//
16//
17// BUGS:
18//
19// History:
20//
21//
22//****************************************************************************
23
24#ifndef TILERECALGS_TILEMUONRECEIVERREADCNT_H
25#define TILERECALGS_TILEMUONRECEIVERREADCNT_H
26
27// Tile includes
31
32// Atlas includes
35
36#include <string>
37
38class TileID;
39class TileHWID;
40
42public:
43 // Constructor
44 TileMuonReceiverReadCnt(const std::string& name, ISvcLocator* pSvcLocator);
45
46 // Destructor
47 virtual ~TileMuonReceiverReadCnt();
48
49 // Gaudi Hooks
50 StatusCode initialize();
51 StatusCode execute();
52 StatusCode finalize();
53
54private:
55
57 "MuRcvDigitsCnt", "Input Tile digits container key"};
58
60 "MuRcvRawChCnt",
61 "Input Tile raw channel container key"};
62
64 "TileMuRcvCnt",
65 "Input Tile muon receiver container key"};
66
67
68
71};
72
73#endif // TILERECALGS_TILECELLVERIFY_H
74
Property holding a SG store/key/clid from which a ReadHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Property holding a SG store/key/clid from which a ReadHandle is made.
Helper class for TileCal online (hardware) identifiers.
Definition TileHWID.h:49
Helper class for TileCal offline identifiers.
Definition TileID.h:67
SG::ReadHandleKey< TileMuonReceiverContainer > m_muonReceiverContainerKey
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainerKey
SG::ReadHandleKey< TileDigitsContainer > m_digitsContainerKey
TileMuonReceiverReadCnt(const std::string &name, ISvcLocator *pSvcLocator)