Revision: | 1.6 |
Committed: | Fri Feb 1 09:38:19 2013 UTC (12 years, 3 months ago) by pakhotin |
Content type: | application/x-sh |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.5: | +0 -0 lines |
State: | FILE REMOVED |
Log Message: | move files to test folder |
# | Content |
---|---|
1 | #!/bin/sh |
2 | |
3 | # set up |
4 | export PROCESS=$1 |
5 | export LOCALDISK=`pwd` |
6 | export AFSDISK=/uscms/home/pakhotin/Work/2013-01-25_Data2012_PAT_to_FitNtuples/CMSSW_5_3_7_patch4/src |
7 | |
8 | cd $AFSDISK |
9 | eval `scramv1 run -sh` |
10 | cd $LOCALDISK |
11 | |
12 | cmsRun $AFSDISK/AnalysisTools/FitNtuple/python/FitNtuple_cfg.py |