3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
6 ////////////////////////////////////////////////
7 // Abstract Base Class for PHOS //
9 // Author Laurent Aphecetche SUBATECH //
10 // The only provided method here is //
11 // CreateMaterials, which defines the //
12 // materials common to all PHOS versions. //
14 ////////////////////////////////////////////////
16 // --- ROOT system ---
18 // --- AliRoot header files ---
20 #include "AliDetector.h"
21 #include "AliPHOSGeometry.h"
24 class AliPHOS : public AliDetector {
28 AliPHOS(const char* name, const char* title) ;
32 virtual void CreateMaterials() ;
33 virtual AliPHOSGeometry * GetGeometry() = 0 ;
35 ClassDef(AliPHOS,2) // Photon Spectrometer Detector