AliPhysics  15d9304 (15d9304)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
36 };
37 
38 #endif
ClassDef(AliEMCALConfigurationMatcher, 1)
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