24 #ifndef PNDEMCMULTIWAVEFORM_H 25 #define PNDEMCMULTIWAVEFORM_H 41 PndEmcMultiWaveform(Int_t trackid, Long_t detId, Long_t waveform_length = 128, Int_t hitIndex = -1);
51 void SetWaveform(
const std::vector<Double_t> &signal, Int_t length, Int_t Waveform);
63 virtual std::vector<Double_t>
GetSignal()
const;
66 std::vector<std::vector<Double_t>> fSignals;
67 Int_t fActiveWaveform;