#ifndef s4struct_h #define s4struct_h struct cS4Level2 { Float_t S4calibrated; Float_t S4adc; void InitcS4Level2(){ S4calibrated = 0; S4adc = 0; } }; #endif