time distribution that is delta of 0 (no shift) More...
#include <EvtTimeNone.h>
Public Member Functions | |
EvtTimeNone (const std::string &config) | |
virtual | ~EvtTimeNone () |
virtual void | Config (const std::string &config) |
virtual double | TimeOffset () |
virtual double | TimeOffset (std::vector< double > v) |
virtual void | PrintConfig (bool verbose=true) |
provide a means of printing the configuration More... | |
Public Member Functions inherited from evgb::EvtTimeShiftI | |
EvtTimeShiftI (const std::string &config) | |
virtual | ~EvtTimeShiftI () |
TRandom * | GetRandomGenerator () const |
bool | IsRandomGeneratorOwned () const |
void | SetRandomGenerator (TRandom *gen, bool isOwned) |
Additional Inherited Members | |
Protected Attributes inherited from evgb::EvtTimeShiftI | |
TRandom * | fRndmGen |
bool | fIsOwned |
time distribution that is delta of 0 (no shift)
2015-06-22
Definition at line 22 of file EvtTimeNone.h.
evgb::EvtTimeNone::EvtTimeNone | ( | const std::string & | config | ) |
Definition at line 20 of file EvtTimeNone.cxx.
|
virtual |
Definition at line 24 of file EvtTimeNone.cxx.
|
virtual |
each schema must take a string that configures it it is up to the individual model to parse said string and extract parameters
Implements evgb::EvtTimeShiftI.
Definition at line 26 of file EvtTimeNone.cxx.
|
virtual |
provide a means of printing the configuration
Implements evgb::EvtTimeShiftI.
Definition at line 40 of file EvtTimeNone.cxx.
|
virtual |
return time within a 'record' in nanoseconds version taking array might be used for relative batch fractions that vary on a record-by-record basis
Implements evgb::EvtTimeShiftI.
Definition at line 30 of file EvtTimeNone.cxx.
|
virtual |