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

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

#include <LArAutoCorrP.h>

Collaboration diagram for LArAutoCorrP:

Public Member Functions

 LArAutoCorrP ()
 
bool isEmpty () const
 

Public Attributes

std::vector< double > 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 LArAutoCorrP.h.

Constructor & Destructor Documentation

◆ LArAutoCorrP()

LArAutoCorrP::LArAutoCorrP ( )
inline

Definition at line 28 of file LArAutoCorrP.h.

28 {}

Member Function Documentation

◆ isEmpty()

bool LArAutoCorrP::isEmpty ( ) const
inline

Definition at line 29 of file LArAutoCorrP.h.

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

Member Data Documentation

◆ m_vAutoCorr

std::vector<double> LArAutoCorrP::m_vAutoCorr

Definition at line 30 of file LArAutoCorrP.h.


The documentation for this class was generated from the following file:
LArAutoCorrP::m_vAutoCorr
std::vector< double > m_vAutoCorr
Definition: LArAutoCorrP.h:30