[Daqpp-forum] Some thoughts ...
Brought to you by:
lacasta
From: Matej <mat...@ij...> - 2007-02-20 10:22:19
|
Hi! I would like to point out that sourceforge cvs version does not include (some sort of) InitVME. This in my case meant that vmedaq seemed to work and I have spent couple of days hitting the wall not knowing what is wrong with pedestals (I only performed pedestal run that returned saw-like dependency) Next thing concerns tstlib.cc, which does not work unless one uses void onNewData(const Module *, int evtcnt, const ChannelList &) instead of void onNewData(const Module *, int evtcnt, const std::vector<Channel *> &) Don't get me wrong, it compiles but there is hSig is empty since the method onNewData is not correctly overloaded. Hopefully might help someone :) Best etc, Matej |