source: JEM-EUSO/equalization_gain/branches/analclass-Sylvie/src/PlotScurvesAllMain.h @ 196

Last change on this file since 196 was 196, checked in by dagoret, 11 years ago

add the developpment branch of the class to avoid pertrubation on the main Plost Scurve function, this is only developpement

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.