#include <EgHLTCutMasks.h>
Public Member Functions | |
void | setup (const edm::ParameterSet &conf) |
Public Attributes | |
int | fakeEle |
int | probeEle |
int | stdEle |
int | stdPho |
int | tagEle |
int | trigTPEle |
int | trigTPPho |
Definition at line 14 of file EgHLTCutMasks.h.
void egHLT::CutMasks::setup | ( | const edm::ParameterSet & | conf | ) | [inline] |
Definition at line 23 of file EgHLTCutMasks.h.
References fakeEle, egHLT::EgCutCodes::getCode(), edm::ParameterSet::getParameter(), probeEle, stdEle, stdPho, tagEle, trigTPEle, and trigTPPho.
Referenced by EgHLTOfflineSource::EgHLTOfflineSource().
{ stdEle = EgCutCodes::getCode(conf.getParameter<std::string>("stdEle")); tagEle = EgCutCodes::getCode(conf.getParameter<std::string>("tagEle")); probeEle= EgCutCodes::getCode(conf.getParameter<std::string>("probeEle")); fakeEle = EgCutCodes::getCode(conf.getParameter<std::string>("fakeEle")); trigTPEle = EgCutCodes::getCode(conf.getParameter<std::string>("trigTPEle")); trigTPPho = EgCutCodes::getCode(conf.getParameter<std::string>("trigTPPho")); stdPho = EgCutCodes::getCode(conf.getParameter<std::string>("stdPho")); }
Definition at line 18 of file EgHLTCutMasks.h.
Referenced by egHLT::EleHLTFilterMon::EleHLTFilterMon(), and setup().
Definition at line 17 of file EgHLTCutMasks.h.
Referenced by egHLT::EleHLTFilterMon::EleHLTFilterMon(), and setup().
Definition at line 15 of file EgHLTCutMasks.h.
Referenced by egHLT::EleHLTFilterMon::EleHLTFilterMon(), egHLT::MonElemFuncs::initStdEffHists(), and setup().
Definition at line 21 of file EgHLTCutMasks.h.
Referenced by egHLT::MonElemFuncs::initStdEffHists(), and setup().
Definition at line 16 of file EgHLTCutMasks.h.
Referenced by setup().
Definition at line 19 of file EgHLTCutMasks.h.
Referenced by EgHLTOfflineSource::beginRun(), and setup().
Definition at line 20 of file EgHLTCutMasks.h.
Referenced by EgHLTOfflineSource::beginRun(), and setup().