• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/cern-oct11/go4/RICH/MAPMT_Cell.h (r4864/r1885)

Go to the documentation of this file.
00001 #ifndef MAPMT_CELL_H
00002 #define MAPMT_CELL_H
00003 
00004 struct MAPMT_Cell {
00005    float xbin;
00006    float ybin;
00007    float xcoord;
00008    float ycoord;
00009    int globalchannel;
00010    int mapmt;
00011    int pixel;
00012    int roc;
00013    int feb;
00014    int febchannel;
00015 };
00016 
00017 #endif
00018 
00019 

Generated on Tue Dec 10 2013 04:52:17 for ROCsoft by  doxygen 1.7.1