IRayTrace interface class definiton. More...
#include <IRayTrace.h>
Public Member Functions | |
virtual | ~IRayTrace () noexcept=default |
Virtual Destructor. More... | |
virtual bool | IntersectDetector (MeVPrtlFlux &flux, std::array< TVector3, 2 > &intersect, double &weight)=0 |
Public Member Functions inherited from evgen::ldm::IMeVPrtlStage | |
virtual | ~IMeVPrtlStage () noexcept |
Virtual Destructor. More... | |
IMeVPrtlStage (const char *name) | |
virtual void | configure (const fhicl::ParameterSet &)=0 |
Interface for configuring the particular algorithm tool. More... | |
virtual double | MaxWeight ()=0 |
TVector3 | RandomUnitVector () |
double | GetRandom () |
const char * | Name () |
Additional Inherited Members | |
Protected Attributes inherited from evgen::ldm::IMeVPrtlStage | |
CLHEP::HepRandomEngine * | fEngine |
const char * | fName |
IRayTrace interface class definiton.
Definition at line 39 of file IRayTrace.h.
|
virtualdefaultnoexcept |
Virtual Destructor.
|
pure virtual |