ATLAS Offline Software
LArDSPThresholdsSubset_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 
15 #ifndef LARCONDTPCNV_LARDSPTHRESHOLDSUBSET_P1_H
16 #define LARCONDTPCNV_LARDSPTHRESHOLDSUBSET_P1_H
17 
19 
30 {
31 
32 public:
35  std::vector<float> m_tQThr;
36  std::vector<float> m_samplesThr;
37  std::vector<float> m_trigSumThr;
38 
39 };
40 
41 
42 #endif
LArDSPThresholdsSubset_p1
persistent class container of LArConditionsSubset for LArDSPThresholds data.
Definition: LArDSPThresholdsSubset_p1.h:30
LArDSPThresholdsSubset_p1::LArDSPThresholdsSubset_p1
LArDSPThresholdsSubset_p1()
Definition: LArDSPThresholdsSubset_p1.h:33
LArDSPThresholdsSubset_p1::m_samplesThr
std::vector< float > m_samplesThr
Definition: LArDSPThresholdsSubset_p1.h:36
LArDSPThresholdsSubset_p1::m_subset
LArConditionsSubset_p1 m_subset
Definition: LArDSPThresholdsSubset_p1.h:34
LArDSPThresholdsSubset_p1::m_trigSumThr
std::vector< float > m_trigSumThr
Definition: LArDSPThresholdsSubset_p1.h:37
LArConditionsSubset_p1
persistent class container of LAr conditions data. Holds the generic information a LArConditionsSubse...
Definition: LArConditionsSubset_p1.h:39
LArDSPThresholdsSubset_p1::m_tQThr
std::vector< float > m_tQThr
Definition: LArDSPThresholdsSubset_p1.h:35
LArConditionsSubset_p1.h
This file defines the class used for persistent container of LAr conditions data.