GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4ComAddTreeHistogram Class Reference

Adds a tree-histogram entry into dynamic list. More...

#include <TGo4ComAddTreeHistogram.h>

+ Inheritance diagram for TGo4ComAddTreeHistogram:

Public Member Functions

 TGo4ComAddTreeHistogram ()
 
 TGo4ComAddTreeHistogram (const char *histogramname, const char *treename, const char *varexp, const char *cut)
 
Int_t ExeCom () override
 Do the command action.
 
void Set (TGo4RemoteCommand *remcon) override
 Set internals of this command from specification of external remote command (command container).
 
void SetCut (const char *cut)
 Set TCut to be applied on this tree histogram.
 
void SetHistogramName (const char *name)
 Set histogram (dynamic entry) name.
 
void SetTreeName (const char *name)
 Set tree name.
 
void SetVarexp (const char *exp)
 Set dynamic entry index name.
 
- Public Member Functions inherited from TGo4AnalysisCommand
 TGo4AnalysisCommand ()
 
 TGo4AnalysisCommand (const char *name, const char *desc)
 
Int_t RefuseCom () override
 Optional action if command is not allowed (warning message e.g.)
 
- Public Member Functions inherited from TGo4Command
 TGo4Command ()
 
 TGo4Command (const char *name, const char *description, Int_t id)
 
virtual ~TGo4Command ()
 
Int_t GetCommandID () const
 
Go4CommandMode_t GetMode () const
 
Go4CommandMode_t GetProtection () const
 
const char * GetReceiverName () const
 
const char * GetTaskName () const
 
virtual void Help ()
 
Bool_t IsEnabled () const
 
Bool_t IsExclusive () const
 
Bool_t IsLocal () const
 
Bool_t IsSynchron () const
 
virtual Bool_t Log (Int_t mode=0)
 
void SetDescription (const char *)
 
void SetMode (Go4CommandMode_t m)
 
virtual void SetReceiver (TGo4CommandReceiver *rec)
 
void SetReceiverName (const char *)
 
void SetTaskName (const char *)
 
const char * What () const
 

Private Attributes

TString fxCut
 String with cut expression.
 
TString fxHistoName
 Name of the histogram for dynamic list.
 
TString fxTreeName
 Name of Tree linked to that histogram.
 
TString fxVarexp
 Variable expression defining what to draw in the histogram.
 

Additional Inherited Members

- Static Public Member Functions inherited from TGo4Command
static const char * GetModeDescription (Go4CommandMode_t mode)
 text description of current execution mode
 
- Protected Member Functions inherited from TGo4Command
void SetProtection (Go4CommandMode_t m)
 
- Protected Attributes inherited from TGo4Command
Bool_t fbIsEnabled {kFALSE}
 
Bool_t fbIsExclusive {kFALSE}
 
Bool_t fbIsLocal {kFALSE}
 
Bool_t fbIsSynchron {kFALSE}
 
Int_t fiCommandID {0}
 
Go4CommandMode_t fiMode {kGo4ComModeRefused}
 mode value for execution rights of sending task
 
Go4CommandMode_t fiProtection {kGo4ComModeRefused}
 Execute protection of this command.
 
Int_t fiVersion {0}
 
TGo4CommandReceiverfxReceiverBase {nullptr}
 
- Static Protected Attributes inherited from TGo4Command
static const char * fgcMODEDESCRIPTION []
 resolve description of command modes here
 

Detailed Description

Adds a tree-histogram entry into dynamic list.

Tree will be searched by name and linked to that entry. If histogram of given name does not exist, it will be created on first TTree::Draw. Varexp string and TCut is used to define what to draw. Tree will be processed event by event within the analysis MainCycle.

Author
J. Adamczewski
Since
01-Nov-2001

Definition at line 33 of file TGo4ComAddTreeHistogram.h.

Constructor & Destructor Documentation

◆ TGo4ComAddTreeHistogram() [1/2]

TGo4ComAddTreeHistogram::TGo4ComAddTreeHistogram ( )

◆ TGo4ComAddTreeHistogram() [2/2]

TGo4ComAddTreeHistogram::TGo4ComAddTreeHistogram ( const char * histogramname,
const char * treename,
const char * varexp,
const char * cut )

Member Function Documentation

◆ ExeCom()

Int_t TGo4ComAddTreeHistogram::ExeCom ( )
overridevirtual

◆ Set()

void TGo4ComAddTreeHistogram::Set ( TGo4RemoteCommand * remcon)
overridevirtual

Set internals of this command from specification of external remote command (command container).

Must be overloaded for each specific command!

Reimplemented from TGo4Command.

Definition at line 41 of file TGo4ComAddTreeHistogram.cxx.

References TGo4RemoteCommand::GetString(), SetCut(), SetHistogramName(), SetTreeName(), and SetVarexp().

◆ SetCut()

void TGo4ComAddTreeHistogram::SetCut ( const char * cut)
inline

Set TCut to be applied on this tree histogram.

Definition at line 57 of file TGo4ComAddTreeHistogram.h.

References fxCut.

Referenced by TGo4ComAddTreeHistogram(), and Set().

◆ SetHistogramName()

void TGo4ComAddTreeHistogram::SetHistogramName ( const char * name)
inline

Set histogram (dynamic entry) name.

Definition at line 48 of file TGo4ComAddTreeHistogram.h.

References fxHistoName.

Referenced by TGo4ComAddTreeHistogram(), and Set().

◆ SetTreeName()

void TGo4ComAddTreeHistogram::SetTreeName ( const char * name)
inline

Set tree name.

Definition at line 51 of file TGo4ComAddTreeHistogram.h.

References fxTreeName.

Referenced by TGo4ComAddTreeHistogram(), and Set().

◆ SetVarexp()

void TGo4ComAddTreeHistogram::SetVarexp ( const char * exp)
inline

Set dynamic entry index name.

Definition at line 54 of file TGo4ComAddTreeHistogram.h.

References fxVarexp.

Referenced by TGo4ComAddTreeHistogram(), and Set().

Field Documentation

◆ fxCut

TString TGo4ComAddTreeHistogram::fxCut
private

String with cut expression.

Definition at line 71 of file TGo4ComAddTreeHistogram.h.

Referenced by ExeCom(), and SetCut().

◆ fxHistoName

TString TGo4ComAddTreeHistogram::fxHistoName
private

Name of the histogram for dynamic list.

Definition at line 62 of file TGo4ComAddTreeHistogram.h.

Referenced by ExeCom(), and SetHistogramName().

◆ fxTreeName

TString TGo4ComAddTreeHistogram::fxTreeName
private

Name of Tree linked to that histogram.

Definition at line 65 of file TGo4ComAddTreeHistogram.h.

Referenced by ExeCom(), and SetTreeName().

◆ fxVarexp

TString TGo4ComAddTreeHistogram::fxVarexp
private

Variable expression defining what to draw in the histogram.

Definition at line 68 of file TGo4ComAddTreeHistogram.h.

Referenced by ExeCom(), and SetVarexp().


The documentation for this class was generated from the following files: