]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD.h
Non-implemented private copy constructor and assignment operator
[u/mrichter/AliRoot.git] / FMD / AliFMD.h
index e93b1d8e15aa3c2c3c7378f02eeb1d0aeb814390..5f4491b7d6a76ecb69a6fc9a0f839aaeb52028d6 100644 (file)
       hits, digits, reconstructed points and ESD data. 
 
     - AliFMDCalibFaker, AliFMDAlignFaker: Classes to write fake (or
-      dummy) calibration and alignment         data.  These derive from
-      TTask.  
+      dummy) calibration and alignment         data. 
+
 
     @section script Scripts 
     
@@ -334,6 +334,7 @@ public:
       -        @c FMD @c Plastic$ Plastic (Support legs for the hybrid cards)
   */
   virtual void   CreateMaterials(); 
+#if 0
   /** 
    * Declare tracking parameters for a medium 
    * 
@@ -383,6 +384,7 @@ public:
                             Int_t   pair_production, 
                             Int_t   photon_production, 
                             Int_t   rayleigh_scattering);
+#endif
   /** Initialize this detector */
   virtual void   Init();
   /** This member function is called when ever a track deposites
@@ -396,13 +398,6 @@ public:
   virtual void   FinishEvent();
   /** @}*/
   
-  /** @{*/
-  /** @name Graphics and event display */
-  /** Draw a shaded view of the Forward multiplicity detector.  This 
-      isn't really useful anymore. */
-  virtual        void   DrawDetector() {}
-  /** @}*/
-  
   /** @{ */
   /** @name Hit and digit management */
   /* Create Tree branches for the FMD.
@@ -547,7 +542,7 @@ public:
   /** Create a digitizer object
       @param manager Digitization manager
       @return a newly allocated AliFMDDigitizer */
-  virtual AliDigitizer* CreateDigitizer(AliRunDigitizer* manager) const;
+  virtual AliDigitizer* CreateDigitizer(AliDigitizationInput* digInput) const;
   /** Create AliFMDDigit's from AliFMDHit's.  This is done by creating
       an AliFMDDigitizer object, and executing it.  */
   virtual        void   Hits2Digits();