ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSimData_p2.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 MUONSIMDATA_P2_H
6#define MUONSIMDATA_P2_H
7
8#include <vector>
10#include "MuonMCData_p1.h"
11
12namespace Muon {
14
15 public:
16 MuonSimData_p2() : m_word(0), x(0.), y(0.), z(0.), t(0.) {};
17 friend class MuonSimDataCnv_p2;
18 int m_word;
19 std::vector < std::pair < HepMcParticleLink_p2, MuonMCData_p1 > > m_deposits;
20 float x;
21 float y;
22 float z;
23 float t;
24 };
25}
26#endif
friend class MuonSimDataCnv_p2
std::vector< std::pair< HepMcParticleLink_p2, MuonMCData_p1 > > m_deposits
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.