StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
oflPedStat.h
1 
2 
3 #ifndef oflPedStat_HH
4 #define oflPedStat_HH
5 
6 #include "TObject.h"
7 #include "TH1F.h"
8 #include "TFile.h"
9 
10 class oflPedStat :public TObject {
11  public:
12  oflPedStat();
13  int procDetector(char *name,float maxPedPos, float minPedPos, float maxSig, float minSig, float deadentries, int msk);
14  int initRun(int index,TFile *f,TFile *fraw,FILE *fpout,FILE *fplog, int rNum);
15  TFile *mfd;
16  TFile *mfdraw;
17  int mrNum;
18  int mindex;
19  FILE *mfpout;
20  FILE *mfplog;
21 
22  ClassDef(oflPedStat,1)
23 
24  };
25 
26 #endif