ATLAS Offline Software
Loading...
Searching...
No Matches
CscMcData_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 CSCMCDATA_P1_H
6#define CSCMCDATA_P1_H
7
8namespace Muon {
10
11 public:
12 CscMcData_p1() : m_energy(-9999.), m_ypos(-9999.), m_zpos(-9999.), m_charge(0.0) {};
13 friend class MuonMCDataCnv_p1;
14 float m_energy;
15 float m_ypos;
16 float m_zpos;
17 float m_charge;
18 };
19}
20#endif
friend class MuonMCDataCnv_p1
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.