Classes | |
class | EventLibraryInterface |
Reads pre-generated events produced by an external generator. On an event-by-event basis, it can accept GENIE input specifying the neutrino and target IDs and neutrino energy and, therefore, it can re-use the upstream GENIE flux and geometry tools. More... | |
class | EvtLibInteractionListGenerator |
struct | EvtLibParticle |
class | EvtLibPXSec |
struct | EvtLibRecord |
class | IEvtLibRecordList |
struct | Key |
class | OnDemandRecordList |
class | RecordLoader |
Helper for SimpleRecordList and OnDemandRecordList. More... | |
class | SimpleRecordList |
Functions | |
void | Expand (std::string &s) |
Expand env vars/homedirs/wildcards in s. More... | |
Variables | |
const int | kEvtLibMaxParts = 1024 |
Maximum number of particles supported in a single library event record. More... | |
void genie::evtlib::Expand | ( | std::string & | s | ) |
Expand env vars/homedirs/wildcards in s.
It is a fatal error if there is not exactly one result of the expansion
Definition at line 8 of file Utils.cxx.
const int genie::evtlib::kEvtLibMaxParts = 1024 |
Maximum number of particles supported in a single library event record.
Definition at line 48 of file EvtLibRecordList.h.