![]() |
KaliVeda
Toolkit for HIC analysis
|
#include <KVValues.h>

Public Member Functions | |
| KVValues () | |
| default constructor More... | |
| KVValues (const Char_t *name, Int_t ordre_max=3, Int_t nbre_max=20) | |
| constructor More... | |
| virtual | ~KVValues () |
| destructeur More... | |
| Bool_t | Add (KVValues *val) |
| void | Clear (Option_t *option="") override |
| void | DefineAdditionalValue (KVString name, KVString expr) |
| void | FillVar (Double_t val) |
| void | FillVar (Double_t val, Double_t weight) |
| Int_t | GetNumberOfFilling () const |
| Int_t | GetNValues (KVString opt="base") const |
| Int_t | GetOrdreMax () const |
| Int_t | GetShift () const |
| Double_t | GetValue (const Char_t *name) const |
| Double_t | GetValue (Int_t idx) const |
| TString | GetValueExpression (const Char_t *name) const |
| TString | GetValueExpression (Int_t idx) const |
| Int_t | GetValuePosition (const Char_t *name) const |
| void | Print (Option_t *option="") const override |
| Info("Print","%s : %d values computed",GetName(),kval_tot);. More... | |
| void | Reset () |
Public Member Functions inherited from KVNameValueList | |
| KVNameValueList () | |
| KVNameValueList (const Char_t *name, const Char_t *title="") | |
| KVNameValueList (const KVNameValueList &) | |
| Copy constructor. More... | |
| KVNameValueList (KVNameValueList &&)=default | |
| KVNameValueList (std::initializer_list< KVNamedParameter >) | |
| void | AddValue (const KVNamedParameter &p) |
| TString | AsSQLSelection () const |
| Iterator | begin () const |
| virtual void | ClearSelection (const TRegexp &) |
| Int_t | Compare (const TObject *nvl) const override |
| void | Concatenate (const KVNameValueList &nvl) |
| void | Copy (TObject &nvl) const override |
| Iterator | end () const |
| KVNamedParameter * | FindParameter (const Char_t *name) const |
| return the parameter object with the asking name More... | |
| KVString | Get () const |
| Bool_t | GetBoolValue (const Char_t *name) const |
| Bool_t | GetBoolValue (Int_t idx) const |
| Double_t | GetDoubleValue (const Char_t *name) const |
| Double_t | GetDoubleValue (Int_t idx) const |
| Int_t | GetEntries () const |
| Int_t | GetIntValue (const Char_t *name) const |
| Int_t | GetIntValue (Int_t idx) const |
| KVHashList * | GetList () const |
| const Char_t * | GetNameAt (Int_t idx) const |
| Int_t | GetNameIndex (const Char_t *name) const |
| Int_t | GetNpar () const |
| return the number of stored parameters More... | |
| KVNamedParameter * | GetParameter (Int_t idx) const |
| return the parameter object with index idx More... | |
| const Char_t * | GetStringValue (const Char_t *name) const |
| const Char_t * | GetStringValue (Int_t idx) const |
| TString | GetTStringValue (const Char_t *name) const |
| TString | GetTStringValue (Int_t idx) const |
| template<typename value_type > | |
| value_type | GetValue (const Char_t *name) const |
| template<typename value_type > | |
| value_type | GetValue (Int_t idx) const |
| ULong64_t | GetValue64bit (const Char_t *name) const |
| Bool_t | HasBoolParameter (const Char_t *name) const |
| Bool_t | HasDoubleParameter (const Char_t *name) const |
| Bool_t | HasIntParameter (const Char_t *name) const |
| Bool_t | HasNumericParameter (const Char_t *name) const |
| Bool_t | HasParameter (const Char_t *name) const |
| template<typename value_type > | |
| Bool_t | HasParameter (const Char_t *name) const |
| Bool_t | HasStringParameter (const Char_t *name) const |
| Bool_t | HasValue64bit (const Char_t *name) const |
| template<typename value_type > | |
| void | IncrementValue (const Char_t *name, value_type value) |
| Bool_t | IsEmpty () const |
| template<typename value_type > | |
| Bool_t | IsValue (const Char_t *name, value_type value) const |
| TString | List (Option_t *opt="") const |
| void | ls (Option_t *opt="") const override |
| void | Merge (const KVNameValueList &) |
| KVNameValueList & | operator= (const KVNameValueList &) |
| KVNameValueList & | operator= (KVNameValueList &&)=default |
| KVNamedParameter & | operator[] (const TString &name) const |
| std::unique_ptr< KVEnv > | ProduceEnvFile () |
| Put all name-value pairs in this list as a TEnv format. More... | |
| void | ReadEnv (const TEnv &) |
| virtual void | ReadEnvFile (const Char_t *filename) |
| void | RemoveParameter (const Char_t *name) |
| bool | Set (const KVString &) |
| template<typename value_type > | |
| void | SetFirstValue (const Char_t *name, value_type value) |
| void | SetFromEnv (TEnv *tenv, const TString &prefix="") |
| void | SetIgnoreBool (Bool_t ignore=kTRUE) |
| template<typename value_type > | |
| void | SetLastValue (const Char_t *name, value_type value) |
| template<typename value_type > | |
| void | SetValue (const Char_t *name, value_type value) |
| void | SetValue (const KVNamedParameter &) |
| add (or replace) a parameter with the same name, type & value as 'p' More... | |
| void | SetValue64bit (const Char_t *name, ULong64_t) |
| template<typename value_type > | |
| void | SetValueAt (const Char_t *name, value_type value, Int_t idx) |
| void | Sort (Bool_t order=kSortAscending) |
| void | WriteClass (const Char_t *classname, const Char_t *classdesc, const Char_t *base_class="") |
| virtual void | WriteEnvFile (const Char_t *filename) |
| Write all name-value pairs in this list as a TEnv format file. More... | |
| void | WriteToEnv (TEnv *tenv, const TString &prefix="") |
Public Member Functions inherited from TNamed | |
| TNamed () | |
| TNamed (const char *name, const char *title) | |
| TNamed (const TNamed &named) | |
| TNamed (const TString &name, const TString &title) | |
| virtual | ~TNamed () |
| TObject * | Clone (const char *newname="") const override |
| virtual void | FillBuffer (char *&buffer) |
| const char * | GetName () const override |
| const char * | GetTitle () const override |
| ULong_t | Hash () const override |
| TClass * | IsA () const override |
| Bool_t | IsSortable () const override |
| TNamed & | operator= (const TNamed &rhs) |
| virtual void | SetName (const char *name) |
| virtual void | SetNameTitle (const char *name, const char *title) |
| virtual void | SetTitle (const char *title="") |
| virtual Int_t | Sizeof () const |
| void | Streamer (TBuffer &) override |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TObject | |
| TObject () | |
| TObject (const TObject &object) | |
| virtual | ~TObject () |
| void | AbstractMethod (const char *method) const |
| virtual void | AppendPad (Option_t *option="") |
| virtual void | Browse (TBrowser *b) |
| ULong_t | CheckedHash () |
| virtual const char * | ClassName () const |
| virtual void | Delete (Option_t *option="") |
| virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| virtual void | Draw (Option_t *option="") |
| virtual void | DrawClass () const |
| virtual TObject * | DrawClone (Option_t *option="") const |
| virtual void | Dump () 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 TObject * | FindObject (const char *name) const |
| virtual TObject * | FindObject (const TObject *obj) 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 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 |
| virtual Bool_t | IsFolder () const |
| R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
| R__ALWAYS_INLINE Bool_t | IsZombie () const |
| void | MayNotUse (const char *method) const |
| virtual Bool_t | Notify () |
| void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, void *vp) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, void *vp) |
| 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 | Paint (Option_t *option="") |
| virtual void | Pop () |
| virtual Int_t | Read (const char *name) |
| virtual void | RecursiveRemove (TObject *obj) |
| 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 |
| virtual void | UseCurrentStyle () |
| virtual void | Warning (const char *method, const char *msgfmt,...) const |
| virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) |
| virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const |
Additional Inherited Members | |
Public Types inherited from TObject | |
| enum | EDeprecatedStatusBits |
| enum | EStatusBits |
Static Public Member Functions inherited from TNamed | |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
Static Public Member Functions inherited from TObject | |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
| static Longptr_t | GetDtorOnly () |
| static Bool_t | GetObjectStat () |
| static void | SetDtorOnly (void *obj) |
| static void | SetObjectStat (Bool_t stat) |
Public Attributes inherited from TObject | |
| kBitMask | |
| kCanDelete | |
| kCannotPick | |
| kHasUUID | |
| kInconsistent | |
| kInvalidObject | |
| kIsOnHeap | |
| kIsReferenced | |
| kMustCleanup | |
| kNoContextMenu | |
| kNotDeleted | |
| kObjInCanvas | |
| kOverwrite | |
| kSingleKey | |
| kWriteDelete | |
| kZombie | |
Protected Member Functions inherited from TObject | |
| virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
| void | MakeZombie () |
Protected Attributes inherited from TNamed | |
| TString | fName |
| TString | fTitle |
Protected Attributes inherited from TObject | |
| kOnlyPrepStep | |
| KVValues::KVValues | ( | ) |
default constructor
Definition at line 92 of file KVValues.cpp.
constructor
Definition at line 102 of file KVValues.cpp.
|
virtual |
destructeur
Definition at line 129 of file KVValues.cpp.
Definition at line 459 of file KVValues.cpp.
Reimplemented from KVNameValueList.
Definition at line 143 of file KVValues.cpp.
Definition at line 211 of file KVValues.cpp.
Definition at line 329 of file KVValues.cpp.
Definition at line 340 of file KVValues.cpp.
| Int_t KVValues::GetNumberOfFilling | ( | ) | const |
Definition at line 366 of file KVValues.cpp.
Definition at line 446 of file KVValues.cpp.
| Int_t KVValues::GetOrdreMax | ( | ) | const |
Definition at line 356 of file KVValues.cpp.
| Int_t KVValues::GetShift | ( | ) | const |
Definition at line 376 of file KVValues.cpp.
Definition at line 400 of file KVValues.cpp.
Definition at line 387 of file KVValues.cpp.
Definition at line 421 of file KVValues.cpp.
Definition at line 432 of file KVValues.cpp.
Definition at line 410 of file KVValues.cpp.
Info("Print","%s : %d values computed",GetName(),kval_tot);.
Reimplemented from KVNameValueList.
Definition at line 163 of file KVValues.cpp.
Definition at line 117 of file KVValues.cpp.