ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ForwardAnalysis/TriggerStudies/test/RunEff.py
Revision: 1.1
Committed: Mon Apr 29 22:11:37 2013 UTC (12 years ago) by dmf
Content type: text/x-python
Branch: MAIN
CVS Tags: HEAD
Log Message:
Example.

File Contents

# User Rev Content
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 ''