ATLAS Offline Software
Loading...
Searching...
No Matches
LArCaliWaveSubset_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
14#ifndef LARCONDTPCNV_LARCALIWAVESUBSET_P1
15#define LARCONDTPCNV_LARCALIWAVESUBSET_P1
16
25
28{
29
30public:
33 LArConditionsSubset_p1 m_subset; // stores febIDs etc.
34 std::vector<float> m_dt; // one per channel
35 std::vector<float> m_vAmplitudes; // m_samples per channel
36 std::vector<float> m_vErrors; // m_samples per channel
37 std::vector<int> m_vTriggers; // m_samples per channel
38 std::vector<unsigned> m_flag; // one per channel
39 std::vector<int> m_DAC;
40 unsigned int m_samples; // usualy 768 per channel
41};
42
43
44#endif // LARCONDTPCNV_LARWAVE_P1
This file defines the class used for persistent container of LAr conditions data.
LArConditionsSubset_p1 m_subset
std::vector< int > m_DAC
std::vector< float > m_vErrors
std::vector< int > m_vTriggers
std::vector< unsigned > m_flag
std::vector< float > m_vAmplitudes
std::vector< float > m_dt
persistent class container of LAr conditions data.