Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
326 f9daq 1
#ifndef BASE_H_
2
#define BASE_H_
3
 
4
struct GRID{
5
  int koordinatniSistem[12][12];
6
  int pozicijaPixla[144];
7
  int pozicijaPixlaNaCipu[144];
8
};
9
 
10
const char * getSN(int runNumber);
11
int WriteSN(std::string compareLine);
12
int file_exists(char *fileName);
13
GRID mapping();
14
int CreateFEBsnFile();
15
int FEBsn(char * searchFEBserial);
16
 
17
#endif