Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GetDetectorBins.h

Go to the documentation of this file.
00001 
00027 #ifndef GETDETECTORBINS_H
00028 #define GETDETECTORBINS_H
00029 
00030 #include <UgliGeometry/UgliGeomHandle.h>
00031 #include <Conventions/PlaneView.h>
00032 
00033 namespace DataUtil {
00034 
00040     void GetDetectorBinsZ(UgliGeomHandle ugh,
00041                           int &nbins, double &min, double &max);
00042 
00048     void GetDetectorBinsUV(UgliGeomHandle ugh, PlaneView::EPlaneView view,
00049                            int &nbins, double &min, double &max);
00050     
00051 }
00052 
00053 
00054 #endif  // GETDETECTORBINS_H

Generated on Mon Feb 15 11:06:46 2010 for loon by  doxygen 1.3.9.1