ATLAS Offline Software
Loading...
Searching...
No Matches
LArRawChannelCollection_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
6#ifndef LARTPCNV_LARRAWCHANNELCOLLECTION_P1_H
7#define LARTPCNV_LARRAWCHANNELCOLLECTION_P1_H
8
10
11#include <vector>
12
18class LArRawChannelCollection_p1 : public std::vector<LArRawChannel_p1> {
19
20 public:
21
23
25
26 private:
27
28 // Identifier of this collection
29 unsigned int m_id;
30
31};
32
33#endif