ATLAS Offline Software
LArCalorimeter
LArCnv
LArTPCnv
LArTPCnv
LArDigitContainer_p2.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 LARDIGITCONTAINER_P2_H
6
#define LARDIGITCONTAINER_P2_H
7
8
#include <vector>
9
10
class
LArDigitContainer_p2
{
11
public
:
12
unsigned
char
m_nSamples
;
//identical for all readout channels
13
std::vector<unsigned char>
m_gain
;
//2 bits per online-hash. 0:no data 1,2,3:gain+1
14
std::vector<short>
m_samples
;
15
};
16
17
18
#endif
LArDigitContainer_p2::m_nSamples
unsigned char m_nSamples
Definition:
LArDigitContainer_p2.h:12
LArDigitContainer_p2
Definition:
LArDigitContainer_p2.h:10
LArDigitContainer_p2::m_samples
std::vector< short > m_samples
Definition:
LArDigitContainer_p2.h:14
LArDigitContainer_p2::m_gain
std::vector< unsigned char > m_gain
Definition:
LArDigitContainer_p2.h:13
Generated on Sun Dec 22 2024 21:13:24 for ATLAS Offline Software by
1.8.18