Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ChamberT0s_p1.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 MUONEVENTTPCNV_CHAMBERT0S_P1_H
6 #define MUONEVENTTPCNV_CHAMBERT0S_P1_H
7 #include <map>
8 #include <vector>
9 
10 namespace Muon
11 {
13  {
14  public:
16  std::vector< std::pair < unsigned int, float > > m_t0s;
17  };
18 }
19 
20 #endif
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition: TrackSystemController.h:45
Muon::ChamberT0s_p1
Definition: ChamberT0s_p1.h:13
Muon::ChamberT0s_p1::ChamberT0s_p1
ChamberT0s_p1()
Definition: ChamberT0s_p1.h:15
Muon::ChamberT0s_p1::m_t0s
std::vector< std::pair< unsigned int, float > > m_t0s
Definition: ChamberT0s_p1.h:16