|
||||
File indexing completed on 2024-04-06 12:08:31
0001 #!/bin/sh 0002 eval `scramv1 runtime -sh` 0003 #discard bad files 0004 for i in `grep -l UnknownRunType *.root`; { 0005 echo discarding file $i of UnknownRunType; 0006 mv ${i} ${i}_bad; 0007 } 0008 #merge 0009 for i in SiStripCommissioningSource*.root; { echo -n " $i "; } | xargs hadd merged.root 0010 echo created merged.root... don't forget to rename the file before continuing.
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |