Ignore:
Timestamp:
05/03/12 10:39:01 (13 years ago)
Author:
neise
Message:
Makefile works
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/openFits.c

    r13534 r13535  
    33#include "stdint.h"
    44
    5 
     5using namespace std;
    66
    77// Opens FACT Fits Raw Data  -- for more Info refer to header file
     
    1212        vector<int16_t> &StartCells,    // vector, which will be filled with DRS start positions
    1313        unsigned int &EventID,                  // index of the current event
    14         UInt_t &RegionOfInterest,               // Width of the Region, read out of the DRS
    15         UInt_t &NumberOfPixels,                 // Total number of pixel, read out of the camera
     14        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
    1616        size_t &PXLxROI,                                // Size of column "Data" = #Pixel x ROI
    1717                        // this can be used, to x-check RegionOfInterest and NumberOfPixels
Note: See TracChangeset for help on using the changeset viewer.