]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCDigitizer.h
Defining properly momentum components in AliMUONHit constructors (thanks Artur)
[u/mrichter/AliRoot.git] / TPC / AliTPCDigitizer.h
index 9933989d3a4142c1bc2e1f331575562d94a219a2..7689fe8545cca67796aca1c96816f45ead58a33a 100644 (file)
@@ -3,6 +3,8 @@
 /* Copyright(c) 1998-2001, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
+/* $Id$ */
+
 #include "AliDigitizer.h"
 
 class AliRunDigitizer;
@@ -18,10 +20,12 @@ class AliTPCDigitizer : public AliDigitizer {
     virtual void Exec(Option_t* option=0);    
     Int_t GetDebug() const {return fDebug;}       // get debug level
     void SetDebug(Int_t level){fDebug = level;}   // set debug level        
- private:    
+ private: 
+    void ExecFast(Option_t* option=0); //digitize - using row pointers
+    void ExecSave(Option_t* option=0); // digitize using controlled arrays   
     Int_t fDebug;
  private:
-    ClassDef(AliTPCDigitizer,1)  // MUON merging/digitization
+    ClassDef(AliTPCDigitizer,2)  // MUON merging/digitization
 };    
 #endif