/[PAMELA software]/DarthVader/TrackerLevel2/inc/TrkParams.h
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/inc/TrkParams.h

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

revision 1.16 by pam-fi, Wed Oct 22 15:17:33 2008 UTC revision 1.17 by pam-fi, Tue Nov 29 13:24:15 2011 UTC
# Line 128  public: Line 128  public:
128      // ---------------------------------------------      // ---------------------------------------------
129      static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc, UInt_t type);      static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc, UInt_t type);
130      static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc){      static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc){
131          for(Int_t i=0; i<NTYPES; i++)        Bool_t result = true;
132              if( !TrkParams::Set(glrun,dbc,trkparamtype[i]) )return false;            for(Int_t i=0; i<NTYPES; i++)
133          return true;          if( !TrkParams::Set(glrun,dbc,trkparamtype[i]) )
134                    result = false;
135              return result;
136      };      };
137      static Bool_t Set( TString, UInt_t );      static Bool_t Set( TString, UInt_t );
138      static Bool_t Set( UInt_t );      static Bool_t Set( UInt_t );

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.23