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

#include <SCT_FSIHelper.h>

Collaboration diagram for FSIDetails:

Public Member Functions

 FSIDetails (const FSILocation *location, int simType, const std::string &simTypeString, const std::string &locationType, const std::string &actualType)
 
const FSILocationlocation () const
 
int simType () const
 
const std::string & simTypeString () const
 
const std::string & locationType () const
 
const std::string & actualType () const
 

Private Attributes

const FSILocationm_location
 
int m_simType
 
std::string m_simTypeStr
 
std::string m_locType
 
std::string m_actualType
 

Detailed Description

Definition at line 36 of file SCT_FSIHelper.h.

Constructor & Destructor Documentation

◆ FSIDetails()

FSIDetails::FSIDetails ( const FSILocation location,
int  simType,
const std::string &  simTypeString,
const std::string &  locationType,
const std::string &  actualType 
)

Definition at line 24 of file SCT_FSIHelper.cxx.

Member Function Documentation

◆ actualType()

const std::string& FSIDetails::actualType ( ) const
inline

Definition at line 49 of file SCT_FSIHelper.h.

49 {return m_actualType;}

◆ location()

const FSILocation& FSIDetails::location ( ) const
inline

Definition at line 45 of file SCT_FSIHelper.h.

45 {return *m_location;}

◆ locationType()

const std::string& FSIDetails::locationType ( ) const
inline

Definition at line 48 of file SCT_FSIHelper.h.

48 {return m_locType;}

◆ simType()

int FSIDetails::simType ( ) const
inline

Definition at line 46 of file SCT_FSIHelper.h.

46 {return m_simType;}

◆ simTypeString()

const std::string& FSIDetails::simTypeString ( ) const
inline

Definition at line 47 of file SCT_FSIHelper.h.

47 {return m_simTypeStr;}

Member Data Documentation

◆ m_actualType

std::string FSIDetails::m_actualType
private

Definition at line 56 of file SCT_FSIHelper.h.

◆ m_location

const FSILocation* FSIDetails::m_location
private

Definition at line 52 of file SCT_FSIHelper.h.

◆ m_locType

std::string FSIDetails::m_locType
private

Definition at line 55 of file SCT_FSIHelper.h.

◆ m_simType

int FSIDetails::m_simType
private

Definition at line 53 of file SCT_FSIHelper.h.

◆ m_simTypeStr

std::string FSIDetails::m_simTypeStr
private

Definition at line 54 of file SCT_FSIHelper.h.


The documentation for this class was generated from the following files:
FSIDetails::m_locType
std::string m_locType
Definition: SCT_FSIHelper.h:55
FSIDetails::m_simType
int m_simType
Definition: SCT_FSIHelper.h:53
FSIDetails::m_actualType
std::string m_actualType
Definition: SCT_FSIHelper.h:56
FSIDetails::m_simTypeStr
std::string m_simTypeStr
Definition: SCT_FSIHelper.h:54
FSIDetails::simType
int simType() const
Definition: SCT_FSIHelper.h:46
FSIDetails::simTypeString
const std::string & simTypeString() const
Definition: SCT_FSIHelper.h:47
FSIDetails::location
const FSILocation & location() const
Definition: SCT_FSIHelper.h:45
FSIDetails::locationType
const std::string & locationType() const
Definition: SCT_FSIHelper.h:48
FSIDetails::actualType
const std::string & actualType() const
Definition: SCT_FSIHelper.h:49
FSIDetails::m_location
const FSILocation * m_location
Definition: SCT_FSIHelper.h:52