1 |
dmf |
1.1 |
#!/usr/bin/env python
|
2 |
|
|
import os
|
3 |
|
|
|
4 |
|
|
print ''
|
5 |
|
|
print '@@@@@@@@@@@@'
|
6 |
|
|
print 'Run Analysis'
|
7 |
|
|
print '@@@@@@@@@@@@'
|
8 |
|
|
print ''
|
9 |
|
|
|
10 |
|
|
os.system("./EffMacroCom \"/storage1/dmf/Samples/PattuplesHF7/March_2013/ZeroBias_HF7_SL/zerobias_pf_hf7_march2013.root\" \"histo_effCutsMinBias2010RunB_castor.root\" \"exclusiveDijetsAnalysisZeroBiasTTree/ProcessedTree\" 1 0 1 1 1 1")
|
11 |
|
|
|
12 |
|
|
#----------------------------------------------------------->>>
|
13 |
|
|
|
14 |
|
|
print ''
|
15 |
|
|
print '@@@@@@@@@@@@@@@@@@'
|
16 |
|
|
print 'Finishing Analysis'
|
17 |
|
|
print '@@@@@@@@@@@@@@@@@@'
|
18 |
|
|
print ''
|