Overview | Releases | Download | Docs | Links | Help | RecentChanges

CombinedRunning

This page replaces the old Sr1Setup page, which is largely obsolete.

BuildingSctRodDaq is some tips for updating SctRodDaq

Partitions:

To start with SCT ONLY (no TRT):

To start with SCT+TRT:

ENSURE that the BOOKKEEPING is running (starts automatically by start, otherwise start by 'runBookKeeper &')

AFTER configuration but BEFORE start:

Other things that might need doing between runs:

If you reboot an SBC, you must:

[sr1daq@ctatsct01 sr1daq]$ su
Password:
[root@ctatsct01 sr1daq]# cp /home/sctroddq/examplefstab /etc/fstab
cp: overwrite `/etc/fstab'? y
[root@ctatsct01 sr1daq]# mount -a

The data is written to /data/combined

There are several ways to see what is in the data file:

 od -t x4 daq_SCTEB__0001009_file01.writing | less
StorageReader $filename
dump-eformat-in-data filename -o outputfile -f event_number
(above utility in tdaq-common-01-01-00)

 
SimpleTBA $filename
eventStreamDecoder $filename 

More practical for long runs:

eventStreamDecoder -t $filename | grep err

More on eventStreamDecoder

Here is a link for on-ROD histogramming: onRODhist

Multiple FILARs

more /proc/filar lists status of all FILARs in ROS

filar_slink_dst -o channel number (to run utility for channel number)

where

Card0  1  2  3  4 (physical middle)
Card1  5  6  7  8 (physical down)
Card2  9 10 11 12 (physical up)

Software map in oks database:

Card0  0  1  2  3
Card1  4  5  6  7
Card2  8  9 10 11

These are physically connected to BOCs in the following rod crate slots:

Card0 10 11 14 15 (physical middle)
Card1  6  7  8  9 (physical down)
Card2 16 17 18 20 (phsical top)

All FILAR Input Channels (0..11) should belong to the same FilarReadout Module

To run a test program, over Slink channel 2 (say):
on ROS, filar_slink_dst -o 2 -p
on BOC, SlinkTest -s11


Timing Scans

From beanshell:

.x expandedModeFormat.java
.x anyHitMode.java
.x physicsModeTimingScanCoarse.java

root file is created in /tmp on AnalysisService machine

root
new TFile("filename");
new TBrowser()

Combined TRT/SCT event Display

Instructions on running Stanislav's tool (from Mike):