Re: [Daqpp-forum] Some thoughts ...
Brought to you by:
lacasta
|
From: Carlos L. <Car...@if...> - 2007-02-20 17:11:04
|
Hello Matej,
Sorry for that couple of days lost... InitVME disappeared in the last
cvs release and I believe I said something about that at least in the
ChangeLog... But it may have happened that I discussed that before using
the mail list or that the ChangeLog is too cryptic...
Now you have to explicitly mention your VME manager in the configuration
file. If you are using the SIS1100 stuff, you need something like
<daq>
... anything you already have ...
<vme_driver>
<lib>libSISmanager.so</lib>
<hook>create_sis_manager</hook>
</vme_driver>
</daq>
in the <general> ... </general> section. Otherwise you will load the
"default", which means that the modules "simulate" their data...
Concerning tstlib.cc, I'll fix that. Thanks for spotting it.
REgards,
Carlos
On Tue, 2007-02-20 at 11:22 +0100, Matej Batič wrote:
> 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
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Daqpp-forum mailing list
> Daq...@li...
> https://lists.sourceforge.net/lists/listinfo/daqpp-forum
--
___________________________________________________________________
Carlos Lacasta
^^^^^^^^^^^^^^^
Inst. de Fisica Corpuscular (IFIC)
Edificio Institutos de Investigacion
P.O. Box 22085
E-46071 VALENCIA
Spain
Tel.: +34 96 354 3490
Fax.: +34 96 354 3488
Car...@if...
___________________________________________________________________
|