ATLAS Offline Software
Loading...
Searching...
No Matches
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.

34{}
const FSILocation * m_location
std::string m_actualType
std::string m_locType
const std::string & locationType() const
int simType() const
const std::string & simTypeString() const
const FSILocation & location() const
std::string m_simTypeStr
const std::string & actualType() const

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: