/[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.19 by pam-fi, Thu Feb 27 11:24:42 2014 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          for(Int_t i=0; i<NTYPES; i++)        Bool_t result = true;
135              if( !TrkParams::Set(glrun,dbc,trkparamtype[i]) )return false;            for(Int_t i=0; i<NTYPES; i++)
136          return true;          if( !TrkParams::Set(glrun,dbc,trkparamtype[i]) )
137                    result = false;
138              return result;
139      };      };
140      static Bool_t Set( TString, UInt_t );      static Bool_t Set( TString, UInt_t );
141      static Bool_t Set( UInt_t );      static Bool_t Set( UInt_t );
# Line 159  public: Line 164  public:
164      static float  GetPFA_ETAlandi(int,int,int);      static float  GetPFA_ETAlandi(int,int,int);
165      static float  GetPFA_ETAlandi(int nv,int nl,float ang)      static float  GetPFA_ETAlandi(int nv,int nl,float ang)
166          { return TrkParams::GetPFA_ETAlandi(nv,nl,TrkParams::GetPFA_AngleBin(ang)); };          { return TrkParams::GetPFA_ETAlandi(nv,nl,TrkParams::GetPFA_AngleBin(ang)); };
167        static float GetMIP(int nl, int nv);
168    
169    
170      // ---------------------------------------------      // ---------------------------------------------

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

  ViewVC Help
Powered by ViewVC 1.1.23