#include <EventSelectors.h>
Public Member Functions | |
virtual bool | accept (const fwlite::EventBase &ev) const |
bool | accept (int run, int luminosityBlock) const |
void | add (int run, int firstLumi=0, int lastLumi=9999999) |
void | clear () |
RunLumiSelector (const char *name="", const char *title="") | |
RunLumiSelector (int run, int firstLumi=0, int lastLumi=9999999) | |
virtual | ~RunLumiSelector () |
Public Member Functions inherited from fwlite::EventSelector | |
EventSelector (const char *name="", const char *title="") | |
virtual | ~EventSelector () |
Private Attributes | |
std::vector< int > | firstLumis |
std::vector< int > | lastLumis |
std::vector< int > | runs |
Definition at line 20 of file EventSelectors.h.
|
inline |
Definition at line 22 of file EventSelectors.h.
|
inline |
Definition at line 23 of file EventSelectors.h.
References add().
|
inlinevirtual |
Definition at line 28 of file EventSelectors.h.
|
inlinevirtual |
Implements fwlite::EventSelector.
Definition at line 29 of file EventSelectors.h.
References edm::EventBase::id(), edm::EventBase::luminosityBlock(), and edm::EventID::run().
Referenced by Vispa.Gui.BoxContentDialog.BoxContentDialog::apply(), and Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::apply().
|
inline |
Definition at line 42 of file EventSelectors.h.
References firstLumis, i, lastLumis, gen::n, and runs.
Referenced by Vispa.Gui.BoxContentDialog.BoxContentDialog::apply(), and Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::apply().
|
inline |
Definition at line 32 of file EventSelectors.h.
References firstLumis, lastLumis, and runs.
Referenced by counter.Counter::register(), and RunLumiSelector().
|
inline |
|
private |
Definition at line 53 of file EventSelectors.h.
|
private |
Definition at line 53 of file EventSelectors.h.
|
private |
Definition at line 53 of file EventSelectors.h.
Referenced by accept(), add(), clear(), inputFilesetParser.inputFilesetParser::selectedRunsWithoutresult(), and inputFilesetParser.inputFilesetParser::selectedRunsWithresult().