ATLAS Offline Software
Loading...
Searching...
No Matches
LArTTL1_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARTPCNV_LARTTL1_P1_H
6#define LARTPCNV_LARTTL1_P1_H
7
8#include <vector>
9
10#include "Identifier/Identifier.h"
11
12// forward declarations
13class LArTTL1Cnv_p1;
14
16
17 // Make the AthenaPoolCnv class our friend
18 friend class LArTTL1Cnv_p1;
19
20public:
21
25
26private:
27
29 std::vector<float> m_samples;
30
31};
32
33#endif //> LARTPCNV_LARTTL1_P1_H
friend class LArTTL1Cnv_p1
Definition LArTTL1_p1.h:18
LArTTL1_p1()
Default constructor:
Definition LArTTL1_p1.h:24
std::vector< float > m_samples
Definition LArTTL1_p1.h:29
Identifier m_offlineId
Definition LArTTL1_p1.h:28