TopPatProduction
Pat-tuple production rounds
- TopPatProduction Round 1
- patifying the Summer08/Fall09 samples
- TopPatProduction Round 2
- patifying the Summer08/Fall09 redigi samples
- TopPatProduction Round 3
- patifying the Summer08/Fall09 samples
- Most probably this will be a mix between redigi and non-redigi.
- TopPatProduction Round 4
- patifying the Winter09 samples (fastsim) and Summer08 AlpGen samples (fullsim)
- Winter09 samples are mainly for systematics
- TopPatProduction Round 5
- patifying the Summer08/Fall09 samples from the TopPatProduction Round 3 without the 15 GeV cut on the muon pt
- TopPatProduction Round 6
- Generation of the fastsim samples for ISR/FSR systematics (GEN-SIM-DIGI-RECO, PAT and TopTree)
Link to private 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/
- Arg1 is the path the crab directory : /user_mnt/user/ghammad/CMSSW_2_2_3/src/PhysicsTools/PatAlgos/test
- 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