]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSBeamTestDigSPD.h
beam test digitisation classes
[u/mrichter/AliRoot.git] / ITS / AliITSBeamTestDigSPD.h
diff --git a/ITS/AliITSBeamTestDigSPD.h b/ITS/AliITSBeamTestDigSPD.h
new file mode 100644 (file)
index 0000000..135559d
--- /dev/null
@@ -0,0 +1,43 @@
+#ifndef ALIITSBEAMTESTDIGSPD_H
+#define ALIITSBEAMTESTDIGSPD_H
+
+////////////////////////////////////////////////////
+//  Class to define                               //
+//  SPD beam test raw 2 dig conv.                 //
+//
+//  Origin: Jan Conrad Jan.Conrad@cern.ch         //
+////////////////////////////////////////////////////
+
+#include "AliITSBeamTestDig.h"
+
+
+class AliRawReaderDate;
+class AliITSBeamTest;
+
+class AliITSBeamTestDigSPD: public AliITSBeamTestDig {
+ public:
+
+  AliITSBeamTestDigSPD();
+  AliITSBeamTestDigSPD(const Text_t* name, const Text_t* title);
+  virtual ~AliITSBeamTestDigSPD();
+
+  virtual void Exec(Option_t* opt);
+  
+  
+ protected:      
+  
+   
+  Bool_t fFlagHeader; // flag for the event header
+
+
+
+ ClassDef(AliITSBeamTestDigSPD,0)  // An Alice SPD beam test run
+
+ };
+
+
+#endif
+
+