| 13 |
#include <iostream> |
#include <iostream> |
| 14 |
#include <fstream> |
#include <fstream> |
| 15 |
// |
// |
| 16 |
|
#include <TROOT.h> |
| 17 |
#include <TTree.h> |
#include <TTree.h> |
| 18 |
#include <TObject.h> |
#include <TObject.h> |
| 19 |
#include <TString.h> |
#include <TString.h> |
| 207 |
// grafici corrente xe |
// grafici corrente xe |
| 208 |
|
|
| 209 |
|
|
| 210 |
TH2F *hITS1_1 = new TH2F("hITS1_1","Current:Section xe ",1000,min_obt,max_obt*1.006,1000,-50., 50.); |
TH2F *hITS1_1 = new TH2F("hITS1_1","Current:Section xe ",1000,min_obt,max_obt*1.006,1000,-100., 100.); |
| 211 |
|
|
| 212 |
// hITS1_1->SetBit(TH2::kCanRebin); |
// hITS1_1->SetBit(TH2::kCanRebin); |
| 213 |
|
|
| 429 |
// grafici corrente xo |
// grafici corrente xo |
| 430 |
|
|
| 431 |
|
|
| 432 |
TH2F *hITS2_1 = new TH2F("hITS2_1","Current:Section xo ",1000,min_obt,max_obt*1.006,1000,-50., 50.); |
TH2F *hITS2_1 = new TH2F("hITS2_1","Current:Section xo ",1000,min_obt,max_obt*1.006,1000,-100., 100.); |
| 433 |
|
|
| 434 |
// hITS2_1->SetBit(TH2::kCanRebin); |
// hITS2_1->SetBit(TH2::kCanRebin); |
| 435 |
|
|
| 646 |
// grafici corrente ye |
// grafici corrente ye |
| 647 |
|
|
| 648 |
|
|
| 649 |
TH2F *hITS3_1 = new TH2F("hITS3_1","Current:Section ye ",1000,min_obt,max_obt*1.006,1000,-50., 50.); |
TH2F *hITS3_1 = new TH2F("hITS3_1","Current:Section ye ",1000,min_obt,max_obt*1.006,1000,-100., 100.); |
| 650 |
|
|
| 651 |
// hITS3_1->SetBit(TH2::kCanRebin); |
// hITS3_1->SetBit(TH2::kCanRebin); |
| 652 |
|
|
| 867 |
// grafici corrente yo |
// grafici corrente yo |
| 868 |
|
|
| 869 |
|
|
| 870 |
TH2F *hITS4_1 = new TH2F("hITS4_1","Current:Section yo",1000,min_obt,max_obt*1.006,1000,-50., 50.); |
TH2F *hITS4_1 = new TH2F("hITS4_1","Current:Section yo",1000,min_obt,max_obt*1.006,1000,-100., 100.); |
| 871 |
|
|
| 872 |
// hITS4_1->SetBit(TH2::kCanRebin); |
// hITS4_1->SetBit(TH2::kCanRebin); |
| 873 |
|
|