ATLAS Offline Software
Loading...
Searching...
No Matches
STGC_RawDataCollection_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 STGC_RAWDATACOLLECTION_P1_H
6#define STGC_RAWDATACOLLECTION_P1_H
7
8#include <vector>
9#include "STGC_RawData_p1.h"
10
11namespace Muon {
13 : public std::vector< Muon::STGC_RawData_p1>
14 {
15 public:
16 // Default constructor
18 unsigned int m_idHash;
19 };
20}
21
22#endif
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.