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

Public Types | |
| enum | ReconState { RESET, DONE, FAIL } |
Public Methods | |
| Recon () | |
| Recon (Recon* prnt) | |
| virtual | ~Recon () |
| virtual Recon& | addRecon (Recon* nextRecon) |
| virtual Recon& | removeRecon (Recon* oldRecon) |
| Recon& | setParent (Recon* rc) |
| void | deleteRecons () |
| virtual const char* | nameOf () const |
| Recon& | setTitle (const char* newTitle) |
| const char* | title () const |
| virtual void | clear () |
| virtual void | accept (ReconVisitor& a) |
| virtual void | readData (std::istream& is) |
| virtual void | writeData (std::ostream& os) |
| enum Recon::ReconState | state () const |
| void | setState (enum Recon::ReconState s) |
| virtual void | printOn (std::ostream& os = std::cout) const |
| gui::DisplayRep* | displayRep () |
| return a displayRep that runs the (virtual) draw method. More... | |
| virtual void | draw (gui::DisplayRep& v) |
| draw a representation of the recon info. base class loops thru list of sub-recons. More... | |
| int& | mode () |
Public Attributes | |
| LbldData | data |
Private Attributes | |
| char* | _title |
| enum Recon::ReconState | _state |
| Recon* | _parent |
| ReconList | _reconList |
Static Private Attributes | |
| int | s_mode = 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in CalProfile, CalRecon, GlastRecon, MCRecon, TrackerRecon, TriggerRecon, and VetoRecon. Definition at line 68 of file Recon.cxx. Referenced by GlastRecon::accept(). |
|
|
Definition at line 24 of file Recon.cxx. Referenced by GlastRecon::GlastRecon(). |
|
|
Reimplemented in CalProfile, CalRecon, GlastRecon, MCRecon, TrackerRecon, TriggerRecon, and VetoRecon. Definition at line 58 of file Recon.cxx. Referenced by VetoRecon::clear(), TriggerRecon::clear(), TrackerRecon::clear(), MCRecon::clear(), GlastRecon::clear(), and CalRecon::clear(). |
|
|
Definition at line 39 of file Recon.cxx. Referenced by ~Recon(). |
|
|
return a displayRep that runs the (virtual) draw method.
|
|
|
draw a representation of the recon info. base class loops thru list of sub-recons.
Reimplemented in CalRecon, TrackerRecon, and VetoRecon. |
|
|
Definition at line 87 of file Recon.h. Referenced by TriggerRecon::reconstruct(). |
|
|
Reimplemented in GlastRecon. |
|
|
Reimplemented in GlastRecon. |
|
|
|
|
|
Definition at line 32 of file Recon.cxx. Referenced by ~Recon(). |
|
|
Definition at line 37 of file Recon.h. Referenced by addRecon(). |
|
|
Definition at line 69 of file Recon.h. Referenced by clear(), VetoRecon::reconstruct(), TriggerRecon::reconstruct(), MCRecon::reconstruct(), GlastRecon::reconstruct(), and CalRecon::reconstruct(). |
|
|
Definition at line 50 of file Recon.cxx. Referenced by CalRecon::CalRecon(), GlastRecon::GlastRecon(), MCRecon::MCRecon(), TrackerRecon::TrackerRecon(), TriggerRecon::TriggerRecon(), and VetoRecon::VetoRecon(). |
|
|
Definition at line 64 of file Recon.h. Referenced by VetoRecon::reconstruct(), TriggerRecon::reconstruct(), MCRecon::reconstruct(), GlastRecon::reconstruct(), and CalRecon::reconstruct(). |
|
|
Definition at line 51 of file Recon.h. Referenced by printOn(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000