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

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

#include <LArShapeP1.h>

Collaboration diagram for LArShapeP1:

Public Member Functions

 LArShapeP1 ()
 
 LArShapeP1 (const std::vector< float > &shape, const std::vector< float > &shapeDer)
 
bool isEmpty () const
 

Public Attributes

std::vector< float > m_vShape
 
std::vector< float > m_vShapeDer
 

Detailed Description

c-struct reproducing the structure of the persistent data

Author
S. Laplace
Version
0-0-1 , 21/01/2004

Definition at line 15 of file LArShapeP1.h.

Constructor & Destructor Documentation

◆ LArShapeP1() [1/2]

LArShapeP1::LArShapeP1 ( )
inline

Definition at line 19 of file LArShapeP1.h.

19 {}

◆ LArShapeP1() [2/2]

LArShapeP1::LArShapeP1 ( const std::vector< float > &  shape,
const std::vector< float > &  shapeDer 
)
inline

Definition at line 20 of file LArShapeP1.h.

22  : m_vShape(shape), m_vShapeDer(shapeDer) {}

Member Function Documentation

◆ isEmpty()

bool LArShapeP1::isEmpty ( ) const
inline

Definition at line 23 of file LArShapeP1.h.

23 { return m_vShape.size() == 0 ; } ;

Member Data Documentation

◆ m_vShape

std::vector<float> LArShapeP1::m_vShape

Definition at line 24 of file LArShapeP1.h.

◆ m_vShapeDer

std::vector<float> LArShapeP1::m_vShapeDer

Definition at line 25 of file LArShapeP1.h.


The documentation for this class was generated from the following file:
LArShapeP1::m_vShapeDer
std::vector< float > m_vShapeDer
Definition: LArShapeP1.h:25
LArShapeP1::m_vShape
std::vector< float > m_vShape
Definition: LArShapeP1.h:23