Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

histogram.h

00001 #ifndef HISTOGRAM_H  /* multiple inclusion protection */
00002 #define HISTOGRAM_H
00003 
00004 #include "processor.h"
00005 
00006 #if   defined(SCT_ROD)
00007     #include "histogram_sct.h"
00008 #elif defined(PIXEL_ROD)
00009     #include "histogram_pxl.h"
00010 #endif
00011 
00012 #endif /* Multiple-inclusion protection */

Generated on Fri Dec 16 19:38:11 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5