ATLAS Offline Software
LArCaliWaveSubset_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
13 #ifndef LARCONDTPCNV_LARCALIWAVESUBSET_P3
14 #define LARCONDTPCNV_LARCALIWAVESUBSET_P3
15 
27 {
28 
29 public:
31  : m_samples(0) {}
32  LArConditionsSubset_p1 m_subset; // stores febIDs etc..
33  std::vector<float> m_dt; // one per channel
34  std::vector<float> m_vAmplitudes; // m_samples per channel
35  std::vector<float> m_vErrors; // m_samples per channel
36  std::vector<int> m_vTriggers; // m_samples per channel
37  std::vector<unsigned short> m_vDAC; // how many dac values per channel
38  std::vector<unsigned> m_flag; // one per channel
39  std::vector<int> m_DAC; // DAC values
40  std::vector<int> m_isPulsed; // isPulsed values
41  unsigned int m_samples; // usualy 768 per channel
42 };
43 
44 
45 #endif // LARCONDTPCNV_LARCALIWAVESUBSET_P3
LArCaliWaveSubset_p3::m_vDAC
std::vector< unsigned short > m_vDAC
Definition: LArCaliWaveSubset_p3.h:37
LArCaliWaveSubset_p3::m_vTriggers
std::vector< int > m_vTriggers
Definition: LArCaliWaveSubset_p3.h:36
LArCaliWaveSubset_p3::m_dt
std::vector< float > m_dt
Definition: LArCaliWaveSubset_p3.h:33
LArCaliWaveSubset_p3::LArCaliWaveSubset_p3
LArCaliWaveSubset_p3()
Definition: LArCaliWaveSubset_p3.h:30
LArCaliWaveSubset_p3::m_isPulsed
std::vector< int > m_isPulsed
Definition: LArCaliWaveSubset_p3.h:40
LArCaliWaveSubset_p3::m_vErrors
std::vector< float > m_vErrors
Definition: LArCaliWaveSubset_p3.h:35
LArCaliWaveSubset_p3
persistent class container of LArCaliWave data.
Definition: LArCaliWaveSubset_p3.h:27
LArCaliWaveSubset_p3::m_vAmplitudes
std::vector< float > m_vAmplitudes
Definition: LArCaliWaveSubset_p3.h:34
LArCaliWaveSubset_p3::m_flag
std::vector< unsigned > m_flag
Definition: LArCaliWaveSubset_p3.h:38
LArCaliWaveSubset_p3::m_DAC
std::vector< int > m_DAC
Definition: LArCaliWaveSubset_p3.h:39
LArConditionsSubset_p1
persistent class container of LAr conditions data. Holds the generic information a LArConditionsSubse...
Definition: LArConditionsSubset_p1.h:39
LArConditionsSubset_p1.h
This file defines the class used for persistent container of LAr conditions data.
LArCaliWaveSubset_p3::m_subset
LArConditionsSubset_p1 m_subset
Definition: LArCaliWaveSubset_p3.h:32
LArCaliWaveSubset_p3::m_samples
unsigned int m_samples
Definition: LArCaliWaveSubset_p3.h:41