/[PAMELA software]/quicklook/QLflightS4_ND/ND_QL.cpp
ViewVC logotype

Diff of /quicklook/QLflightS4_ND/ND_QL.cpp

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

revision 1.3 by pam-rm2, Wed Jul 12 09:06:35 2006 UTC revision 1.4 by pam-rm2, Wed Aug 9 09:56:39 2006 UTC
# Line 61  void ND_QL(TString base, TString outDir, Line 61  void ND_QL(TString base, TString outDir,
61    Int_t    yTrig=0;    Int_t    yTrig=0;
62    Int_t    yUpperBackground=0;    Int_t    yUpperBackground=0;
63    Int_t    yBottomBackground=0;    Int_t    yBottomBackground=0;
64    ULong_t  lastime=0, firstime=0;    ULong_t  lastime=0, firstime=700000000;
65    Double_t scale= 1./DeltaTevtime;    Double_t scale= 1./DeltaTevtime;
66    stringstream title, title1;    stringstream title, title1;
67    double obt;      double obt;  
# Line 404  int main(int argc, char* argv[]){ Line 404  int main(int argc, char* argv[]){
404    TString outDir        ="./";    TString outDir        ="./";
405    TString format        ="jpg";    TString format        ="jpg";
406    ULong_t DeltaT        =1000;//era 1000    ULong_t DeltaT        =1000;//era 1000
407    Double_t DeltaTevtime  =5;    Double_t DeltaTevtime  =1;
408            
409   if (argc < 2){   if (argc < 2){
410      printf("You have to insert at least the file to analyze \n");      printf("You have to insert at least the file to analyze \n");

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

  ViewVC Help
Powered by ViewVC 1.1.23