ATLAS Offline Software
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
LArTTCell_P Class Reference

This is a database object holding the offline TT-cell map. More...

#include <LArTTCell_P.h>

Collaboration diagram for LArTTCell_P:

Classes

struct  LArTTCell_P_t
 Structure of the map. More...
 

Public Types

typedef LArTTCell_P_t __t
 

Public Member Functions

 LArTTCell_P ()
 
virtual ~LArTTCell_P ()
 

Public Attributes

std::vector< __tm_v
 
int m_version
 

Detailed Description

This is a database object holding the offline TT-cell map.

It is the persitifiable version of the LArTTCellMap class

Author
Hong Ma
maintained by F. Ledroit

Definition at line 22 of file LArTTCell_P.h.

Member Typedef Documentation

◆ __t

Definition at line 47 of file LArTTCell_P.h.

Constructor & Destructor Documentation

◆ LArTTCell_P()

LArTTCell_P::LArTTCell_P ( )
inline

Definition at line 49 of file LArTTCell_P.h.

49 : m_version(0) { }

◆ ~LArTTCell_P()

virtual LArTTCell_P::~LArTTCell_P ( )
inlinevirtual

Definition at line 51 of file LArTTCell_P.h.

51 { }

Member Data Documentation

◆ m_v

std::vector<__t> LArTTCell_P::m_v

Definition at line 54 of file LArTTCell_P.h.

◆ m_version

int LArTTCell_P::m_version

Definition at line 56 of file LArTTCell_P.h.


The documentation for this class was generated from the following file:
LArTTCell_P::m_version
int m_version
Definition: LArTTCell_P.h:56