GENIEGenerator
|
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 |
class | EvtLibPXSec |
struct | EvtLibParticle |
struct | EvtLibRecord |
class | IEvtLibRecordList |
class | RecordLoader |
Helper for. More... | |
class | SimpleRecordList |
class | OnDemandRecordList |
struct | Key |
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.
Referenced by genie::GHepVirtualList::GHepVirtualList(), genie::evtlib::EventLibraryInterface::LoadRecords(), and genie::evtlib::EvtLibPXSec::LoadXSecs().
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.
Referenced by genie::evtlib::RecordLoader::GetRecord().