]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - START/AliSTARTv1.h
Modifing geometry
[u/mrichter/AliRoot.git] / START / AliSTARTv1.h
diff --git a/START/AliSTARTv1.h b/START/AliSTARTv1.h
new file mode 100644 (file)
index 0000000..c3bd3af
--- /dev/null
@@ -0,0 +1,34 @@
+#ifndef STARTV1_H
+#define STARTV1_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+////////////////////////////////////////////////
+//  Manager and hits classes for set:START     //
+////////////////////////////////////////////////
+#include "AliSTART.h"
+class AliSTARTv1 : public AliSTART {
+  
+public:
+  AliSTARTv1() {};
+  AliSTARTv1(const char *name, const char *title);
+  virtual       ~AliSTARTv1() {}
+  virtual void   CreateGeometry();
+  virtual void   CreateMaterials();
+  virtual void   DrawDetector();
+  virtual void   Init();
+  virtual Int_t  IsVersion() const {return 0;}
+  virtual void   StepManager();
+  
+protected:
+   Int_t fIdSens1; // Sensetive volume  in START
+  ClassDef(AliSTARTv1,1)  //Class for START version 0
+};
+
+#endif
+
+