| 9 | 
 #include <TString.h> | 
 #include <TString.h> | 
| 10 | 
 #include <TSQLServer.h> | 
 #include <TSQLServer.h> | 
| 11 | 
 #include <TSystem.h> | 
 #include <TSystem.h> | 
| 12 | 
  | 
 #include <TROOT.h> // EMILIANO: needed to compile with ROOT > 5.16/x | 
| 13 | 
  | 
  | 
| 14 | 
 #include <GLTables.h> | 
 #include <GLTables.h> | 
| 15 | 
 #include <TrkStruct.h> | 
 #include <TrkStruct.h> | 
| 93 | 
  | 
  | 
| 94 | 
     TrkParams(); | 
     TrkParams(); | 
| 95 | 
      | 
      | 
| 96 | 
  | 
     | 
| 97 | 
     // --------------------------------------------- | 
     // --------------------------------------------- | 
| 98 | 
     // calibration (PED-SIG-BAD) | 
     // calibration (PED-SIG-BAD) | 
| 99 | 
     // --------------------------------------------- | 
     // --------------------------------------------- | 
| 161 | 
     static void SetPFA(float *); | 
     static void SetPFA(float *); | 
| 162 | 
     static void SetPFA(void); | 
     static void SetPFA(void); | 
| 163 | 
      | 
      | 
| 164 | 
  | 
     // --------------------------------------------- | 
| 165 | 
  | 
     // varie ed eventuali... | 
| 166 | 
  | 
     // --------------------------------------------- | 
| 167 | 
  | 
     static TSQLServer* SetDBConnection(); | 
| 168 | 
  | 
  | 
| 169 | 
  | 
  | 
| 170 | 
     ClassDef(TrkParams,2); | 
     ClassDef(TrkParams,2); | 
| 171 | 
  | 
  | 
| 172 | 
 }; | 
 }; |