TopPatProduction

From T2B Wiki
Jump to navigation Jump to search

Pat-tuple production rounds


Link to private database

Top PatTuples database


List of useful scripts

  • script to count the number of processed events from the crab framework job reports can be found below. Copy this script and execute it in a cshell environment
chmod u+x countEvents.csh
./countEvents.csh Arg1 Arg2
    • Arg1 is the path the crab directory : /user_mnt/user/ghammad/CMSSW_2_2_3/src/PhysicsTools/PatAlgos/test
    • Arg2 is the crab directory itself where infos about the jobs are stored : crab_0_090216_231755/
  • script to make the list of the files on storage for a certain sample
dir=/pnfs/iihe/cms/store/user/pvmulder/CMSSW223/Common/PATLayer1/Ttjets-madgraph
echo $dir
for i in $(ls $dir); do
echo -ne "'dcap://maite.iihe.ac.be$dir/${i}',"'\n'
done


Template:TracNotice