ATLAS Offline Software
Loading...
Searching...
No Matches
MuonLayerPrepRawData.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUON_MUONLAYERPREPRAWDATA_H
6#define MUON_MUONLAYERPREPRAWDATA_H
7
8#include <vector>
9
16
17namespace Muon {
18
23 std::vector<const MdtPrepDataCollection*> mdts;
24 std::vector<const RpcPrepDataCollection*> rpcs;
25 std::vector<const TgcPrepDataCollection*> tgcs;
26 std::vector<const CscPrepDataCollection*> cscs;
27 std::vector<const sTgcPrepDataCollection*> stgcs;
28 std::vector<const MMPrepDataCollection*> mms;
29 };
30
31} // namespace Muon
32
33#endif
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Struct to hold all PrepRawData collections in a given layer.
std::vector< const CscPrepDataCollection * > cscs
std::vector< const MMPrepDataCollection * > mms
std::vector< const TgcPrepDataCollection * > tgcs
std::vector< const MdtPrepDataCollection * > mdts
std::vector< const RpcPrepDataCollection * > rpcs
std::vector< const sTgcPrepDataCollection * > stgcs