|
||||
File indexing completed on 2024-04-06 11:57:12
0001 #!/bin/tcsh 0002 0003 ## $1 is the final iteration number 0004 ## $2 is output directory 0005 ## $3 is a list of data files 0006 0007 echo "Creating sandbox..." 0008 rm -r scripts/outputDirTracker 0009 rm -r scripts/outputDirSubdets 0010 mkdir scripts/outputDirTracker 0011 mkdir scripts/outputDirSubdets 0012 cd test/ 0013 echo "Creating ROOT geometry..." 0014 cmsRun intoNtuplesCSA08.cfg 0015 echo "Comparison 1..." 0016 cmsRun compareCSA08_commonTracker.cfg 0017 echo "Comparison 2..." 0018 cmsRun compareCSA08_commonSubdets.cfg 0019 0020 0021 0022
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |