start data-taking:
ssh xxx@bastion.desy.de -X
ssh xdaq@flctpcikhero1.desy.de -X
-
at PC reboot:
- source xdaq_profile
- cd scripts
- ./fedpmc 0 + ctrl C when ready //initialise the first FED
- ./fedpmc 1 + ctrl C when ready //initialise the second FED
- ./gatecalib //sets adresses for the TSC + gate
- ./setdll 3 5 //sets width of the gate
when controllring newly connected
- source xdaq_profile (if not done before)
- cd scripts
- ./ProgramTest.exe -pci -reset //-> controllring 0x4c90
test of devices:
- source xdaq_profile (if not done before)
- cd scripts
- ./ProgramTest.exe -pci -scanCCU // searches for CCUs
- ./ProgramTest.exe -pci -scantrackerdevice // searches for CCUs and APVs
start xdaq:
- source xdaq_profile (if not done before)
- /opt/firefox/firefox & -> http://ikhero2.desy.de:40000 // not working for now
- ./xdaq.sh -p40000
- reload firefox
HyperDAQ:
- -> Control Panel -> Configure Cluster -> load /home/xdaq/xml/peak_silc.xml
- tick: Configure Cluster
- -> submit
- -> view Applications -> Tracker Supervisor:
- choose run type -> normal
- tick: TLU in physics Run
- type spillsize = 20
- tick: No gate
if xdaq kills itself:
analysis:
- root:
- in /Analysis/AC1Analysis-1.4>
- .L runAna_silc.C
- runAna(pedestalnumber,runnumber)
get file with number of single events in all 4 sensors + HitProfile
- root
- .L readClusterTree_silc.cxx++
- readClusterTree_silc(event number)
|