]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSPreprocessor.h
Fixes for not filled histograms and calculation of Dijet binning
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPreprocessor.h
index a37323bd74ceb64dc794a9b93db7afe2fb1d04d0..027b8216676f9103578359bb31630fc0fb49de90 100644 (file)
@@ -35,9 +35,10 @@ class AliPHOSPreprocessor : public AliPreprocessor {
 
   Bool_t DoCalibrateEmc(Int_t system, TList* sources, const AliPHOSEmcBadChannelsMap* badMap, AliPHOSEmcCalibData& calibData);
   Bool_t DoFindBadChannelsEmc(Int_t system, TList* sources, AliPHOSEmcBadChannelsMap& badMap);
-  Bool_t StoreReferenceEmc(Int_t system, TList* list, const char* path);
+  Bool_t StoreReferenceEmc(Int_t system, TList* list);
+  Bool_t StoreReferenceLED(TList* list);
 
-  ClassDef(AliPHOSPreprocessor,3);
+  ClassDef(AliPHOSPreprocessor,4);
 
 };