forked from eudaq/eudaq
-
Notifications
You must be signed in to change notification settings - Fork 4
Delay Wire Chambers
Thorben Quast edited this page Jun 26, 2017
·
2 revisions
Standalone TDC read-out functionality for testing is available in sandbox/CAEN_v1290_Standalone
.
A simple DWC producer for the upcoming July test beam has been implemented in producers/cmshgcal_dwc
that copes with the readout of one CAEN_V1290N TDC (16-channels) and interprets the signals as timestamps from up to four delay wire chambers.
cd build;
cmake3 -DBUILD_cmshgcal_dwc=ON ..
make -j4 install
Need access to the computer (pcminn03) with keyboard, mouse and screen. Execution via ssh-connection requires the xserver packages to be installed which are not installed on pcminn03 so far.
./STARTRUN cmshgcal_dwc
Choose the file in producers/cmshgcal_dwc/conf/hgcaldwc.conf. It contains all relevant CAENV1290 TDC settings. By default, all 16 TDC channels are enabled for read-out.