#include <HLTGenValPathSpecificSettingParser.h>
Public Member Functions | |
const std::vector< double > * | getPathSpecificBins () const |
const std::vector< edm::ParameterSet > * | getPathSpecificCuts () const |
const std::string * | getTag () const |
const bool | havePathSpecificBins () const |
HLTGenValPathSpecificSettingParser (std::string pathSpecificSettings, std::vector< edm::ParameterSet > binnings, std::string vsVar) | |
Private Attributes | |
std::vector< double > | pathSpecificBins_ |
std::vector< edm::ParameterSet > | pathSpecificCutsVector_ |
std::string | tag_ = "" |
Definition at line 22 of file HLTGenValPathSpecificSettingParser.h.
HLTGenValPathSpecificSettingParser::HLTGenValPathSpecificSettingParser | ( | std::string | pathSpecificSettings, |
std::vector< edm::ParameterSet > | binnings, | ||
std::string | vsVar | ||
) |
Definition at line 3 of file HLTGenValPathSpecificSettingParser.cc.
References edm::ParameterSet::addParameter(), pileupCalc::binning, edm::ParameterSet::empty(), Exception, pathSpecificBins_, pathSpecificCutsVector_, nano_mu_digi_cff::region, AlCaHLTBitMon_QueryRunRegistry::string, tag_, and B2GTnPMonitor_cfi::vsVar.
|
inline |
Definition at line 30 of file HLTGenValPathSpecificSettingParser.h.
References pathSpecificBins_.
|
inline |
Definition at line 29 of file HLTGenValPathSpecificSettingParser.h.
References pathSpecificCutsVector_.
|
inline |
Definition at line 32 of file HLTGenValPathSpecificSettingParser.h.
References tag_.
|
inline |
Definition at line 31 of file HLTGenValPathSpecificSettingParser.h.
References pathSpecificBins_.
|
private |
Definition at line 36 of file HLTGenValPathSpecificSettingParser.h.
Referenced by getPathSpecificBins(), havePathSpecificBins(), and HLTGenValPathSpecificSettingParser().
|
private |
Definition at line 35 of file HLTGenValPathSpecificSettingParser.h.
Referenced by getPathSpecificCuts(), and HLTGenValPathSpecificSettingParser().
|
private |
Definition at line 37 of file HLTGenValPathSpecificSettingParser.h.
Referenced by getTag(), and HLTGenValPathSpecificSettingParser().