AliPhysics  96866e8 (96866e8)
AliEMCALConfigurationMatcher.h
Go to the documentation of this file.
1 /*
2  * AliEMCALConfiguration.h
3  *
4  * Created on: 13.11.2014
5  * Author: markusfasel
6  */
7 
8 
9 #ifndef PWG_EMCAL_ALIEMCALCONFIGURATIONMATCHER_H_
10 #define PWG_EMCAL_ALIEMCALCONFIGURATIONMATCHER_H_
11 
12 #include<TObject.h>
13 
15 class AliJSONValue;
16 
18 public:
21 
24 
25  AliJSONValue *GetValue(const char * key) const;
26 
27 protected:
30 
31 private:
34 
35  ClassDef(AliEMCALConfigurationMatcher, 1);
36 };
37 
38 #endif
AliEMCALConfiguration * fDefaultConfiguration
void SetUserConfiguration(AliEMCALConfiguration *conf)
AliEMCALConfigurationMatcher(AliEMCALConfiguration *userConfig, AliEMCALConfiguration *defaultConfig)
void SetDefaultConfiguration(AliEMCALConfiguration *conf)
AliEMCALConfigurationMatcher & operator=(const AliEMCALConfigurationMatcher &)
AliEMCALConfiguration * fUserConfiguration
AliJSONValue * GetValue(const char *key) const