#include <Selections.h>
Public Types | |
typedef std::vector< Selection > ::iterator | iterator |
Public Member Functions | |
iterator | begin () |
iterator | end () |
void | print () |
Selections (const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC) | |
Private Attributes | |
std::map< std::string, Filter * > | filters_ |
edm::ParameterSet | filtersPSet_ |
edm::ParameterSet | selectionPSet_ |
std::vector< Selection > | selections_ |
Definition at line 311 of file Selections.h.
typedef std::vector<Selection>::iterator Selections::iterator |
Definition at line 313 of file Selections.h.
|
inline |
Definition at line 315 of file Selections.h.
References begin(), end(), Filter_cff::Filter, Selection< C, Selector, StoreContainer >::filters_, filters_, filtersPSet_, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSetNames(), python.multivaluedict::map(), alignCSCRings::s, corrVsCorr::selection, selectionPSet_, selections_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 430 of file Selections.h.
References selections_.
Referenced by ConfigurableAnalysis::filter(), and Selections().
|
inline |
Definition at line 431 of file Selections.h.
References selections_.
Referenced by ConfigurableAnalysis::filter(), and Selections().
|
inline |
Definition at line 434 of file Selections.h.
References selections_.
Referenced by ConfigurableAnalysis::endJob().
|
private |
Definition at line 438 of file Selections.h.
Referenced by Config.Process::dumpConfig(), Config.Process::dumpPython(), Config.Process::filterNames(), Config.Process::prune(), and Selections().
|
private |
Definition at line 437 of file Selections.h.
Referenced by Selections().
|
private |
Definition at line 440 of file Selections.h.
Referenced by Selections().
|
private |
Definition at line 441 of file Selections.h.
Referenced by begin(), end(), print(), and Selections().