LDMX Software
PrimaryGenerator.cxx
Go to the documentation of this file.
1
9
10namespace simcore {
11
13 const std::string& name, const framework::config::Parameters& parameters)
14 : name_(name) {}
15
17
18} // namespace simcore
#define DEFINE_FACTORY(classtype)
This should go into an implementation file for your prototype class.
Definition Factory.h:411
Header file for PrimaryGenerator.
Class encapsulating parameters for configuring a processor.
Definition Parameters.h:29
Interface that defines a simulation primary generator.
PrimaryGenerator(const std::string &name, const framework::config::Parameters &parameters)
Constructor.
Dynamically loadable photonuclear models either from SimCore or external libraries implementing this ...