/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * ppsouc.inc -> ppsouc.h */ #ifndef __PPSOUC__ #define __PPSOUC__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Ppsouc ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2020: CERN * // All Rights Reserved. * // * // PPSOUr Common * // * // Created on 26 March 2021 * // * //----------------------------------------------------------------------* // extern struct { double wsctot; double w2sctt; double wsccur; double weldis; double welevt; double winevt; int nevpps; logical lppsou; } ppsouc_; #ifdef __cplusplus } #endif #endif