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

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

#include <LArAutoCorrP1.h>

Collaboration diagram for LArAutoCorrP1:

Public Member Functions

 LArAutoCorrP1 ()
 
 LArAutoCorrP1 (const std::vector< float > &vAutoCorr)
 
bool isEmpty () const
 

Public Attributes

std::vector< float > m_vAutoCorr
 

Detailed Description

c-struct reproducing the structure of the persistent data

Author
W. Lampl, S. Laplace
Version
0-0-1 , 12/12/03 Changes:
  • 08/01/2004: float -> double
  • 21/01/2004: double to float :-) (only the transient will be double, but not the persistent)

Definition at line 24 of file LArAutoCorrP1.h.

Constructor & Destructor Documentation

◆ LArAutoCorrP1() [1/2]

LArAutoCorrP1::LArAutoCorrP1 ( )
inline

Definition at line 28 of file LArAutoCorrP1.h.

28 {}

◆ LArAutoCorrP1() [2/2]

LArAutoCorrP1::LArAutoCorrP1 ( const std::vector< float > &  vAutoCorr)
inline

Definition at line 29 of file LArAutoCorrP1.h.

29 : m_vAutoCorr(vAutoCorr) {}

Member Function Documentation

◆ isEmpty()

bool LArAutoCorrP1::isEmpty ( ) const
inline

Definition at line 30 of file LArAutoCorrP1.h.

30 { return (m_vAutoCorr.size() == 0); }

Member Data Documentation

◆ m_vAutoCorr

std::vector<float> LArAutoCorrP1::m_vAutoCorr

Definition at line 31 of file LArAutoCorrP1.h.


The documentation for this class was generated from the following file:
LArAutoCorrP1::m_vAutoCorr
std::vector< float > m_vAutoCorr
Definition: LArAutoCorrP1.h:31