LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "SampledInfo.h"
Public Attributes | |
EventID | id |
std::string | dataset |
double | weight |
double | probability |
Definition at line 31 of file SampledInfo.h.
std::string art::SampledEventInfo::dataset |
Definition at line 33 of file SampledInfo.h.
Referenced by art::operator<<().
EventID art::SampledEventInfo::id |
Definition at line 32 of file SampledInfo.h.
Referenced by art::operator<<().
double art::SampledEventInfo::probability |
Definition at line 35 of file SampledInfo.h.
Referenced by art::operator<<().
double art::SampledEventInfo::weight |
Definition at line 34 of file SampledInfo.h.
Referenced by art::operator<<().