#include <EDControl.h>
Public Methods | |
| EDControl () | |
| ~EDControl () | |
| void | ConnectNewRawFile ( Char_t *fname ) |
| void | ConnectNewReconFile ( Char_t *fname ) |
| Int_t | checkNumEntries () |
| void | processCommand ( Int_t userReq, Int_t evtNo=1000000 ) |
| TTree* | getRawTree () |
| TTree* | getReconTree () |
| DigiEvent* | getEvent () |
| Recon* | getRecon () |
| EDHistos* | getHistos () |
| TObjArray* | getCALPeds () |
| TObjArray* | getACDPeds () |
| TObjArray* | getXGTPeds () |
| void | setRawDataType ( Bool_t datatype ) |
| Bool_t | getRawDataType () |
| TCanvas* | getCanvas () |
| Int_t | getEntries () |
Private Methods | |
| TObjArray* | ReadCALPed () |
| TObjArray* | ReadACDPed () |
| TObjArray* | ReadXGTPed () |
Private Attributes | |
| TFile* | m_rawFile |
| TFile* | m_reconFile |
| TTree* | m_rawTree |
| TTree* | m_reconTree |
| DigiEvent* | m_event |
| Recon* | m_recon |
| TObjArray* | m_ped |
| TObjArray* | m_acdped |
| TObjArray* | m_xgtped |
| EDHistos* | m_histos |
| TCanvas* | m_canvas |
| ifstream | m_rawPathFile |
| ifstream | m_reconPathFile |
| ifstream | m_acdPedFile |
| ifstream | m_xgtPedFile |
| Bool_t | m_rawFileExists |
| Bool_t | m_reconFileExists |
| Bool_t | m_StopDisplayLoop |
| Bool_t | m_isRealData |
| Int_t | m_numEntries |
|
|
Definition at line 19 of file EDControl.cxx. |
|
|
Definition at line 65 of file EDControl.cxx. |
|
|
Definition at line 82 of file EDControl.cxx. Referenced by EDControl(), and processCommand(). |
|
|
Definition at line 100 of file EDControl.cxx. Referenced by EDControl(), and processCommand(). |
|
|
Definition at line 208 of file EDControl.cxx. Referenced by EDControl(). |
|
|
Definition at line 157 of file EDControl.cxx. Referenced by EDControl(). |
|
|
Definition at line 259 of file EDControl.cxx. |
|
|
Definition at line 119 of file EDControl.cxx. Referenced by ConnectNewRawFile(), and ConnectNewReconFile(). |
|
|
Definition at line 109 of file EDControl.h. Referenced by DisplayCanvas::DisplayCanvas(). |
|
|
Definition at line 108 of file EDControl.h. Referenced by DisplayCanvas::DisplayCanvas(), and EDAnalysis::EDAnalysis(). |
|
|
Definition at line 115 of file EDControl.h. Referenced by DisplayCanvas::DisplayCanvas(). |
|
|
Definition at line 117 of file EDControl.h. Referenced by DisplayCanvas::Draw(), and EDAnalysis::Go(). |
|
|
Definition at line 104 of file EDControl.h. Referenced by DisplayCanvas::Draw(), EDAnalysis::EDAnalysis(), and EDAnalysis::Go(). |
|
|
Definition at line 107 of file EDControl.h. Referenced by EDAnalysis::EDAnalysis(). |
|
|
Definition at line 113 of file EDControl.h. Referenced by DisplayCanvas::DisplayCanvas(), EDAnalysis::EDAnalysis(), and EDAnalysis::Go(). |
|
|
Definition at line 102 of file EDControl.h. Referenced by DisplayCanvas::Draw(), EDAnalysis::EDAnalysis(), and EDAnalysis::Go(). |
|
|
Definition at line 105 of file EDControl.h. Referenced by DisplayCanvas::Draw(). |
|
|
Definition at line 103 of file EDControl.h. Referenced by DisplayCanvas::Draw(). |
|
|
Definition at line 110 of file EDControl.h. |
|
|
Definition at line 309 of file EDControl.cxx. Referenced by EDGui::ProcessMessage(). |
|
|
Definition at line 112 of file EDControl.h. Referenced by EDControl(), and processCommand(). |
|
|
Definition at line 79 of file EDControl.h. |
|
|
Definition at line 74 of file EDControl.h. |
|
|
Definition at line 65 of file EDControl.h. |
|
|
Definition at line 70 of file EDControl.h. |
|
|
Definition at line 61 of file EDControl.h. |
|
|
Definition at line 68 of file EDControl.h. |
|
|
Definition at line 80 of file EDControl.h. |
|
|
Definition at line 82 of file EDControl.h. |
|
|
Definition at line 64 of file EDControl.h. |
|
|
Definition at line 57 of file EDControl.h. |
|
|
Definition at line 77 of file EDControl.h. |
|
|
Definition at line 72 of file EDControl.h. |
|
|
Definition at line 59 of file EDControl.h. |
|
|
Definition at line 62 of file EDControl.h. |
|
|
Definition at line 58 of file EDControl.h. |
|
|
Definition at line 78 of file EDControl.h. |
|
|
Definition at line 73 of file EDControl.h. |
|
|
Definition at line 60 of file EDControl.h. |
|
|
Definition at line 75 of file EDControl.h. |
|
|
Definition at line 66 of file EDControl.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000