ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_RawDataContainer_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 LUCID_RAWDATACONTAINER_P1_H
6#define LUCID_RAWDATACONTAINER_P1_H
7
9#include "LUCID_RawData_p1.h"
10#include <vector>
11#include <string>
12
13class LUCID_RawDataContainer_p1: public std::vector<LUCID_RawData_p1> {
14
15 public:
16
18};
19
20#endif