ATLAS Offline Software
LArCalorimeter
LArCnv
LArTPCnv
LArTPCnv
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
13
class
LArTTL1Cnv_p1
;
14
15
class
LArTTL1_p1
{
16
17
// Make the AthenaPoolCnv class our friend
18
friend
class
LArTTL1Cnv_p1
;
19
20
public
:
21
24
LArTTL1_p1
() :
m_offlineId
(),
m_samples
() {}
25
26
private
:
27
28
Identifier
m_offlineId
;
29
std::vector<float>
m_samples
;
30
31
};
32
33
#endif //> LARTPCNV_LARTTL1_P1_H
LArTTL1_p1::m_offlineId
Identifier m_offlineId
Definition:
LArTTL1_p1.h:28
LArTTL1_p1
Definition:
LArTTL1_p1.h:15
LArTTL1_p1::LArTTL1_p1
LArTTL1_p1()
Default constructor:
Definition:
LArTTL1_p1.h:24
LArTTL1_p1::m_samples
std::vector< float > m_samples
Definition:
LArTTL1_p1.h:29
LArTTL1Cnv_p1
Definition:
LArTTL1Cnv_p1.h:19
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Sun Dec 22 2024 21:13:48 for ATLAS Offline Software by
1.8.18