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