ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1MUCTPIPHASE1::Configuration Class Reference

Header files holding configuration items for the MUCTPI. More...

#include <Configuration.h>

Collaboration diagram for LVL1MUCTPIPHASE1::Configuration:

Public Member Functions

 Configuration ()
void setDoZeroSuppression (bool flag)
bool getDoZeroSuppression () const
void setThreshold1Candidate (unsigned int thr)
unsigned int getThreshold1Candidate () const
void setThreshold2Candidate (unsigned int thr)
unsigned int getThreshold2Candidate () const
void setSuppressionMode (int flag)
int getSuppressionMode () const
unsigned int getMaxCandPerPtvalue () const
void setMaxCandSendToRoib (unsigned int count)
unsigned int getMaxCandSendToRoib () const
void setCandBcidOffset (unsigned int count)
unsigned int getCandBcidOffset () const

Private Attributes

bool m_doZeroSuppression
unsigned int m_threshold1Candidate
unsigned int m_threshold2Candidate
int m_suppressionMode
unsigned int m_maxCandPerPtvalue
unsigned int m_maxCandSendToRoib
unsigned int m_candBcidOffset

Detailed Description

Header files holding configuration items for the MUCTPI.

   This header file groups all information describing
   the configuration of the MUCTPI. Eventually this should
   come out of a configuration data base.
Author
Thorsten Wengler
Revision
515239
Date
2012-08-28 13:39:45 +0200 (Tue, 28 Aug 2012)

Definition at line 25 of file Trigger/TrigT1/TrigT1MuctpiPhase1/src/Configuration.h.

Constructor & Destructor Documentation

◆ Configuration()

Member Function Documentation

◆ getCandBcidOffset()

unsigned int LVL1MUCTPIPHASE1::Configuration::getCandBcidOffset ( ) const
inline

◆ getDoZeroSuppression()

bool LVL1MUCTPIPHASE1::Configuration::getDoZeroSuppression ( ) const
inline

◆ getMaxCandPerPtvalue()

unsigned int LVL1MUCTPIPHASE1::Configuration::getMaxCandPerPtvalue ( ) const
inline

Definition at line 54 of file Trigger/TrigT1/TrigT1MuctpiPhase1/src/Configuration.h.

54{ return m_maxCandPerPtvalue; } //nonprogrammable

◆ getMaxCandSendToRoib()

unsigned int LVL1MUCTPIPHASE1::Configuration::getMaxCandSendToRoib ( ) const
inline

◆ getSuppressionMode()

int LVL1MUCTPIPHASE1::Configuration::getSuppressionMode ( ) const
inline

◆ getThreshold1Candidate()

unsigned int LVL1MUCTPIPHASE1::Configuration::getThreshold1Candidate ( ) const
inline

◆ getThreshold2Candidate()

unsigned int LVL1MUCTPIPHASE1::Configuration::getThreshold2Candidate ( ) const
inline

◆ setCandBcidOffset()

void LVL1MUCTPIPHASE1::Configuration::setCandBcidOffset ( unsigned int count)
inline

Definition at line 57 of file Trigger/TrigT1/TrigT1MuctpiPhase1/src/Configuration.h.

int count(std::string s, const std::string &regx)
count how many occurances of a regx are in a string
Definition hcg.cxx:146

◆ setDoZeroSuppression()

void LVL1MUCTPIPHASE1::Configuration::setDoZeroSuppression ( bool flag)
inline

◆ setMaxCandSendToRoib()

void LVL1MUCTPIPHASE1::Configuration::setMaxCandSendToRoib ( unsigned int count)
inline

◆ setSuppressionMode()

void LVL1MUCTPIPHASE1::Configuration::setSuppressionMode ( int flag)
inline

◆ setThreshold1Candidate()

void LVL1MUCTPIPHASE1::Configuration::setThreshold1Candidate ( unsigned int thr)
inline

◆ setThreshold2Candidate()

void LVL1MUCTPIPHASE1::Configuration::setThreshold2Candidate ( unsigned int thr)
inline

Member Data Documentation

◆ m_candBcidOffset

unsigned int LVL1MUCTPIPHASE1::Configuration::m_candBcidOffset
private

◆ m_doZeroSuppression

bool LVL1MUCTPIPHASE1::Configuration::m_doZeroSuppression
private

◆ m_maxCandPerPtvalue

unsigned int LVL1MUCTPIPHASE1::Configuration::m_maxCandPerPtvalue
private

◆ m_maxCandSendToRoib

unsigned int LVL1MUCTPIPHASE1::Configuration::m_maxCandSendToRoib
private

◆ m_suppressionMode

int LVL1MUCTPIPHASE1::Configuration::m_suppressionMode
private

◆ m_threshold1Candidate

unsigned int LVL1MUCTPIPHASE1::Configuration::m_threshold1Candidate
private

◆ m_threshold2Candidate

unsigned int LVL1MUCTPIPHASE1::Configuration::m_threshold2Candidate
private

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