Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Spectrometer Class Reference

Inheritance diagram for Spectrometer:

Detector GeomObject List of all members.

Public Methods

 Spectrometer ()
void score (MCParticle*)
 All detectors must specify what they will do when traversed by a particle. More...

void clear ()
 If implemented, should clear the hits. More...

void generateResponse ()
 Called after propagation. More...


Private Attributes

int mult
float m_edep

Constructor & Destructor Documentation

Spectrometer::Spectrometer ( ) [inline]
 

Definition at line 65 of file mscat.cxx.


Member Function Documentation

void Spectrometer::clear ( ) [inline, virtual]
 

If implemented, should clear the hits.

Reimplemented from Detector.

Definition at line 67 of file mscat.cxx.

void Spectrometer::generateResponse ( ) [inline, virtual]
 

Called after propagation.

Reimplemented from Detector.

Definition at line 68 of file mscat.cxx.

void Spectrometer::score ( MCParticle * p ) [virtual]
 

All detectors must specify what they will do when traversed by a particle.

Reimplemented from Detector.

Definition at line 74 of file mscat.cxx.


Member Data Documentation

float Spectrometer::m_edep [private]
 

Definition at line 71 of file mscat.cxx.

int Spectrometer::mult [private]
 

Definition at line 70 of file mscat.cxx.


The documentation for this class was generated from the following file:
Generated at Mon Nov 26 18:18:43 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000