#include <EventSelectors.h>
Definition at line 20 of file EventSelectors.h.
fwlite::RunLumiSelector::RunLumiSelector |
( |
const char * |
name = "" , |
|
|
const char * |
title = "" |
|
) |
| |
|
inline |
Definition at line 22 of file EventSelectors.h.
EventSelector(const char *name="", const char *title="")
fwlite::RunLumiSelector::RunLumiSelector |
( |
int |
run, |
|
|
int |
firstLumi = 0 , |
|
|
int |
lastLumi = 9999999 |
|
) |
| |
|
inline |
Definition at line 23 of file EventSelectors.h.
References add().
25 TString::Format(
"Run %d, Lumi range [%d, %d]",
run, firstLumi, lastLumi))
26 {
add(
run, firstLumi, lastLumi); }
void add(int run, int firstLumi=0, int lastLumi=9999999)
EventSelector(const char *name="", const char *title="")
virtual fwlite::RunLumiSelector::~RunLumiSelector |
( |
| ) |
|
|
inlinevirtual |
bool fwlite::RunLumiSelector::accept |
( |
int |
run, |
|
|
int |
luminosityBlock |
|
) |
| const |
|
inline |
void fwlite::RunLumiSelector::add |
( |
int |
run, |
|
|
int |
firstLumi = 0 , |
|
|
int |
lastLumi = 9999999 |
|
) |
| |
|
inline |
void fwlite::RunLumiSelector::clear |
( |
void |
| ) |
|
|
inline |
std::vector<int> fwlite::RunLumiSelector::firstLumis |
|
private |
std::vector<int> fwlite::RunLumiSelector::lastLumis |
|
private |
std::vector<int> fwlite::RunLumiSelector::runs |
|
private |