// ******** Header of class to build HypGe Double Cluster Geometry ************* // by steinen@kph.uni-mainz.de #ifndef PNDGEOHYPGEDOUBLECLUSTER_H #define PNDGEOHYPGEDOUBLECLUSTER_H #include "PndGeoHypGeCrystal.h" #include "PndGeoHypGeCluster.h" #include "TGeoArb8.h" #include "TGeoXtru.h" class PndGeoHypGeDoubleCluster : public PndGeoHypGeCluster { private: Double_t DoubleYOffset; public: PndGeoHypGeDoubleCluster(); // do not use! PndGeoHypGeDoubleCluster(TGeoMedium *ExtGe, TGeoMedium *ExtAl,Int_t ExtClusterNumber); ~PndGeoHypGeDoubleCluster(); void BuildCrystals(Int_t *CrystalNumber); void BuildCryostat(); // --------------- Prints the nodes of a cluster ----------------- void PrintNodes(Int_t nLevels ); ClassDef(PndGeoHypGeDoubleCluster,0) // Class for GeoHypGeDoubleCluster }; #endif /* !PNDGEOHYPGEDOUBLECLUSTER_H */