ATLAS Offline Software
Loading...
Searching...
No Matches
TgcDigitTimeOffsetData.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONCONDDATA_TGCDIGITTIMEOFFSETDATA_H_
6#define MUONCONDDATA_TGCDIGITTIMEOFFSETDATA_H_
7
10#include <map>
11
12/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
13 * stripOffset : std::map<ChamberId, strip_timeOffset> *
14 * wireOffset : std::map<ChamberId, wire_timeOffset> *
15 * where *
16 * ChamberId = (station number, 41...48)<<3 + (station eta, 1...5) *
17 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
18
20{
21public:
23 virtual ~TgcDigitTimeOffsetData() = default;
24
25 std::map<uint16_t, float> stripOffset;
26 std::map<uint16_t, float> wireOffset;
27};
28
30
31#include "AthenaKernel/CondCont.h"
33
34#endif // MUONCONDDATA_TGCDIGITTIMEOFFSETDATA_H_
35
Provide an interface for finding inheritance information at run time.
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Hold mapping of ranges to condition objects.
Definition CondCont.h:889
std::map< uint16_t, float > stripOffset
std::map< uint16_t, float > wireOffset
virtual ~TgcDigitTimeOffsetData()=default