ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
FCAL_ChannelMap::TilePosition Class Reference

#include <FCAL_ChannelMap.h>

Collaboration diagram for FCAL_ChannelMap::TilePosition:

Public Member Functions

 TilePosition ()
 
 TilePosition (float x, float y, int ntubes)
 
float x () const
 
float y () const
 
unsigned int ntubes () const
 
 TilePosition ()
 
 TilePosition (float x, float y, int ntubes)
 
float x () const
 
float y () const
 
unsigned int ntubes () const
 

Private Attributes

float m_x
 
float m_y
 
unsigned int m_ntubes
 

Detailed Description

Definition at line 127 of file LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h.

Constructor & Destructor Documentation

◆ TilePosition() [1/4]

FCAL_ChannelMap::TilePosition::TilePosition ( )
inline

Definition at line 228 of file LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h.

229  :
230  m_x(0),
231  m_y(0),
232  m_ntubes(0)
233 {}

◆ TilePosition() [2/4]

FCAL_ChannelMap::TilePosition::TilePosition ( float  x,
float  y,
int  ntubes 
)
inline

Definition at line 236 of file LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h.

237  :
238  m_x(x),
239  m_y(y),
241 {}

◆ TilePosition() [3/4]

FCAL_ChannelMap::TilePosition::TilePosition ( )

◆ TilePosition() [4/4]

FCAL_ChannelMap::TilePosition::TilePosition ( float  x,
float  y,
int  ntubes 
)

Member Function Documentation

◆ ntubes() [1/2]

unsigned int FCAL_ChannelMap::TilePosition::ntubes ( ) const

◆ ntubes() [2/2]

unsigned int FCAL_ChannelMap::TilePosition::ntubes ( ) const
inline

◆ x() [1/2]

float FCAL_ChannelMap::TilePosition::x ( ) const

◆ x() [2/2]

float FCAL_ChannelMap::TilePosition::x ( ) const
inline

Definition at line 245 of file LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h.

246 {
247  return m_x;
248 }

◆ y() [1/2]

float FCAL_ChannelMap::TilePosition::y ( ) const

◆ y() [2/2]

float FCAL_ChannelMap::TilePosition::y ( ) const
inline

Definition at line 251 of file LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h.

252 {
253  return m_y;
254 }

Member Data Documentation

◆ m_ntubes

unsigned int FCAL_ChannelMap::TilePosition::m_ntubes
private

◆ m_x

float FCAL_ChannelMap::TilePosition::m_x
private

◆ m_y

float FCAL_ChannelMap::TilePosition::m_y
private

The documentation for this class was generated from the following file:
FCAL_ChannelMap::TilePosition::ntubes
unsigned int ntubes() const
Definition: LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h:257
FCAL_ChannelMap::TilePosition::y
float y() const
Definition: LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h:251
FCAL_ChannelMap::TilePosition::x
float x() const
Definition: LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h:245
FCAL_ChannelMap::TilePosition::m_y
float m_y
Definition: LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h:136
FCAL_ChannelMap::TilePosition::m_x
float m_x
Definition: LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h:135
FCAL_ChannelMap::TilePosition::m_ntubes
unsigned int m_ntubes
Definition: LArCalorimeter/LArGeoModel/LArReadoutGeometry/LArReadoutGeometry/FCAL_ChannelMap.h:137