|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
   19 #ifndef _TrkVKalVrtCore_CommonPars_H 
   20 #define _TrkVKalVrtCore_CommonPars_H 
   23 #define vkalMagCnvCst 0.29979246 
   24 #define vkalInternalStepLimit   20. 
   25 #define vkalAllowedPtChange      3. 
   26 #define vkalShiftToTrigExtrapolation      20. 
   27 #define vkalMaxNMassCnst  8 
   29 #define ARR2D_FS(name,N,i,j) (name)[(j)*(N) + (i)]