/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * rtflgs.inc -> rtflgs.h */ #ifndef __RTFLGS__ #define __RTFLGS__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Rtflgs ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // Include file: Run Time FLaGS: * // * // Created on 28 May 1999 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * // Lrtcml = run time flag for the cumlalnt dE/dx algorithm * // * //----------------------------------------------------------------------* // // extern struct { logical lrtcml; } rtflgs_; #ifdef __cplusplus } #endif #endif