12 #ifndef PNDEMCMULTIWAVEFORM_H 13 #define PNDEMCMULTIWAVEFORM_H 29 PndEmcMultiWaveform(Int_t trackid, Long_t detId, Long_t waveform_length = 128, Int_t hitIndex = -1);
39 void SetWaveform(
const std::vector<Double_t> &signal, Int_t length, Int_t Waveform);
51 virtual std::vector<Double_t>
GetSignal()
const;
54 std::vector<std::vector<Double_t>> fSignals;
55 Int_t fActiveWaveform;