ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
LArOFCP.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 LARRAWCONDITIONS_LAROFCP
6
#define LARRAWCONDITIONS_LAROFCP
7
8
#include <vector>
9
15
class
LArOFCP
{
16
17
public
:
18
19
LArOFCP
():
m_timeOffset
(0) {}
20
bool
isEmpty
()
const
{
return
m_vOFC_a
.size() == 0 ; } ;
21
float
m_timeOffset
;
22
std::vector<std::vector<float> >
m_vOFC_a
;
23
std::vector<std::vector<float> >
m_vOFC_b
;
24
25
};
26
27
#endif
28
LArOFCP::m_vOFC_a
std::vector< std::vector< float > > m_vOFC_a
Definition:
LArOFCP.h:22
LArOFCP::m_vOFC_b
std::vector< std::vector< float > > m_vOFC_b
Definition:
LArOFCP.h:23
LArOFCP::m_timeOffset
float m_timeOffset
Definition:
LArOFCP.h:20
LArOFCP::LArOFCP
LArOFCP()
Definition:
LArOFCP.h:19
LArOFCP::isEmpty
bool isEmpty() const
Definition:
LArOFCP.h:20
LArOFCP
c-struct reproducing the structure of the persistent data
Definition:
LArOFCP.h:15
Generated on Thu Nov 7 2024 21:19:48 for ATLAS Offline Software by
1.8.18