]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/AliITSUpg.h
Removing the tasks from the digitization (Ruben)
[u/mrichter/AliRoot.git] / ITS / UPGRADE / AliITSUpg.h
index aed02f1b10d5fa670614c3c9d98566bedb3e37db..3e6dd39b0a69ab569d1bfe4944426bd5129913ee 100644 (file)
@@ -27,7 +27,7 @@ class AliITShit;
 class AliITSgeom;
 class AliITSdigit;
 class AliITSmodule;
-class AliRunDigitizer;
+class AliDigitizationInput;
 
 
 class AliITSUpg : public AliDetector {
@@ -107,7 +107,7 @@ class AliITSUpg : public AliDetector {
    // Trigger
     virtual AliTriggerDetector* CreateTriggerDetector() const;
 
-    AliDigitizer* CreateDigitizer(AliRunDigitizer* manager) const;
+    AliDigitizer* CreateDigitizer(AliDigitizationInput* manager) const;
     virtual void UpdateInternalGeometry();
     virtual void SDigitsToDigits(Option_t *opt="All");
     virtual void SDigits2Digits(){SDigitsToDigits("All");}