Skip to content

Commit 6f34680

Browse files
committed
*** empty log message ***
1 parent b8e9098 commit 6f34680

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

sub_ttj.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
cd /home/cms/sckao/Top/CMSSW_2_2_3/src/PhysicsTools/TtAnalysis/
3+
source /home/cms/sckao/.bashrc
4+
eval `scramv1 runtime -sh`
5+
cmsRun ttjets.py

sub_ttj.sub

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
universe = vanilla
2+
Executable =/home/cms/sckao/Top/CMSSW_2_2_3/src/PhysicsTools/TtAnalysis/sub_ttj.sh
3+
log = condor_tt.log
4+
output = condor_tt.out
5+
error = condor_tt.err
6+
arguments =
7+
Queue 1

sub_wjets.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#! /bin/bash
2+
cd /home/cms/sckao/Top/CMSSW_2_2_3/src/PhysicsTools/TtAnalysis/
3+
source /home/cms/sckao/.bashrc
4+
eval `scramv1 runtime -sh`
5+
#cmsRun ttanaFast_cfg.py
6+
cmsRun wjets.py

sub_wjets.sub

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
universe = vanilla
2+
Executable =/home/cms/sckao/Top/CMSSW_2_2_3/src/PhysicsTools/TtAnalysis/sub_wjets.sh
3+
log = condor_wj.log
4+
output = condor_wj.out
5+
error = condor_wj.err
6+
arguments =
7+
Queue 1

0 commit comments

Comments
 (0)