00001 #ifndef SimG4CMS_HFFibreFiducial_h 00002 #define SimG4CMS_HFFibreFiducial_h 00003 00004 // File: HFFibreFiducial.h 00005 // Description: Describes the fiducial limits of the fibres in HF 00007 00008 #include "G4ThreeVector.hh" 00009 00010 class HFFibreFiducial { 00011 00012 public: 00013 HFFibreFiducial() {} 00014 virtual ~HFFibreFiducial() {} 00015 static int PMTNumber(G4ThreeVector pe_effect); // M.K. HF acceptance 00016 }; 00017 00018 #endif