CMS 3D CMS Logo

HFFibreFiducial.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_HFFibreFiducial_h
2 #define SimG4CMS_HFFibreFiducial_h
3 // File: HFFibreFiducial.h
5 // Description: Describes the fiducial limits of the fibres in HF
7 
8 #include "G4ThreeVector.hh"
9 
10 namespace HFFibreFiducial {
11  int PMTNumber(const G4ThreeVector& pe_effect); // M.K. HF acceptance
12 };
13 
14 #endif
HFFibreFiducial::PMTNumber
int PMTNumber(const G4ThreeVector &pe_effect)
Definition: HFFibreFiducial.cc:9
HFFibreFiducial
Definition: HFFibreFiducial.h:10