source: JEM-EUSO/equalization_gain/trunk/src/PlotScurvesAllMain.h @ 191

Last change on this file since 191 was 191, checked in by moretto, 11 years ago

Initial import of the project

File size: 556 bytes
Line 
1#include "TFile.h"
2#include <TRint.h>
3#include "TTree.h"
4#include "TROOT.h"
5#include <TString.h>
6
7
8// declaration of function and classes to be used in the main
9
10void PlotScurve(
11                Int_t    kDrawCh,
12                TString  fname,
13                TString  fname_ped,
14                Double_t dac_half_spe_fix,
15                TString  fname_gain,
16                Int_t    fit_min,
17                Int_t    fit_max,
18                Int_t    fit_min_scurve,
19                Int_t    fit_max_scurve,
20                Bool_t   kBoard, //0:ASIC_C, 1:ASIC_D
21                Int_t    kChRef,//ASIC_C
22                Bool_t   checkAve//0:use ref pix, 1:check average
23                );
24
25 
26void Help(); 
27void Menu();
28class Analysis;
29
Note: See TracBrowser for help on using the repository browser.