Main INDEX
Monthly INDEX
PREV
NEXT
Make New Entry,
Make Followup Entry
User name R. Michaels
Log entry time 11:13:51 on October29,2010
Entry number 337326
Followups:
keyword=evtyebits problems.
I tried to update libDynCheck.so in the dvcs/onlana directory
The old one was saved: libDynCheck_save1.so
But ... then I realized that this is not actually being used.
I don't know where DVCS keeps it's sources, so I used my
"semi-private" version. I've tested it in my semi-private directory.
Reason for the change: I updated the cuts on the TDC in
THaDynData::TrigBits.
static const UInt_t cutlo = 10;
static const UInt_t cuthi = 1000;
Otherwise you get mysterious "D.evtypbits=0" and related problems.
Wrong cuts leads to meaningless results and a possibly wrong
deadtime !
It seems the TDC got shifted because DVCS put their trigger into
the TS rather late compared to other expts.
Now it seems DVCS does not use this lib
[adaq@adaql4 onlana]$ grep -i load onlana.C
gSystem->Load("libDVCS.so");
gSystem->Load("libTDVCSCalo.so");
I suppose it gets it from a random default that is compiled
with the Podd code.