#include <CSCBaseboard.h>
Public Member Functions | |
edm::ParameterSet const & | alctParams () const |
void | chooseParams (std::string_view tmb, std::string_view alct, std::string_view clct) |
edm::ParameterSet const & | clctParams () const |
edm::ParameterSet const & | commonParams () const |
edm::ParameterSet const & | conf () const |
Parameters (edm::ParameterSet const &conf) | |
edm::ParameterSet const & | showerParams () const |
edm::ParameterSet const & | tmbParams () const |
Private Attributes | |
std::string | alctName_ |
edm::ParameterSet | alctParams_ |
std::string | clctName_ |
edm::ParameterSet | clctParams_ |
edm::ParameterSet const | commonParams_ |
edm::ParameterSet const * | conf_ |
edm::ParameterSet const | showerParams_ |
std::string | tmbName_ |
edm::ParameterSet | tmbParams_ |
Definition at line 15 of file CSCBaseboard.h.
CSCBaseboard::Parameters::Parameters | ( | edm::ParameterSet const & | conf | ) |
Definition at line 3 of file CSCBaseboard.cc.
|
inline |
Definition at line 23 of file CSCBaseboard.h.
References alctParams_.
Referenced by CSCAnodeLCTProcessor::CSCAnodeLCTProcessor().
void CSCBaseboard::Parameters::chooseParams | ( | std::string_view | tmb, |
std::string_view | alct, | ||
std::string_view | clct | ||
) |
Definition at line 8 of file CSCBaseboard.cc.
References edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by CSCBaseboard::CSCBaseboard().
|
inline |
Definition at line 24 of file CSCBaseboard.h.
References clctParams_.
Referenced by CSCCathodeLCTProcessor::CSCCathodeLCTProcessor(), CSCUpgradeCathodeLCTProcessor::CSCUpgradeCathodeLCTProcessor(), and LCTQualityControl::LCTQualityControl().
|
inline |
Definition at line 20 of file CSCBaseboard.h.
References commonParams_.
Referenced by CSCBaseboard::CSCBaseboard().
|
inline |
Definition at line 18 of file CSCBaseboard.h.
References conf_.
Referenced by CSCCathodeLCTProcessor::CSCCathodeLCTProcessor(), CSCGEMMotherboard::CSCGEMMotherboard(), and CSCMotherboard::CSCMotherboard().
|
inline |
Definition at line 21 of file CSCBaseboard.h.
References showerParams_.
Referenced by CSCAnodeLCTProcessor::CSCAnodeLCTProcessor(), CSCCathodeLCTProcessor::CSCCathodeLCTProcessor(), and CSCMotherboard::CSCMotherboard().
|
inline |
Definition at line 22 of file CSCBaseboard.h.
References tmbParams_.
Referenced by CSCCathodeLCTProcessor::CSCCathodeLCTProcessor(), CSCGEMMotherboard::CSCGEMMotherboard(), and CSCMotherboard::CSCMotherboard().
|
private |
Definition at line 47 of file CSCBaseboard.h.
|
private |
Definition at line 41 of file CSCBaseboard.h.
Referenced by alctParams().
|
private |
Definition at line 48 of file CSCBaseboard.h.
|
private |
Definition at line 44 of file CSCBaseboard.h.
Referenced by clctParams().
|
private |
Definition at line 32 of file CSCBaseboard.h.
Referenced by commonParams().
|
private |
Definition at line 29 of file CSCBaseboard.h.
Referenced by conf().
|
private |
Definition at line 35 of file CSCBaseboard.h.
Referenced by showerParams().
|
private |
Definition at line 46 of file CSCBaseboard.h.
|
private |
Definition at line 38 of file CSCBaseboard.h.
Referenced by tmbParams().