![]() |
|
|||
File indexing completed on 2025-08-03 08:20:54
0001 #!/bin/sh 0002 0003 #packetID="14902" 0004 #type="physics" 0005 #run=$(printf "%08d" 44238) 0006 0007 packetID=$1 0008 type=$2 0009 run=$(printf "%08d" $3) 0010 echo `ddump -p $packetID -t S -g -d -f /sphenix/lustre01/sphnxpro/physics/GL1/$type/GL1_${type}_gl1daq-$run-0000.evt| awk 'NR>1 {print $0} '| cut -d"|" -f2 2> /dev/null` 0011 #echo `ddump -p $packetID -t S -g -d -f /sphenix/lustre01/sphnxpro/commissioning/GL1/$type/GL1_${type}_gl1daq-$run-0000.evt| awk 'NR>1 {print $0} '| cut -d"|" -f2 2> /dev/null` 0012 0013 exit
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |