ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14
15class LArOFCP{
16
17public:
18
20 bool isEmpty() const { return m_vOFC_a.size() == 0 ; } ;
22 std::vector<std::vector<float> > m_vOFC_a;
23 std::vector<std::vector<float> > m_vOFC_b;
24
25};
26
27#endif
28
std::vector< std::vector< float > > m_vOFC_a
Definition LArOFCP.h:22
std::vector< std::vector< float > > m_vOFC_b
Definition LArOFCP.h:23
LArOFCP()
Definition LArOFCP.h:19
bool isEmpty() const
Definition LArOFCP.h:20
float m_timeOffset
Definition LArOFCP.h:21