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

#include <SCT_FSIHelper.h>

Collaboration diagram for FSILocation:

Public Member Functions

 FSILocation (const std::string &name, double radius, double phi, int side)
 
const std::string & name () const
 
double radius () const
 
double phi () const
 
int side () const
 

Private Attributes

std::string m_name
 
double m_radius
 
double m_phi
 
int m_side
 

Detailed Description

Definition at line 15 of file SCT_FSIHelper.h.

Constructor & Destructor Documentation

◆ FSILocation()

FSILocation::FSILocation ( const std::string &  name,
double  radius,
double  phi,
int  side 
)

Definition at line 13 of file SCT_FSIHelper.cxx.

17  : m_name(name),
19  m_phi(phi),
20  m_side(side)
21 {}

Member Function Documentation

◆ name()

const std::string& FSILocation::name ( ) const
inline

Definition at line 23 of file SCT_FSIHelper.h.

23 {return m_name;}

◆ phi()

double FSILocation::phi ( ) const
inline

Definition at line 25 of file SCT_FSIHelper.h.

25 {return m_phi;}

◆ radius()

double FSILocation::radius ( ) const
inline

Definition at line 24 of file SCT_FSIHelper.h.

24 {return m_radius;}

◆ side()

int FSILocation::side ( ) const
inline

Definition at line 26 of file SCT_FSIHelper.h.

26 {return m_side;}

Member Data Documentation

◆ m_name

std::string FSILocation::m_name
private

Definition at line 30 of file SCT_FSIHelper.h.

◆ m_phi

double FSILocation::m_phi
private

Definition at line 32 of file SCT_FSIHelper.h.

◆ m_radius

double FSILocation::m_radius
private

Definition at line 31 of file SCT_FSIHelper.h.

◆ m_side

int FSILocation::m_side
private

Definition at line 33 of file SCT_FSIHelper.h.


The documentation for this class was generated from the following files:
FSILocation::radius
double radius() const
Definition: SCT_FSIHelper.h:24
FSILocation::m_phi
double m_phi
Definition: SCT_FSIHelper.h:32
FSILocation::m_side
int m_side
Definition: SCT_FSIHelper.h:33
FSILocation::m_radius
double m_radius
Definition: SCT_FSIHelper.h:31
FSILocation::name
const std::string & name() const
Definition: SCT_FSIHelper.h:23
FSILocation::side
int side() const
Definition: SCT_FSIHelper.h:26
FSILocation::m_name
std::string m_name
Definition: SCT_FSIHelper.h:30
FSILocation::phi
double phi() const
Definition: SCT_FSIHelper.h:25