ATLAS Offline Software
Public Member Functions | Private Attributes | Friends | List of all members
TileL2_p2 Class Reference

#include <TileL2_p2.h>

Collaboration diagram for TileL2_p2:

Public Member Functions

 TileL2_p2 ()
 Default constructor: More...
 

Private Attributes

int m_ID
 
std::vector< unsigned int > m_ival
 
std::vector< float > m_fval
 

Friends

class TileL2Cnv_p2
 

Detailed Description

Definition at line 20 of file TileL2_p2.h.

Constructor & Destructor Documentation

◆ TileL2_p2()

TileL2_p2::TileL2_p2 ( )
inline

Default constructor:

Definition at line 29 of file TileL2_p2.h.

29 : m_ID(0), m_ival(), m_fval() {}

Friends And Related Function Documentation

◆ TileL2Cnv_p2

friend class TileL2Cnv_p2
friend

Definition at line 23 of file TileL2_p2.h.

Member Data Documentation

◆ m_fval

std::vector<float> TileL2_p2::m_fval
private

Definition at line 35 of file TileL2_p2.h.

◆ m_ID

int TileL2_p2::m_ID
private

Definition at line 33 of file TileL2_p2.h.

◆ m_ival

std::vector<unsigned int> TileL2_p2::m_ival
private

Definition at line 34 of file TileL2_p2.h.


The documentation for this class was generated from the following file:
TileL2_p2::m_fval
std::vector< float > m_fval
Definition: TileL2_p2.h:35
TileL2_p2::m_ID
int m_ID
Definition: TileL2_p2.h:33
TileL2_p2::m_ival
std::vector< unsigned int > m_ival
Definition: TileL2_p2.h:34