/[PAMELA software]/DarthVader/OrbitalInfo/src/OrbitalInfoCore.cpp
ViewVC logotype

Diff of /DarthVader/OrbitalInfo/src/OrbitalInfoCore.cpp

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

revision 1.10 by mocchiut, Wed Jan 24 13:16:26 2007 UTC revision 1.14 by mocchiut, Tue Apr 17 11:58:33 2007 UTC
# Line 66  int OrbitalInfoCore(UInt_t run, TFile *f Line 66  int OrbitalInfoCore(UInt_t run, TFile *f
66    
67    Int_t i = 0;    Int_t i = 0;
68    //    //
69    TString processFolder = "OrbitalInfoFolder";    TString processFolder = "OrbitalInfoFolder_"+run;
70    //    //
71    // Set these to true to have a very verbose output.    // Set these to true to have a very verbose output.
72    //    //
# Line 578  int OrbitalInfoCore(UInt_t run, TFile *f Line 578  int OrbitalInfoCore(UInt_t run, TFile *f
578          // Set Stormer vertical cutoff using L shell.          // Set Stormer vertical cutoff using L shell.
579          orbitalinfo->cutoff[0] = 14.9/(xl*xl);          orbitalinfo->cutoff[0] = 14.9/(xl*xl);
580        };        };
581    
582          //
583          // inclination
584          //
585    
586    
587                
588    //      orbitalinfo->yaw = incl->;
589        // end EM        // end EM
590        OrbitalInfotr->Fill();        OrbitalInfotr->Fill();
591      }      }
# Line 587  int OrbitalInfoCore(UInt_t run, TFile *f Line 594  int OrbitalInfoCore(UInt_t run, TFile *f
594      // Here you may want to clear some variables before processing another run        // Here you may want to clear some variables before processing another run  
595      //      //
596      delete dbtime;      delete dbtime;
597    //    l0File->Close();
598    }; // process all the runs    }; // process all the runs
599    //    //
600    if (verbose) printf("\n Finished processing data \n");    if (verbose) printf("\n Finished processing data \n");

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.23