#include <MixingModuleConfig.h>
Public Member Functions | |
const double | averageNumber () const |
const int | fixedOutOfTime () const |
const int | itype () const |
int | itype (std::string s) const |
MixingInputConfig () | |
const int | outOfTime () const |
const std::vector< int > & | probFunctionVariable () const |
const std::vector< double > & | probValue () const |
void | read (edm::ParameterSet &pset) |
std::string | type () const |
virtual | ~MixingInputConfig () |
Private Attributes | |
double | an_ |
COND_SERIALIZABLE | |
std::vector< double > | dp_ |
std::vector< int > | dpfv_ |
int | ioot_ |
int | moot_ |
int | t_ |
Definition at line 14 of file MixingModuleConfig.h.
MixingInputConfig::MixingInputConfig | ( | ) |
Definition at line 9 of file MixingModuleConfig.cc.
|
inlinevirtual |
Definition at line 17 of file MixingModuleConfig.h.
|
inline |
Definition at line 40 of file MixingModuleConfig.h.
References an_.
Referenced by edm::PileUp::reload().
|
inline |
Definition at line 45 of file MixingModuleConfig.h.
References ioot_.
Referenced by edm::PileUp::reload().
|
inline |
|
inline |
Definition at line 31 of file MixingModuleConfig.h.
|
inline |
Definition at line 44 of file MixingModuleConfig.h.
References moot_.
Referenced by edm::PileUp::reload().
|
inline |
Definition at line 42 of file MixingModuleConfig.h.
References dpfv_.
Referenced by edm::PileUp::reload().
|
inline |
Definition at line 43 of file MixingModuleConfig.h.
References dp_.
Referenced by edm::PileUp::reload().
void MixingInputConfig::read | ( | edm::ParameterSet & | pset | ) |
Definition at line 34 of file MixingModuleConfig.cc.
References an_, dp_, dpfv_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), ioot_, itype(), moot_, AlCaHLTBitMon_QueryRunRegistry::string, and t_.
Referenced by Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::goto(), and Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::setFilterBranches().
|
inline |
Definition at line 20 of file MixingModuleConfig.h.
References t_.
Referenced by cuy.ValElement::__init__(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputCommands(), operator<<(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputCommands(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), and edm::PileUp::reload().
|
private |
Definition at line 51 of file MixingModuleConfig.h.
Referenced by averageNumber(), and read().
|
private |
Definition at line 59 of file MixingModuleConfig.h.
|
private |
Definition at line 54 of file MixingModuleConfig.h.
Referenced by probValue(), and read().
|
private |
Definition at line 53 of file MixingModuleConfig.h.
Referenced by probFunctionVariable(), and read().
|
private |
Definition at line 56 of file MixingModuleConfig.h.
Referenced by fixedOutOfTime(), and read().
|
private |
Definition at line 55 of file MixingModuleConfig.h.
Referenced by outOfTime(), and read().
|
private |
Definition at line 50 of file MixingModuleConfig.h.