DAS
3.0
Das Analysis System
|
Contains the data taking information. The weights are typically used for the application of the prescales (in data) or for the PU reweighting (MC).
#include <Event.h>
Public Member Functions | |
void | clear () |
Public Member Functions inherited from AbstractEvent | |
double | Weight (const Uncertainties::Variation &v) const |
Public Attributes | |
int | runNo |
int | lumi |
unsigned long long | evtNo |
Public Attributes inherited from AbstractEvent | |
Weights | weights |
Static Public Attributes | |
static const char *const | WeightVar = "RecEvtWgts" |
Private Member Functions | |
std::string_view | weight_group () const override |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractEvent | |
AbstractEvent ()=default | |
virtual | ~AbstractEvent ()=default |
void clear | ( | ) |
|
inlineoverrideprivatevirtual |
Implements AbstractEvent.
unsigned long long evtNo |
event number
int lumi |
lumi section
int runNo |
6-digit run number
|
inlinestatic |