#include <DTConfigTrigUnit.h>
Public Member Functions | |
bool | debug () const |
Debug flag. More... | |
DTConfigTrigUnit (const edm::ParameterSet &ps) | |
Constructor. More... | |
DTConfigTrigUnit () | |
Constructor. More... | |
void | print () const |
Print the setup. More... | |
void | setDebug (bool debug) |
Set debug flag. More... | |
~DTConfigTrigUnit () | |
Destructor. More... | |
Public Member Functions inherited from DTConfig | |
DTConfig () | |
Constructor. More... | |
virtual | ~DTConfig () |
Destructor. More... | |
Private Member Functions | |
void | setDefaults (const edm::ParameterSet &m_ps) |
Load pset values into class variables. More... | |
Private Attributes | |
bool | m_debug |
Additional Inherited Members | |
Static Public Attributes inherited from DTConfig | |
static const int | NBTITC =4 |
static const int | NSTEPF =9 |
static const int | NSTEPL =24 |
Constants: first and last step to start trigger finding. More... | |
static const int | NTCTSS = 4 |
Constant: number of TRACOs in input to a TSS. More... | |
Configurable parameters and constants for Level-1 Muon DT Trigger - Trigger Unit
Definition at line 36 of file DTConfigTrigUnit.h.
DTConfigTrigUnit::DTConfigTrigUnit | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 30 of file DTConfigTrigUnit.cc.
References debug(), print(), and setDefaults().
|
inline |
DTConfigTrigUnit::~DTConfigTrigUnit | ( | ) |
|
inline |
Debug flag.
Definition at line 50 of file DTConfigTrigUnit.h.
References m_debug.
Referenced by DTConfigTrigUnit(), print(), and setDebug().
void DTConfigTrigUnit::print | ( | void | ) | const |
Print the setup.
Definition at line 55 of file DTConfigTrigUnit.cc.
References gather_cfg::cout, and debug().
Referenced by DTConfigTrigUnit().
|
inline |
Set debug flag.
Definition at line 56 of file DTConfigTrigUnit.h.
References debug(), and m_debug.
Referenced by DTConfigDBProducer::readDTCCBConfig().
|
private |
Load pset values into class variables.
Definition at line 47 of file DTConfigTrigUnit.cc.
References edm::ParameterSet::getUntrackedParameter(), and m_debug.
Referenced by DTConfigTrigUnit().
|
private |
Definition at line 63 of file DTConfigTrigUnit.h.
Referenced by debug(), setDebug(), and setDefaults().