![]() |
![]() |
#include <L1TriggerConfig/DTTPGConfig/interface/DTConfigTSTheta.h>
Public Member Functions | |
bool | debug () const |
Return the debug flag. | |
DTConfigTSTheta () | |
Constructor. | |
DTConfigTSTheta (const edm::ParameterSet &ps) | |
Constructor. | |
void | print () const |
Print the setup. | |
~DTConfigTSTheta () | |
Destructor. | |
Static Public Attributes | |
static const int | NCELLTH = 57 |
Constants: number of cell (BTI) in theta view planes. | |
Private Member Functions | |
void | setDefaults (const edm::ParameterSet &ps) |
Load pset values into class variables. | |
Private Attributes | |
bool | m_debug |
Definition at line 35 of file DTConfigTSTheta.h.
DTConfigTSTheta::DTConfigTSTheta | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 31 of file DTConfigTSTheta.cc.
References setDefaults().
00031 { 00032 00033 setDefaults(ps); 00034 00035 }
DTConfigTSTheta::DTConfigTSTheta | ( | ) | [inline] |
DTConfigTSTheta::~DTConfigTSTheta | ( | ) |
bool DTConfigTSTheta::debug | ( | ) | const [inline] |
Print the setup.
Definition at line 55 of file DTConfigTSTheta.cc.
References GenMuonPlsPt100GeV_cfg::cout, debug(), and lat::endl().
00055 { 00056 00057 std::cout << "******************************************************************************" << std::endl; 00058 std::cout << "* DTTrigger configuration : TSTheta chips *" << std::endl; 00059 std::cout << "******************************************************************************" << std::endl; 00060 std::cout << "* *" << std::endl; 00061 std::cout << "Debug flag : " << debug() << std::endl; 00062 std::cout << "******************************************************************************" << std::endl; 00063 00064 }
void DTConfigTSTheta::setDefaults | ( | const edm::ParameterSet & | ps | ) | [private] |
Load pset values into class variables.
Definition at line 47 of file DTConfigTSTheta.cc.
References edm::ParameterSet::getUntrackedParameter(), and m_debug.
Referenced by DTConfigTSTheta().
00047 { 00048 00049 // Debug flag 00050 m_debug = ps.getUntrackedParameter<bool>("Debug"); 00051 00052 }
bool DTConfigTSTheta::m_debug [private] |
const int DTConfigTSTheta::NCELLTH = 57 [static] |
Constants: number of cell (BTI) in theta view planes.
Definition at line 43 of file DTConfigTSTheta.h.