ATLAS Offline Software
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
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
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