![]() |
DAS
3.0
Das Analysis System
|
Generic detector-level event.
#include <Event.h>
Inheritance diagram for RecEvent:
Collaboration diagram for RecEvent:Public Member Functions | |
| RecEvent ()=default | |
| virtual | ~RecEvent ()=default |
| void | Clear () override |
| RecEvent ()=default | |
| virtual | ~RecEvent ()=default |
| void | Clear () override |
Public Member Functions inherited from AnonymousWeightableObject | |
| virtual double | Weight (const Variation &v=nominal) const |
| bool | operator== (const AnonymousWeightableObject &that) const |
| virtual double | Weight (const Variation &v=nominal) const |
| bool | operator== (const AnonymousWeightableObject &that) const |
Public Attributes | |
| int | fill = 0 |
| int | runNo = 0 |
| int | lumi = 0 |
| unsigned long long | evtNo = 0 |
Public Attributes inherited from AnonymousWeightableObject | |
| Weights | weights {Darwin::Physics::Weight()} |
Static Public Attributes | |
| static const char *const | WeightVar = "RecEvtWgts" |
Private Member Functions | |
| std::string_view | WeightGroup () const override |
| std::string_view | WeightGroup () const override |
Additional Inherited Members | |
Protected Member Functions inherited from AnonymousWeightableObject | |
| AnonymousWeightableObject ()=default | |
| virtual | ~AnonymousWeightableObject ()=default |
| AnonymousWeightableObject ()=default | |
| virtual | ~AnonymousWeightableObject ()=default |
Protected Member Functions inherited from WeightedObject | |
| virtual | ~WeightedObject ()=default |
| virtual | ~WeightedObject ()=default |
|
default |
|
virtualdefault |
|
default |
|
virtualdefault |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverrideprivatevirtual |
Implements AnonymousWeightableObject.
|
inlineoverrideprivatevirtual |
Implements AnonymousWeightableObject.
| unsigned long long evtNo = 0 |
event number
| int fill = 0 |
at LHC, typically a 4- or 5-digit number
| int lumi = 0 |
lumi section (shortest unit time in LHC jargon)
| int runNo = 0 |
at LHC, typically a 6-digit run number
|
inlinestatic |