Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

  1. #ifndef PROJECTION_H_
  2. #define PROJECTION_H_
  3.  
  4. int projection(int runNumber, int save = 0);
  5. float noise(TH1D * proj);
  6.  
  7. #endif