/[PAMELA software]/quicklook/trigger/src/TriggerScanBasic.cpp
ViewVC logotype

Diff of /quicklook/trigger/src/TriggerScanBasic.cpp

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

revision 1.4 by pam-rm2, Wed Jan 10 17:18:34 2007 UTC revision 1.5 by campana, Fri Feb 2 17:07:34 2007 UTC
# Line 97  void TriggerScanBasic(TString base, TStr Line 97  void TriggerScanBasic(TString base, TStr
97    //------------------------ First histogram -----------------------------------//    //------------------------ First histogram -----------------------------------//
98    obmin=firstime;    obmin=firstime;
99    obmax=lastime;    obmax=lastime;
100    Int_t  nbin   = (lastime-firstime)/60000; // on 1 ms    Int_t  nbin   = (lastime-firstime)/60000; // on 1 min
101    gStyle->SetOptStat(0);    gStyle->SetOptStat(0);
102    TH1F *h1 = new TH1F ("histo1", "" , nbin, obmin, obmax);    TH1F *h1 = new TH1F ("histo1", "" , nbin, obmin, obmax);
103    TH1F *h2 = new TH1F ("histo2", "" , nbin, obmin, obmax);    TH1F *h2 = new TH1F ("histo2", "" , nbin, obmin, obmax);

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

  ViewVC Help
Powered by ViewVC 1.1.23