|
THaVar * | Define (const char *name, const Byte_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Byte_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Byte_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Byte_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Char_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Char_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Double_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Double_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Float_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Float_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Int_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Int_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Long_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Long_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Short_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const Short_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const std::vector< Double_t > &var) |
|
THaVar * | Define (const char *name, const char *descript, const std::vector< Float_t > &var) |
|
THaVar * | Define (const char *name, const char *descript, const std::vector< Int_t > &var) |
|
THaVar * | Define (const char *name, const char *descript, const std::vector< UInt_t > &var) |
|
THaVar * | Define (const char *name, const char *descript, const UInt_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const UInt_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const ULong_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const ULong_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const UShort_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const char *descript, const UShort_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Char_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Char_t *&var) |
|
THaVar * | Define (const char *name, const Double_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Double_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Float_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Float_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Int_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Int_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Long_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Long_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Short_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const Short_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const std::vector< Double_t > &var) |
|
THaVar * | Define (const char *name, const std::vector< Float_t > &var) |
|
THaVar * | Define (const char *name, const std::vector< Int_t > &var) |
|
THaVar * | Define (const char *name, const std::vector< UInt_t > &var) |
|
THaVar * | Define (const char *name, const UInt_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const UInt_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const ULong_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const ULong_t *&var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const UShort_t &var, const Int_t *count=nullptr) |
|
THaVar * | Define (const char *name, const UShort_t *&var, const Int_t *count=nullptr) |
|
virtual THaVar * | DefineByRTTI (const TString &name, const TString &desc, const TString &def, const void *obj, TClass *cl, const char *errloc="DefineByRTTI") |
|
virtual THaVar * | DefineByType (const char *name, const char *desc, const void *loc, VarType type, const Int_t *count, const char *errloc="DefineByType") |
|
virtual Int_t | DefineVariables (const RVarDef *list, const TObject *obj, const char *prefix="", const char *caller="", const char *def_prefix="", const char *comment_subst="") |
|
virtual Int_t | DefineVariables (const VarDef *list, const char *prefix="", const char *caller="") |
|
virtual THaVar * | Find (const char *name) const |
|
virtual void | PrintFull (Option_t *opt="") const |
|
virtual Int_t | RemoveName (const char *name) |
|
virtual Int_t | RemoveRegexp (const char *expr, Bool_t wildcard=true) |
|
| THaVarList () |
|
virtual | ~THaVarList ()=default |
|
void | AddAfter (const TObject *after, TObject *obj) override |
|
void | AddAfter (TObjLink *after, TObject *obj) override |
|
void | AddAt (TObject *obj, Int_t idx) override |
|
void | AddBefore (const TObject *before, TObject *obj) override |
|
void | AddBefore (TObjLink *before, TObject *obj) override |
|
void | AddFirst (TObject *obj) override |
|
void | AddFirst (TObject *obj, Option_t *opt) override |
|
void | AddLast (TObject *obj) override |
|
void | AddLast (TObject *obj, Option_t *opt) override |
|
Float_t | AverageCollisions () const |
|
void | Clear (Option_t *option="") override |
|
void | Delete (Option_t *option="") override |
|
TObject * | FindObject (const char *name) const override |
|
TObject * | FindObject (const TObject *obj) const override |
|
const TList * | GetListForObject (const char *name) const |
|
const TList * | GetListForObject (const TObject *obj) const |
|
TClass * | IsA () const override |
|
void | RecursiveRemove (TObject *obj) override |
|
void | Rehash (Int_t newCapacity) |
|
TObject * | Remove (TObject *obj) override |
|
TObject * | Remove (TObjLink *lnk) override |
|
void | Streamer (TBuffer &) override |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
| THashList (Int_t capacity=TCollection::kInitHashTableCapacity, Int_t rehash=0) |
|
| THashList (TObject *parent, Int_t capacity=TCollection::kInitHashTableCapacity, Int_t rehash=0) |
|
bool | UseRWLock (Bool_t enable=true) override |
|
virtual | ~THashList () |
|
void | Add (TObject *obj) override |
|
virtual void | Add (TObject *obj, Option_t *opt) |
|
void | AddAfter (const TObject *after, TObject *obj) override |
|
void | AddAt (TObject *obj, Int_t idx) override |
|
void | AddBefore (const TObject *before, TObject *obj) override |
|
void | AddFirst (TObject *obj) override |
|
void | AddLast (TObject *obj) override |
|
TObject * | After (const TObject *obj) const override |
|
TObject * | At (Int_t idx) const override |
|
TObject * | Before (const TObject *obj) const override |
|
void | Clear (Option_t *option="") override |
|
void | Delete (Option_t *option="") override |
|
TObject * | FindObject (const char *name) const override |
|
TObject * | FindObject (const TObject *obj) const override |
|
TObject * | First () const override |
|
virtual TObjLink * | FirstLink () const |
|
TObject ** | GetObjectRef (const TObject *obj) const override |
|
TClass * | IsA () const override |
|
Bool_t | IsAscending () |
|
TObject * | Last () const override |
|
virtual TObjLink * | LastLink () const |
|
TIterator * | MakeIterator (Bool_t dir=kIterForward) const override |
|
void | RecursiveRemove (TObject *obj) override |
|
TObject * | Remove (const TObjLinkPtr_t &lnk) |
|
TObject * | Remove (TObject *obj) override |
|
void | RemoveLast () override |
|
virtual void | Sort (Bool_t order=kSortAscending) |
|
void | Streamer (TBuffer &) override |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
| TList () |
|
| TList (TObject *) |
|
virtual | ~TList () |
|
void | Add (TObject *obj) override |
|
virtual Int_t | GetLast () const |
|
virtual Int_t | IndexOf (const TObject *obj) const |
|
TClass * | IsA () const override |
|
virtual Bool_t | IsSorted () const |
|
Int_t | LastIndex () const |
|
Long64_t | Merge (TCollection *list) |
|
virtual void | RemoveAfter (TObject *after) |
|
virtual TObject * | RemoveAt (Int_t idx) |
|
virtual void | RemoveBefore (TObject *before) |
|
virtual void | RemoveFirst () |
|
void | Streamer (TBuffer &) override |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
void | UnSort () |
|
virtual | ~TSeqCollection () |
|
virtual void | AddAll (const TCollection *col) |
|
void | AddVector (TObject *obj1,...) |
|
Bool_t | AssertClass (TClass *cl) const |
|
TIter | begin () const |
|
void | Browse (TBrowser *b) override |
|
Int_t | Capacity () const |
|
TObject * | Clone (const char *newname="") const override |
|
Int_t | Compare (const TObject *obj) const override |
|
Bool_t | Contains (const char *name) const |
|
Bool_t | Contains (const TObject *obj) const |
|
void | Draw (Option_t *option="") override |
|
void | Dump () const override |
|
TIter | end () const |
|
virtual Int_t | GetEntries () const |
|
const char * | GetName () const override |
|
virtual Int_t | GetSize () const |
|
virtual Int_t | GrowBy (Int_t delta) const |
|
ULong_t | Hash () const override |
|
Bool_t | IsArgNull (const char *where, const TObject *obj) const |
|
virtual Bool_t | IsEmpty () const |
|
Bool_t | IsFolder () const override |
|
Bool_t | IsOwner () const |
|
Bool_t | IsSortable () const override |
|
R__ALWAYS_INLINE Bool_t | IsUsingRWLock () const |
|
void | ls (Option_t *option="") const override |
|
virtual TIterator * | MakeReverseIterator () const |
|
Bool_t | Notify () override |
|
TObject * | operator() (const char *name) const |
|
void | Paint (Option_t *option="") override |
|
virtual void | Print (Option_t *option, const char *wildcard, Int_t recurse=1) const |
|
virtual void | Print (Option_t *option, Int_t recurse) const |
|
virtual void | Print (Option_t *option, TPRegexp ®exp, Int_t recurse=1) const |
|
void | Print (Option_t *option="") const override |
|
void | RemoveAll () |
|
virtual void | RemoveAll (TCollection *col) |
|
void | SetCurrentCollection () |
|
void | SetName (const char *name) |
|
virtual void | SetOwner (Bool_t enable=kTRUE) |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const override |
|
Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) override |
|
virtual | ~TCollection () |
|
void | AbstractMethod (const char *method) const |
|
virtual void | AppendPad (Option_t *option="") |
|
ULong_t | CheckedHash () |
|
virtual const char * | ClassName () const |
|
virtual void | Copy (TObject &object) const |
|
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
|
virtual void | DrawClass () const |
|
virtual TObject * | DrawClone (Option_t *option="") const |
|
virtual void | Error (const char *method, const char *msgfmt,...) const |
|
virtual void | Execute (const char *method, const char *params, Int_t *error=nullptr) |
|
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr) |
|
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
|
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
|
virtual Option_t * | GetDrawOption () const |
|
virtual const char * | GetIconName () const |
|
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
|
virtual Option_t * | GetOption () const |
|
virtual const char * | GetTitle () const |
|
virtual UInt_t | GetUniqueID () const |
|
virtual Bool_t | HandleTimer (TTimer *timer) |
|
Bool_t | HasInconsistentHash () const |
|
virtual void | Info (const char *method, const char *msgfmt,...) const |
|
virtual Bool_t | InheritsFrom (const char *classname) const |
|
virtual Bool_t | InheritsFrom (const TClass *cl) const |
|
virtual void | Inspect () const |
|
void | InvertBit (UInt_t f) |
|
Bool_t | IsDestructed () const |
|
virtual Bool_t | IsEqual (const TObject *obj) const |
|
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
|
R__ALWAYS_INLINE Bool_t | IsZombie () const |
|
void | MayNotUse (const char *method) const |
|
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
|
void | operator delete (void *ptr) |
|
void | operator delete[] (void *ptr) |
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *vp) |
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, void *vp) |
|
TObject & | operator= (const TObject &rhs) |
|
virtual void | Pop () |
|
virtual Int_t | Read (const char *name) |
|
void | ResetBit (UInt_t f) |
|
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
|
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
|
void | SetBit (UInt_t f) |
|
void | SetBit (UInt_t f, Bool_t set) |
|
virtual void | SetDrawOption (Option_t *option="") |
|
virtual void | SetUniqueID (UInt_t uid) |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
virtual void | SysError (const char *method, const char *msgfmt,...) const |
|
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
|
Int_t | TestBits (UInt_t f) const |
|
| TObject () |
|
| TObject (const TObject &object) |
|
virtual void | UseCurrentStyle () |
|
virtual void | Warning (const char *method, const char *msgfmt,...) const |
|
virtual | ~TObject () |
|