ATLAS Offline Software
Loading...
Searching...
No Matches
CscSimData_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 CSCSIMDATA_P2_H
6#define CSCSIMDATA_P2_H
7
8#include <vector>
10#include "CscMcData_p1.h"
11
12namespace Muon {
14
15 public:
17 friend class CscSimDataCnv_p2;
18 int m_word;
19 std::vector < std::pair < HepMcParticleLink_p2, CscMcData_p1 > > m_deposits;
20
21 };
22
23}
24#endif
friend class CscSimDataCnv_p2
std::vector< std::pair< HepMcParticleLink_p2, CscMcData_p1 > > m_deposits
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.