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

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

#include <LArRampP1.h>

Collaboration diagram for LArRampP1:

Public Member Functions

 LArRampP1 ()
 
 LArRampP1 (const std::vector< float > &vRamp)
 
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 LArRampP1.h.

Constructor & Destructor Documentation

◆ LArRampP1() [1/2]

LArRampP1::LArRampP1 ( )
inline

Definition at line 27 of file LArRampP1.h.

27 {}

◆ LArRampP1() [2/2]

LArRampP1::LArRampP1 ( const std::vector< float > &  vRamp)
inline

Definition at line 28 of file LArRampP1.h.

28 : m_vRamp(vRamp) {}

Member Function Documentation

◆ isEmpty()

bool LArRampP1::isEmpty ( ) const
inline

Definition at line 29 of file LArRampP1.h.

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

Member Data Documentation

◆ m_vRamp

std::vector<float> LArRampP1::m_vRamp

Definition at line 30 of file LArRampP1.h.


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