ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/LJMet/MultivariateAnalysis/scripts/cleanup.sh
Revision: 1.1
Committed: Wed Feb 4 10:58:50 2009 UTC (16 years, 2 months ago) by kukartse
Content type: application/x-sh
Branch: MAIN
CVS Tags: V00-03-01, ZMorph_BASE_20100408, gak040610_morphing, V00-02-02, gak011410, gak010310, ejterm2010_25nov2009, V00-02-01, V00-02-00, gak112409, CMSSW_22X_branch_base, segala101609, V00-01-15, V00-01-14, V00-01-13, V00-01-12, V00-01-11, V00-01-10, gak031009, gak030509, gak022309, gak021209, gak040209, HEAD
Branch point for: ZMorph-V00-03-01, CMSSW_22X_branch
Log Message:
Fall08 file lists for TT,W,Z+jets added, cleanup script added

File Contents

# User Rev Content
1 kukartse 1.1 #!/bin/bash
2     for index in `seq 1 132`;
3     do
4     grep -q -s "TrigReport Events total" crab_ZJets-madgraph_Fall08_IDEAL_V9_v1_GEN-SIM-RECO/res/CMSSW_${index}.stderr;
5     gr=$?
6     if [ $gr != 0 ]
7     then
8     echo -f crab_ZJets-madgraph_Fall08_IDEAL_V9_v1_GEN-SIM-RECO/res/CMSSW_${index}.*;
9     echo -f ~/work/dcache/Summer08/23jan2009/ZJets-madgraph_Fall08_IDEAL_V9_v1_GEN-SIM-RECO/PAT_Layer1_${index}.root;
10     #echo;
11     fi
12     done;