CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/SimG4CMS/Calo/interface/HFFibreFiducial.h

Go to the documentation of this file.
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