ATLAS Offline Software
Loading...
Searching...
No Matches
CscSimDataCollection_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 CSCSIMDATACOLLECTION_P1_H
6#define CSCSIMDATACOLLECTION_P1_H
7
8#include <vector>
9#include "CscSimData_p1.h"
10#include "Identifier/Identifier.h"
11
12namespace Muon {
14
15 public:
17 std::vector<std::pair<Identifier32::value_type, CscSimData_p1> > m_cscsimdata;
18 };
19}
20#endif
std::vector< std::pair< Identifier32::value_type, CscSimData_p1 > > m_cscsimdata
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.