Changeset 13535 for fact/tools/rootmacros/openFits.c
- Timestamp:
- 05/03/12 10:39:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/openFits.c
r13534 r13535 3 3 #include "stdint.h" 4 4 5 5 using namespace std; 6 6 7 7 // Opens FACT Fits Raw Data -- for more Info refer to header file … … 12 12 vector<int16_t> &StartCells, // vector, which will be filled with DRS start positions 13 13 unsigned int &EventID, // index of the current event 14 UInt_t &RegionOfInterest, // Width of the Region, read out of the DRS15 UInt_t &NumberOfPixels, // Total number of pixel, read out of the camera14 unsigned int &RegionOfInterest, // Width of the Region, read out of the DRS 15 unsigned int &NumberOfPixels, // Total number of pixel, read out of the camera 16 16 size_t &PXLxROI, // Size of column "Data" = #Pixel x ROI 17 17 // this can be used, to x-check RegionOfInterest and NumberOfPixels
Note:
See TracChangeset
for help on using the changeset viewer.