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));
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
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.
virtual const char * GetName() const
virtual const char * ClassName() const