]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSPreprocessorPHYS.h
Removing centrality check from default:
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPreprocessorPHYS.h
deleted file mode 120000 (symlink)
index f8458fe69ad75a89b953c89be37c156d3f0bb71d..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-/home/polishch/Shuttle/HisaDA/DAsrc/AliPHOSPreprocessorPHYS.h
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..35cd7796582d032db160a3fe6e06e2984a3ae540
--- /dev/null
@@ -0,0 +1,28 @@
+#ifndef ALIPHOSPREPROCESSORPHYS_H
+#define ALIPHOSPREPROCESSORPHYS_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+///////////////////////////////////////////////////////////////////////////////
+// Class AliPHOSPreprocessorPHYS
+///////////////////////////////////////////////////////////////////////////////
+
+
+#include "AliPreprocessor.h"
+
+class AliPHOSPreprocessorPHYS : public AliPreprocessor {
+ public:
+
+  AliPHOSPreprocessorPHYS();
+  AliPHOSPreprocessorPHYS(AliShuttleInterface* shuttle);
+
+ protected:
+
+  virtual UInt_t Process(TMap* valueSet);
+  Bool_t CalibratePhys();
+
+ private:
+
+  ClassDef(AliPHOSPreprocessorPHYS,1)  // Preprocessor for PHYS event
+};
+#endif