#include <DigitizerInterface.h>
Inheritance diagram for DigitizerInterface:

Public Methods | |
| DigitizerInterface (Digitizer& d) | |
| Constructor. More... | |
| void | score (MCParticle* ) |
| will create a hit in the Detector based on the tracking info in the particle. More... | |
| GeomObject& | transform (const CoordTransform & t) |
| transfrom the Detector into its proper position. More... | |
| virtual void | clear () |
| clear response. More... | |
| virtual void | printOn ( std::ostream& o) const |
| print: pass on to the digitizer. More... | |
Private Attributes | |
| Digitizer& | m_digitizer |
Allows for passing hit info from the gismo environment to a non-gismo system.
Definition at line 21 of file DigitizerInterface.h.
|
|
Constructor.
Definition at line 24 of file DigitizerInterface.h. |
|
|
clear response.
Reimplemented from Detector. Definition at line 36 of file DigitizerInterface.cxx. |
|
|
print: pass on to the digitizer.
Reimplemented from Detector. Definition at line 41 of file DigitizerInterface.cxx. |
|
|
will create a hit in the Detector based on the tracking info in the particle.
Reimplemented from Detector. Definition at line 13 of file DigitizerInterface.cxx. |
|
|
transfrom the Detector into its proper position.
Reimplemented from Detector. Definition at line 30 of file DigitizerInterface.cxx. |
|
|
Definition at line 40 of file DigitizerInterface.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000