/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * hdslcm.inc -> hdslcm.h */ #ifndef __HDSLCM__ #define __HDSLCM__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Hdslcm ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // HaDron SeLection CoMmon: * // * // Created on 21 October 1997 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * //----------------------------------------------------------------------* // const int MXIDSL = 10; // const int MXHDSL = 2; extern struct { double aidsel[MXHDSL][MXIDSL]; double atdsel[MXHDSL][MXIDSL]; double pxdsel[MXHDSL][MXIDSL]; double pydsel[MXHDSL][MXIDSL]; double pzdsel[MXHDSL][MXIDSL]; double pidsel[MXHDSL][MXIDSL]; double pxsdsl[MXHDSL][MXIDSL]; double pysdsl[MXHDSL][MXIDSL]; double fidsel[MXHDSL][MXIDSL]; double ridsel[MXHDSL]; double psdslx; double psdsly; int kidsel[MXHDSL][MXIDSL]; int nidsel[MXHDSL]; int ibdsel[MXHDSL]; int nqdsel[MXHDSL]; int jidsel[MXHDSL]; int midsel; } hdslcm_; #ifdef __cplusplus } #endif #endif