/[PAMELA software]/PamelaLevel2/src/PamLevel2.cpp
ViewVC logotype

Diff of /PamelaLevel2/src/PamLevel2.cpp

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

revision 1.74 by mocchiut, Tue Dec 16 12:43:08 2008 UTC revision 1.75 by mocchiut, Tue Jan 27 11:37:39 2009 UTC
# Line 2637  Bool_t PamLevel2::UpdateRunInfo(Long64_t Line 2637  Bool_t PamLevel2::UpdateRunInfo(Long64_t
2637          if( !GetOrbitalInfo() )cout << "** WARNING ** missing OrbitalInfo ---> run info might be not correctly updated "<<endl;          if( !GetOrbitalInfo() )cout << "** WARNING ** missing OrbitalInfo ---> run info might be not correctly updated "<<endl;
2638          if ( gltsync ) delete gltsync; //Emiliano          if ( gltsync ) delete gltsync; //Emiliano
2639          if(!dbc || (dbc && !dbc->IsConnected()) )SetDBConnection(); //Emiliano          if(!dbc || (dbc && !dbc->IsConnected()) )SetDBConnection(); //Emiliano
2640          gltsync = new GL_TIMESYNC(GetRunInfo()->ID_ROOT_L0,"ID",dbc); //Emiliano          gltsync = new GL_TIMESYNC(GetRunInfo()->ID_ROOT_L0,"ID",dbc,false); //Emiliano // the "false" means not to use level0 file (not necessary here)
2641          if ( dbc ) dbc->Close();// Emiliano          if ( dbc ) dbc->Close();// Emiliano
2642      };            };      
2643      // ---------------------------------------------------------------      // ---------------------------------------------------------------

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

  ViewVC Help
Powered by ViewVC 1.1.23