#include <TGo4EventInfoStatus.h>
Inheritance diagram for TGo4EventInfoStatus:
Public Methods | |
TGo4EventInfoStatus (const char *name, const char *title) | |
TGo4EventInfoStatus () | |
virtual | ~TGo4EventInfoStatus () |
void | SetEvent (TTree *tree) |
store eventsample in tree here. More... | |
void | SetEvent (TGo4EventElement *eve) |
store eventsample directly. More... | |
void | PrintEventSample () |
make event printout into textbuffer. More... | |
void | SetEventNum (Int_t i) |
void | SetSubId (Int_t i) |
void | SetLong (Bool_t on) |
void | SetHex (Bool_t on) |
void | SetData (Bool_t on) |
void | SetEventName (const char *nam) |
void | SetRemoteMode (Bool_t on) |
void | SetTreeMode (Bool_t on) |
Int_t | GetEventNum () |
Int_t | GetSubId () |
Bool_t | IsLong () |
Bool_t | IsHex () |
Bool_t | IsData () |
Bool_t | IsRemoteMode () |
Bool_t | IsTreeMode () |
const char * | GetEventName () |
const char * | GetEventPrintout () |
TTree * | GetSampleTree () |
TGo4EventElement * | GetSampleEvent () |
Private Attributes | |
Int_t | fiEventNum |
Number of events for pringout. More... | |
Int_t | fiSubId |
Mbs subevent id. More... | |
Bool_t | fbLong |
true for mbs printevent in longwords. More... | |
Bool_t | fbHex |
true for mbs printevent in hex format. More... | |
Bool_t | fbData |
true for mbs printevent in data (decimal) format. More... | |
Bool_t | fbRemotePrint |
true for print event sample in analysis terminal. More... | |
Bool_t | fbTreeMode |
true for using a TTree for the event sample. More... | |
TString | fxEventName |
name of the event to be processed. More... | |
TTree * | fxEventTree |
tree containing one sample event. More... | |
TGo4EventElement * | fxEvent |
Event sample without a tree. More... | |
TString | fxEventPrintout |
Text buffer containing the printout of current event sample. More... |
Definition at line 28 of file TGo4EventInfoStatus.h.
|
Definition at line 25 of file TGo4EventInfoStatus.cxx. |
|
Definition at line 32 of file TGo4EventInfoStatus.h. References fbData, fbHex, fbLong, fbRemotePrint, fbTreeMode, fiEventNum, fiSubId, fxEvent, and fxEventTree. |
|
Definition at line 32 of file TGo4EventInfoStatus.cxx. References fxEvent, and fxEventTree. |
|
store eventsample in tree here.
Definition at line 39 of file TGo4EventInfoStatus.cxx. References fxEvent, fxEventTree, and PrintEventSample(). Referenced by TGo4EventInfoSlots::AddObject(). |
|
store eventsample directly.
Definition at line 50 of file TGo4EventInfoStatus.cxx. References fxEvent, fxEventTree, and PrintEventSample(). |
|
make event printout into textbuffer.
Definition at line 61 of file TGo4EventInfoStatus.cxx. References fxEvent, fxEventTree, and TGo4EventElement::PrintEvent(). Referenced by SetEvent(). |
|
Definition at line 43 of file TGo4EventInfoStatus.h. References fiEventNum, and i. |
|
Definition at line 44 of file TGo4EventInfoStatus.h. |
|
Definition at line 45 of file TGo4EventInfoStatus.h. References fbLong. |
|
Definition at line 46 of file TGo4EventInfoStatus.h. References fbHex. |
|
Definition at line 47 of file TGo4EventInfoStatus.h. References fbData. |
|
Definition at line 48 of file TGo4EventInfoStatus.h. References fxEventName. |
|
Definition at line 49 of file TGo4EventInfoStatus.h. References fbRemotePrint. |
|
Definition at line 50 of file TGo4EventInfoStatus.h. References fbTreeMode. |
|
Definition at line 51 of file TGo4EventInfoStatus.h. References fiEventNum. Referenced by TGo4EventInfoSlots::SendSetPrintEventCommand(). |
|
Definition at line 52 of file TGo4EventInfoStatus.h. References fiSubId. Referenced by TGo4EventInfoSlots::SendSetPrintEventCommand(). |
|
Definition at line 53 of file TGo4EventInfoStatus.h. References fbLong. Referenced by TGo4EventInfoSlots::SendSetPrintEventCommand(). |
|
Definition at line 54 of file TGo4EventInfoStatus.h. References fbHex. Referenced by TGo4EventInfoSlots::SendSetPrintEventCommand(). |
|
Definition at line 55 of file TGo4EventInfoStatus.h. References fbData. Referenced by TGo4EventInfoSlots::SendSetPrintEventCommand(). |
|
Definition at line 56 of file TGo4EventInfoStatus.h. References fbRemotePrint. Referenced by TGo4EventInfoSlots::SendGetCurrentEventCommand(). |
|
Definition at line 57 of file TGo4EventInfoStatus.h. References fbTreeMode. Referenced by TGo4EventInfoSlots::SendGetCurrentEventCommand(). |
|
Definition at line 58 of file TGo4EventInfoStatus.h. References fxEventName. Referenced by TGo4EventInfoSlots::SendGetCurrentEventCommand(), and TGo4EventInfoSlots::SendSetPrintEventCommand(). |
|
Definition at line 59 of file TGo4EventInfoStatus.h. References fxEventPrintout. Referenced by TGo4EventInfoSlots::PrintToLog(). |
|
Definition at line 60 of file TGo4EventInfoStatus.h. References fxEventTree. Referenced by TGo4EventInfoSlots::EventDisplay(). |
|
Definition at line 61 of file TGo4EventInfoStatus.h. References fxEvent. Referenced by TGo4EventInfoSlots::EventDisplay(). |
|
Number of events for pringout.
Definition at line 66 of file TGo4EventInfoStatus.h. Referenced by GetEventNum(), SetEventNum(), and TGo4EventInfoStatus(). |
|
Mbs subevent id.
Definition at line 68 of file TGo4EventInfoStatus.h. Referenced by GetSubId(), SetSubId(), and TGo4EventInfoStatus(). |
|
true for mbs printevent in longwords.
Definition at line 70 of file TGo4EventInfoStatus.h. Referenced by IsLong(), SetLong(), and TGo4EventInfoStatus(). |
|
true for mbs printevent in hex format.
Definition at line 72 of file TGo4EventInfoStatus.h. Referenced by IsHex(), SetHex(), and TGo4EventInfoStatus(). |
|
true for mbs printevent in data (decimal) format.
Definition at line 74 of file TGo4EventInfoStatus.h. Referenced by IsData(), SetData(), and TGo4EventInfoStatus(). |
|
true for print event sample in analysis terminal.
Definition at line 76 of file TGo4EventInfoStatus.h. Referenced by IsRemoteMode(), SetRemoteMode(), and TGo4EventInfoStatus(). |
|
true for using a TTree for the event sample.
Definition at line 78 of file TGo4EventInfoStatus.h. Referenced by IsTreeMode(), SetTreeMode(), and TGo4EventInfoStatus(). |
|
name of the event to be processed.
Definition at line 81 of file TGo4EventInfoStatus.h. Referenced by GetEventName(), and SetEventName(). |
|
tree containing one sample event.
Definition at line 83 of file TGo4EventInfoStatus.h. Referenced by GetSampleTree(), PrintEventSample(), SetEvent(), TGo4EventInfoStatus(), and ~TGo4EventInfoStatus(). |
|
Event sample without a tree.
Definition at line 85 of file TGo4EventInfoStatus.h. Referenced by GetSampleEvent(), PrintEventSample(), SetEvent(), TGo4EventInfoStatus(), and ~TGo4EventInfoStatus(). |
|
Text buffer containing the printout of current event sample.
Definition at line 87 of file TGo4EventInfoStatus.h. Referenced by GetEventPrintout(). |