ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArOFCP Class Reference

c-struct reproducing the structure of the persistent data More...

#include <LArOFCP.h>

Collaboration diagram for LArOFCP:

Public Member Functions

 LArOFCP ()
 
bool isEmpty () const
 

Public Attributes

float m_timeOffset
 
std::vector< std::vector< float > > m_vOFC_a
 
std::vector< std::vector< float > > m_vOFC_b
 

Detailed Description

c-struct reproducing the structure of the persistent data

Author
W. Lampl, S. Laplace
Version
0-0-1 , 12/12/03

Definition at line 15 of file LArOFCP.h.

Constructor & Destructor Documentation

◆ LArOFCP()

LArOFCP::LArOFCP ( )
inline

Definition at line 19 of file LArOFCP.h.

19 : m_timeOffset(0) {}

Member Function Documentation

◆ isEmpty()

bool LArOFCP::isEmpty ( ) const
inline

Definition at line 20 of file LArOFCP.h.

20 { return m_vOFC_a.size() == 0 ; } ;

Member Data Documentation

◆ m_timeOffset

float LArOFCP::m_timeOffset

Definition at line 21 of file LArOFCP.h.

◆ m_vOFC_a

std::vector<std::vector<float> > LArOFCP::m_vOFC_a

Definition at line 22 of file LArOFCP.h.

◆ m_vOFC_b

std::vector<std::vector<float> > LArOFCP::m_vOFC_b

Definition at line 23 of file LArOFCP.h.


The documentation for this class was generated from the following file:
LArOFCP::m_vOFC_a
std::vector< std::vector< float > > m_vOFC_a
Definition: LArOFCP.h:22
LArOFCP::m_timeOffset
float m_timeOffset
Definition: LArOFCP.h:20