/[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.9 by mocchiut, Wed Jan 24 10:08:58 2007 UTC revision 1.10 by mocchiut, Wed Jan 24 13:16:26 2007 UTC
# Line 199  int OrbitalInfoCore(UInt_t run, TFile *f Line 199  int OrbitalInfoCore(UInt_t run, TFile *f
199    Int_t uno = 1;    Int_t uno = 1;
200    char *niente = " ";    char *niente = " ";
201    GL_PARAM *glparam = new GL_PARAM();    GL_PARAM *glparam = new GL_PARAM();
202      GL_PARAM *glparam2 = new GL_PARAM();
203    Int_t parerror=glparam->Query_GL_PARAM(1,301,dbc); // parameters stored in DB in GL_PRAM table    Int_t parerror=glparam->Query_GL_PARAM(1,301,dbc); // parameters stored in DB in GL_PRAM table
204    if ( parerror<0 ) {    if ( parerror<0 ) {
205      code = parerror;      code = parerror;
# Line 207  int OrbitalInfoCore(UInt_t run, TFile *f Line 208  int OrbitalInfoCore(UInt_t run, TFile *f
208    ltp2 = (Int_t)(glparam->PATH+glparam->NAME).Length();    ltp2 = (Int_t)(glparam->PATH+glparam->NAME).Length();
209    if ( verbose ) printf(" Reading Earth's Magnetic Field parameter file: %s \n",(glparam->PATH+glparam->NAME).Data());    if ( verbose ) printf(" Reading Earth's Magnetic Field parameter file: %s \n",(glparam->PATH+glparam->NAME).Data());
210    //    //
   GL_PARAM *glparam2 = new GL_PARAM();  
211    parerror=glparam2->Query_GL_PARAM(1,302,dbc); // parameters stored in DB in GL_PRAM table    parerror=glparam2->Query_GL_PARAM(1,302,dbc); // parameters stored in DB in GL_PRAM table
212    if ( parerror<0 ) {    if ( parerror<0 ) {
213      code = parerror;      code = parerror;

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

  ViewVC Help
Powered by ViewVC 1.1.23