4 #include "KVDetectorSignal.h" 
    5 #include "KVDetector.h" 
   16    : 
KVBase(type), fDetector(det), fValue(0), fFired(false)
 
   22    if (det) SetTitle(
Form(
"Signal %s of detector %s", 
type, det->GetName()));
 
   23    else SetTitle(
Form(
"Detector signal %s", 
type));
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
 
char * Form(const char *fmt,...)
 
Base class for KaliVeda framework.
 
Base class for output signal data produced by a detector.
 
virtual Int_t GetStatus(const TString &) const
Override in child classes to report on the 'status' of the signal.
 
const KVDetector * fDetector
associated detector
 
virtual Double_t GetValue(const KVNameValueList ¶ms="") const
 
const Char_t * GetType() const
 
void ls(Option_t *="") const
Print compact listing of infos on signal: name/type, associated detector, value.
 
TString GetFullName() const
 
virtual Bool_t IsAvailableFor(const KVNameValueList &) const
 
Base class for detector geometry description.
 
const char * GetName() const override
 
virtual const char * ClassName() const