/[PAMELA software]/calo/flight/CaloHK/src/qcalcore.cpp
ViewVC logotype

Diff of /calo/flight/CaloHK/src/qcalcore.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jerse, Tue Feb 12 14:03:47 2008 UTC revision 1.5 by mocchiut, Sun Sep 27 19:06:23 2009 UTC
# Line 13  Line 13 
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>
# Line 206  void qlook_cal(TString filename, TString Line 207  void qlook_cal(TString filename, TString
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    
# Line 428  void qlook_cal(TString filename, TString Line 429  void qlook_cal(TString filename, TString
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    
# Line 645  void qlook_cal(TString filename, TString Line 646  void qlook_cal(TString filename, TString
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    
# Line 866  void qlook_cal(TString filename, TString Line 867  void qlook_cal(TString filename, TString
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    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23