ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_DigitContainer_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_DIGITCONTAINER_P1_H
6#define LUCID_DIGITCONTAINER_P1_H
7
8// Persistent represenation of a LUCID_DigitContainer
9// Author: Jacob Groth-Jensen
10
12#include "LUCID_Digit_p1.h"
13#include <vector>
14#include <string>
15
16class LUCID_DigitContainer_p1: public std::vector<LUCID_Digit_p1> {
17
18 public:
19
21};
22
23#endif