Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
326 f9daq 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