![]() |
|
|||
File indexing completed on 2023-03-17 10:53:15
0001 #!/bin/tcsh 0002 0003 set DIR=${1} 0004 set LIST=${2} 0005 echo ${DIR} 0006 echo ${LIST} 0007 0008 foreach i (`cat ${LIST}`) 0009 set NRUN=${i} 0010 echo ${NRUN} 0011 set list=`ls ${DIR}/${NRUN}/HcalNZS/crab_*_*/*_*/0000/Global_${NRUN}_*.root` 0012 echo ${list} 0013 echo " start hadd " 0014 hadd Global_${NRUN}.root ${list} 0015 @ i = ${i} + "1" 0016 end 0017
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |