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

beamtime/cern-oct12/go4/RICH/MAPMT_Cell.h (r4864/r3707)

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

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