Interface class for coupling different EM component calculations into the reconstruction code. More...
#include <VEMComponent.h>
Public Member Functions | |
VEMComponent () | |
virtual | ~VEMComponent () |
Specific methods | |
virtual double | SignalRatio (double x, double y, double rmu, double theta, double phi)=0 |
Parameter info methods | |
virtual double | GetThetaMax ()=0 |
virtual double | GetThetaMin ()=0 |
Interface class for coupling different EM component calculations into the reconstruction code.
Definition at line 23 of file VEMComponent.h.
|
inline |
Definition at line 26 of file VEMComponent.h.
|
inlinevirtual |
Definition at line 27 of file VEMComponent.h.
|
pure virtual |
Implemented in tls::SimpleEMComponent, tls::EMComponentIVR, and tls::ZeroEMComponent.
|
pure virtual |
Implemented in tls::SimpleEMComponent, tls::ZeroEMComponent, and tls::EMComponentIVR.
|
pure virtual |
Implemented in tls::SimpleEMComponent, tls::EMComponentIVR, and tls::ZeroEMComponent.