]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecoParam.h
Spelling
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecoParam.h
index 28be9c6aaf3df4777a059b0d69f4779361b05a94..bd2c3a888d7192177c150181cf4836c70751b6db 100644 (file)
@@ -78,6 +78,7 @@ public:
 
   static AliPHOSRecoParam* GetDefaultParameters();
   static const  TObjArray* GetMappings();
+  static const  TObject*   GetTriggerParameters();
 
 protected:
 
@@ -108,8 +109,9 @@ protected:
   Bool_t  fCPVUnfold;              // CPV: true if overlapped clusters should be unfolded
 
   static TObjArray* fgkMaps;       // ALTRO mappings for RCU0..RCU3
+  static TObject* fgkTrigParams;   // PHOS trigger parameters
 
-  ClassDef(AliPHOSRecoParam,11)
+  ClassDef(AliPHOSRecoParam,12)
 };
 
 #endif