Go to the documentation of this file. 1 #ifndef PAIRANALYSISMETADATA_H
2 #define PAIRANALYSISMETADATA_H
36 void FillMeta(
const char* name, Double_t val);
37 void FillMeta(
const char* name, Int_t val);
38 void FillMeta(
const char* name,
const char* val);
40 void GetMeta(
const char* name, Int_t* val);
41 void GetMeta(
const char* name, Double_t* val);
43 void SetMetaData(TList& list, Bool_t setOwner = kTRUE);