#ifndef SIGNAL_H #define SIGNAL_H #include #include"TROOT.h" struct pulse_t{ double time,amp; int startTime; int ch; std::vector samples; }; double pedestal(UInt_t*,int); std::vector psa(UInt_t*,int); #endif