ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalib::MuonCalibMUCTPI Class Reference

Simplified class designed to store information from MuCTPi processor. More...

#include <MuonCalibMUCTPI.h>

Collaboration diagram for MuonCalib::MuonCalibMUCTPI:

Classes

struct  defineParams

Public Member Functions

 MuonCalibMUCTPI ()=default
 default constructor
 MuonCalibMUCTPI (const defineParams &pars)
 constructor setting all trackparameters and position
 ~MuonCalibMUCTPI ()=default
 destructor
int roiWord () const
int bcID () const
int sysID () const
int subsysID () const
int sectorID () const
int thresholdNumber () const
int thresholdValue () const
int roINumber () const
int overlap () const
int firstCandidate () const
int sectorOverflow () const
int padOverflow () const
float phi () const
float eta () const

Private Attributes

defineParams m_params {}

Detailed Description

Simplified class designed to store information from MuCTPi processor.

It has :

Definition at line 16 of file MuonCalibMUCTPI.h.

Constructor & Destructor Documentation

◆ MuonCalibMUCTPI() [1/2]

MuonCalib::MuonCalibMUCTPI::MuonCalibMUCTPI ( )
default

default constructor

◆ MuonCalibMUCTPI() [2/2]

MuonCalib::MuonCalibMUCTPI::MuonCalibMUCTPI ( const defineParams & pars)

constructor setting all trackparameters and position

Definition at line 26 of file MuonCalibMUCTPI.cxx.

◆ ~MuonCalibMUCTPI()

MuonCalib::MuonCalibMUCTPI::~MuonCalibMUCTPI ( )
default

destructor

Member Function Documentation

◆ bcID()

int MuonCalib::MuonCalibMUCTPI::bcID ( ) const

Definition at line 12 of file MuonCalibMUCTPI.cxx.

12{ return m_params.bcID; }

◆ eta()

float MuonCalib::MuonCalibMUCTPI::eta ( ) const

Definition at line 24 of file MuonCalibMUCTPI.cxx.

24{ return m_params.eta; }

◆ firstCandidate()

int MuonCalib::MuonCalibMUCTPI::firstCandidate ( ) const

Definition at line 20 of file MuonCalibMUCTPI.cxx.

20{ return m_params.firstCandidate; }

◆ overlap()

int MuonCalib::MuonCalibMUCTPI::overlap ( ) const

Definition at line 19 of file MuonCalibMUCTPI.cxx.

19{ return m_params.overlap; }

◆ padOverflow()

int MuonCalib::MuonCalibMUCTPI::padOverflow ( ) const

Definition at line 22 of file MuonCalibMUCTPI.cxx.

22{ return m_params.padOverflow; }

◆ phi()

float MuonCalib::MuonCalibMUCTPI::phi ( ) const

Definition at line 23 of file MuonCalibMUCTPI.cxx.

23{ return m_params.phi; }

◆ roINumber()

int MuonCalib::MuonCalibMUCTPI::roINumber ( ) const

Definition at line 18 of file MuonCalibMUCTPI.cxx.

18{ return m_params.roINumber; }

◆ roiWord()

int MuonCalib::MuonCalibMUCTPI::roiWord ( ) const

Definition at line 11 of file MuonCalibMUCTPI.cxx.

11{ return m_params.roiWord; }

◆ sectorID()

int MuonCalib::MuonCalibMUCTPI::sectorID ( ) const

Definition at line 15 of file MuonCalibMUCTPI.cxx.

15{ return m_params.sectorID; }

◆ sectorOverflow()

int MuonCalib::MuonCalibMUCTPI::sectorOverflow ( ) const

Definition at line 21 of file MuonCalibMUCTPI.cxx.

21{ return m_params.sectorOverflow; }

◆ subsysID()

int MuonCalib::MuonCalibMUCTPI::subsysID ( ) const

Definition at line 14 of file MuonCalibMUCTPI.cxx.

14{ return m_params.subsysID; }

◆ sysID()

int MuonCalib::MuonCalibMUCTPI::sysID ( ) const

Definition at line 13 of file MuonCalibMUCTPI.cxx.

13{ return m_params.sysID; }

◆ thresholdNumber()

int MuonCalib::MuonCalibMUCTPI::thresholdNumber ( ) const

Definition at line 16 of file MuonCalibMUCTPI.cxx.

16{ return m_params.thresholdNumber; }

◆ thresholdValue()

int MuonCalib::MuonCalibMUCTPI::thresholdValue ( ) const

Definition at line 17 of file MuonCalibMUCTPI.cxx.

17{ return m_params.thresholdValue; }

Member Data Documentation

◆ m_params

defineParams MuonCalib::MuonCalibMUCTPI::m_params {}
private

Definition at line 55 of file MuonCalibMUCTPI.h.

55{};

The documentation for this class was generated from the following files: