/[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.60 by pam-mep, Thu Jun 7 14:04:00 2012 UTC revision 1.61 by mocchiut, Thu Feb 21 10:37:52 2013 UTC
# Line 611  int OrbitalInfoCore(UInt_t run, TFile *f Line 611  int OrbitalInfoCore(UInt_t run, TFile *f
611          code = parerror;          code = parerror;
612          goto closeandexit;          goto closeandexit;
613        };        };
614        ltp2 = (Int_t)(glparam2->PATH+glparam->NAME).Length();        ltp2 = (Int_t)(glparam2->PATH+glparam2->NAME).Length();
615        if ( verbose ) printf(" Reading Earth's Magnetic Field parameter file: %s \n",(glparam2->PATH+glparam2->NAME).Data());        if ( verbose ) printf(" Reading Earth's Magnetic Field parameter file: %s \n",(glparam2->PATH+glparam2->NAME).Data());
616        //        //
617        parerror=glparam3->Query_GL_PARAM(atime,302,dbc); // parameters stored in DB in GL_PRAM table        parerror=glparam3->Query_GL_PARAM(atime,302,dbc); // parameters stored in DB in GL_PRAM table
# Line 619  int OrbitalInfoCore(UInt_t run, TFile *f Line 619  int OrbitalInfoCore(UInt_t run, TFile *f
619          code = parerror;          code = parerror;
620          goto closeandexit;          goto closeandexit;
621        };        };
622        ltp3 = (Int_t)(glparam3->PATH+glparam2->NAME).Length();        ltp3 = (Int_t)(glparam3->PATH+glparam3->NAME).Length();
623        if ( verbose ) printf(" Reading Earth's Magnetic Field parameter file: %s \n",(glparam3->PATH+glparam3->NAME).Data());        if ( verbose ) printf(" Reading Earth's Magnetic Field parameter file: %s \n",(glparam3->PATH+glparam3->NAME).Data());
624        //        //
625        initize_((char *)(glparam->PATH+glparam->NAME).Data(),&ltp1,(char *)(glparam2->PATH+glparam2->NAME).Data(),&ltp2,(char *)(glparam3->PATH+glparam3->NAME).Data(),&ltp3);        initize_((char *)(glparam->PATH+glparam->NAME).Data(),&ltp1,(char *)(glparam2->PATH+glparam2->NAME).Data(),&ltp2,(char *)(glparam3->PATH+glparam3->NAME).Data(),&ltp3);

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

  ViewVC Help
Powered by ViewVC 1.1.23