/// SolidMPPC.hh /// Author: Benton Pahlka /// Copyright: 2008 (C) NEMO3/SuperNEMO - University of Texas at Austin #ifndef NemenixMPPC_h #define NemenixMPPC_h #include "G4LogicalVolume.hh" #include "G4Material.hh" #include "G4MaterialPropertiesTable.hh" class NemenixMPPC { public: NemenixMPPC(); ~NemenixMPPC(); G4LogicalVolume *MPPCConstruction(G4double FibXY); // virtual void ConstructSDandField(); private: G4LogicalVolume * logMPPC; }; #endif