ATLAS Offline Software
MuonMCData_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 MUONMCDATA_P1_H
6 #define MUONMCDATA_P1_H
7 
8 namespace Muon {
9  class MuonMCData_p1 {
10 
11  public:
13  friend class MuonMCDataCnv_p1;
14  double m_first;
15  float m_second;
16  };
17 }
18 #endif
Muon::MuonMCData_p1::m_second
float m_second
Definition: MuonMCData_p1.h:15
Muon::MuonMCData_p1
Definition: MuonMCData_p1.h:9
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MuonMCData_p1::m_first
double m_first
Definition: MuonMCData_p1.h:14
MuonMCDataCnv_p1
Definition: MuonMCDataCnv_p1.h:14
Muon::MuonMCData_p1::MuonMCData_p1
MuonMCData_p1()
Definition: MuonMCData_p1.h:12