8 #ifndef _ALIEMCALCONFIGURATION_H_
9 #define _ALIEMCALCONFIGURATION_H_
24 void AddParam(
const char *name, AliJSONValue *value);
26 void Build(
const char * jsonstring);
27 void Build(TList *entries);
31 AliJSONValue *
GetValue(
const char *key)
const ;
32 void Print(Option_t *)
const;
std::string CreateJSONString() const
void Print(Option_t *) const
void AddConfiguration(AliEMCALConfiguration *conf)
Bool_t HasKey(const char *key) const
ClassDef(AliEMCALConfiguration, 1)
AliEMCALConfiguration(const char *name)
AliEMCALConfiguration & operator=(const AliEMCALConfiguration &ref)
virtual ~AliEMCALConfiguration()
std::ostream & operator<<(std::ostream &, const AliEMCALConfiguration &)
AliJSONValue * GetValue(const char *key) const
void Build(const char *jsonstring)
void AddParam(const char *name, AliJSONValue *value)