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

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

#include <LArShapeP.h>

Collaboration diagram for LArShapeP:

Public Member Functions

 LArShapeP ()
 
bool isEmpty () const
 

Public Attributes

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

Constructor & Destructor Documentation

◆ LArShapeP()

LArShapeP::LArShapeP ( )
inline

Definition at line 19 of file LArShapeP.h.

19 {}

Member Function Documentation

◆ isEmpty()

bool LArShapeP::isEmpty ( ) const
inline

Definition at line 20 of file LArShapeP.h.

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

Member Data Documentation

◆ m_vShape

std::vector<double> LArShapeP::m_vShape

Definition at line 21 of file LArShapeP.h.

◆ m_vShapeDer

std::vector<double> LArShapeP::m_vShapeDer

Definition at line 22 of file LArShapeP.h.


The documentation for this class was generated from the following file:
LArShapeP::m_vShape
std::vector< double > m_vShape
Definition: LArShapeP.h:20