Parent Directory
|
Revision Log
|
Patch
| revision 1.9 by pam-fi, Wed Oct 18 15:43:37 2006 UTC | revision 1.11 by mocchiut, Fri Jan 17 15:10:38 2014 UTC | |
|---|---|---|
| # | Line 19 | Line 19 |
| 19 | #include <TTree.h> | #include <TTree.h> |
| 20 | #include <TStyle.h> | #include <TStyle.h> |
| 21 | #include <TString.h> | #include <TString.h> |
| 22 | #include <TAxis.h> | |
| 23 | #include <TH1F.h> | |
| 24 | #include <TROOT.h> | |
| 25 | #include <cstdlib> | |
| 26 | // | // |
| 27 | #include <PscuHeader.h> | #include <PscuHeader.h> |
| 28 | #include <EventHeader.h> | #include <EventHeader.h> |
| # | Line 26 | Line 30 |
| 30 | #include <CalibTrk2Event.h> | #include <CalibTrk2Event.h> |
| 31 | // | // |
| 32 | ||
| 33 | typedef struct caltrk_def{ | struct caltrk_def{ |
| 34 | Int_t good0[2]; | Int_t good0[2]; |
| 35 | Int_t daqmode[12]; | Int_t daqmode[12]; |
| 36 | Int_t dspnum[12]; | Int_t dspnum[12]; |
| # | Line 74 void FTrkCalibQLook_BASIC(TString file,I | Line 78 void FTrkCalibQLook_BASIC(TString file,I |
| 78 | Int_t nevents=0; | Int_t nevents=0; |
| 79 | Int_t minevent = 0; | Int_t minevent = 0; |
| 80 | Int_t maxevent = 0; | Int_t maxevent = 0; |
| 81 | ULong64_t OBT[2]; | ULong_t OBT[2]; |
| 82 | ||
| 83 | OBT[0]=0; | OBT[0]=0; |
| 84 | OBT[1]=0; | OBT[1]=0; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |