ATLAS Offline Software
Loading...
Searching...
No Matches
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),
21{}
double m_radius
double phi() const
double radius() const
std::string m_name
int side() const
const std::string & name() const

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: