]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Setters fro models moved to header
authordibari <dibari@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Nov 2001 17:29:31 +0000 (17:29 +0000)
committerdibari <dibari@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Nov 2001 17:29:31 +0000 (17:29 +0000)
RICH/AliRICH.cxx

index aa5d35ff7209cc3d48d1ac7aa2e354f6d340556f..9bda4c0bc86ae1271b89626b2753becc055c3afa 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.56  2001/11/02 15:37:25  hristov
+  Digitizer class created. Code cleaning and bug fixes (J.Chudoba)
+
   Revision 1.55  2001/10/23 13:03:35  hristov
   The access to several data members was changed from public to protected. The digitisation was adapted to the multi-event case (J.Chudoba)
 
@@ -2064,53 +2067,6 @@ void AliRICH::ResetRecHits3D()
     }
 }
 
-//___________________________________________
-void   AliRICH::SetGeometryModel(Int_t id, AliRICHGeometry *geometry)
-{
-
-//
-// Setter for the RICH geometry model
-//
-
-
-  //PH    ((AliRICHChamber*) (*fChambers)[id])->GeometryModel(geometry);
-    ((AliRICHChamber*)fChambers->At(id))->GeometryModel(geometry);
-}
-
-//___________________________________________
-void   AliRICH::SetSegmentationModel(Int_t id, AliSegmentation *segmentation)
-{
-
-//
-// Setter for the RICH segmentation model
-//
-
-  //PH    ((AliRICHChamber*) (*fChambers)[id])->SetSegmentationModel(segmentation);
-    ((AliRICHChamber*)fChambers->At(id))->SetSegmentationModel(segmentation);
-}
-
-//___________________________________________
-void   AliRICH::SetResponseModel(Int_t id, AliRICHResponse *response)
-{
-
-//
-// Setter for the RICH response model
-//
-
-  //PH    ((AliRICHChamber*) (*fChambers)[id])->ResponseModel(response);
-    ((AliRICHChamber*)fChambers->At(id))->ResponseModel(response);
-}
-
-void   AliRICH::SetReconstructionModel(Int_t id, AliRICHClusterFinder *reconst)
-{
-
-//
-// Setter for the RICH reconstruction model (clusters)
-//
-
-  //PH    ((AliRICHChamber*) (*fChambers)[id])->SetReconstructionModel(reconst);
-    ((AliRICHChamber*)fChambers->At(id))->SetReconstructionModel(reconst);
-}
 
 //___________________________________________
 void AliRICH::StepManager()