C++ class. Tool to filter luminosity block/run based on golden JSONs. Golden JSONs are provided in TIMBER but a custom one can be provided.
More...
|
| bool | eval (unsigned int run, unsigned int lumi) |
| | Evaluate whether the given run and lumi pass the luminosity JSON filter. More...
|
| |
| | LumiFilter (std::string filename) |
| | Construct a new Lumi Filter object with a custom json file name. More...
|
| |
| | LumiFilter (int year) |
| | Construct a new Lumi Filter object for a given year. Supports formatting as (for example) 2017 or 17. More...
|
| |
C++ class. Tool to filter luminosity block/run based on golden JSONs. Golden JSONs are provided in TIMBER but a custom one can be provided.
◆ LumiFilter() [1/2]
Construct a new Lumi Filter object with a custom json file name.
- Parameters
-
◆ LumiFilter() [2/2]
Construct a new Lumi Filter object for a given year. Supports formatting as (for example) 2017 or 17.
- Parameters
-
◆ eval()
| bool eval |
( |
unsigned int |
run, |
|
|
unsigned int |
lumi |
|
) |
| |
Evaluate whether the given run and lumi pass the luminosity JSON filter.
- Parameters
-
- Returns
- bool
The documentation for this class was generated from the following files:
- TIMBER/Framework/include/LumiFilter.h
- TIMBER/Framework/src/LumiFilter.cc