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

Persistent data for LArRamp Copied from LAr. More...

#include <LArRampP.h>

Collaboration diagram for LArRampP:

Public Member Functions

 LArRampP ()
 
bool isEmpty () const
 

Public Attributes

std::vector< float > m_vRamp
 

Detailed Description

Persistent data for LArRamp Copied from LAr.

Author
W. Lampl, S. Laplace, H. Ma
Version
0-0-1 , March 29,2005

Definition at line 23 of file LArRampP.h.

Constructor & Destructor Documentation

◆ LArRampP()

LArRampP::LArRampP ( )
inline

Definition at line 27 of file LArRampP.h.

27 {}

Member Function Documentation

◆ isEmpty()

bool LArRampP::isEmpty ( ) const
inline

Definition at line 28 of file LArRampP.h.

28 { return (m_vRamp.size() == 0); }

Member Data Documentation

◆ m_vRamp

std::vector<float> LArRampP::m_vRamp

Definition at line 29 of file LArRampP.h.


The documentation for this class was generated from the following file:
LArRampP::m_vRamp
std::vector< float > m_vRamp
Definition: LArRampP.h:29