/[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.17 by pam-fi, Tue Nov 29 13:24:15 2011 UTC revision 1.18 by mocchiut, Wed Mar 6 14:20:15 2013 UTC
# Line 62  class TrkParams : public TObject { Line 62  class TrkParams : public TObject {
62    
63  private:  private:
64                    
65        static Bool_t       simuflag;
66      static Int_t GetIndex( UInt_t type );      static Int_t GetIndex( UInt_t type );
67    
68  public:  public:
69    
70        static void         SetSimuFlag(Bool_t);
71        static Bool_t       GetSimuFlag();
72      // ---------------------------------------------      // ---------------------------------------------
73      // variables to store loaded-calibration info      // variables to store loaded-calibration info
74      // ---------------------------------------------      // ---------------------------------------------
# Line 126  public: Line 129  public:
129      // ---------------------------------------------      // ---------------------------------------------
130      // parameters      // parameters
131      // ---------------------------------------------      // ---------------------------------------------
132      static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc, UInt_t type);      static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc, UInt_t type, UInt_t abstime=0);
133      static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc){      static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc){
134        Bool_t result = true;        Bool_t result = true;
135            for(Int_t i=0; i<NTYPES; i++)            for(Int_t i=0; i<NTYPES; i++)

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

  ViewVC Help
Powered by ViewVC 1.1.23