ATLAS Offline Software
MuonSpectrometer
MuonRDO
MuonRDO
RpcBis78_TrigRawDataContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2021-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef RpcBis78_TRIGRAWDATACONTAINER_H
6
#define RpcBis78_TRIGRAWDATACONTAINER_H
7
8
#include "
AthContainers/DataVector.h
"
9
#include "
AthenaKernel/CLASS_DEF.h
"
10
11
#include "
MuonRDO/RpcBis78_TrigRawData.h
"
12
13
/*
14
This class is for BIS78 trigger simulation.
15
BIS78 trigger goes to TGC sector logic.
16
This is different from other BIS chambers of phase 2, in this case the
17
trigger is in the barrel logic. A different class may be needed.
18
*/
19
20
namespace
Muon
{
21
class
RpcBis78_TrigRawDataContainer
:
public
DataVector
<Muon::RpcBis78_TrigRawData> {
22
23
public
:
24
RpcBis78_TrigRawDataContainer
()=
default
;
25
~RpcBis78_TrigRawDataContainer
() =
default
;
26
27
private
:
28
29
30
};
31
}
32
33
CLASS_DEF
(
Muon::RpcBis78_TrigRawDataContainer
,1340556290,1)
34
35
#endif
36
37
38
39
40
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition:
TrackSystemController.h:45
Muon::RpcBis78_TrigRawDataContainer
Definition:
RpcBis78_TrigRawDataContainer.h:21
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:581
RpcBis78_TrigRawData.h
Muon::RpcBis78_TrigRawDataContainer::RpcBis78_TrigRawDataContainer
RpcBis78_TrigRawDataContainer()=default
Muon::RpcBis78_TrigRawDataContainer::~RpcBis78_TrigRawDataContainer
~RpcBis78_TrigRawDataContainer()=default
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Thu Nov 7 2024 21:24:57 for ATLAS Offline Software by
1.8.18