/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * nurscm.inc -> nurscm.h */ #ifndef __NURSCM__ #define __NURSCM__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // * //=== Nurscm ===========================================================* // * //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // NeUtrino ReSonance CoMmon block: * // * // Created on 12 July 2006 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * //----------------------------------------------------------------------* // //* values where d2s is max, from offline, W and Q2 fit const double ASLNRS = 1.4E+00; const double GAMNRS = HLFHLF*0.15E+00; extern struct { double smxnrs[2][2][2]; double qcnurs[2][2]; double benurs[2][2]; double watmax[2]; double fsmnrs; double frsenh; } nurscm_; #ifdef __cplusplus } #endif #endif