ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ForwardAnalysis/TriggerStudies/test/RunCastor.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("./CastorThreshold \"/storage1/dmf/Samples/PattuplesHF7/March_2013/ZeroBias_HF7_april13_ZeroBias_Plus_Minus/ZeroBias_13april.root\" \"histo_castor_collisionszerobias.root\" \"exclusiveDijetsAnalysisZeroBiasTTree\" \"collisions\"")
11    
12     os.system("./CastorThreshold \"/storage1/dmf/Samples/PattuplesHF7/March_2013/ZeroBias_HF7_april13_ZeroBias_Plus_Minus/ZeroBias_13april.root\" \"histo_castor_unpairedzerobias.root\" \"exclusiveDijetsAnalysisZeroBiasTTree\" \"unpaired\"")
13    
14     os.system("./CastorThreshold \"/storage1/eliza/PATTuples_Mar2013/mc_PYTHIA/mc_pythia_nopu_0.root\" \"histo_castor_collisionspythia.root\" \"exclusiveDijetsAnalysisTTree\" \"collisionsmc\"")
15    
16     os.system("./CastorThreshold \"/storage1/eliza/PATTuples_Mar2013/mc_PYTHIA/mc_pythia_nopu_0.root\" \"histo_castor_unpairedpythia.root\" \"exclusiveDijetsAnalysisTTree\" \"unpairedmc\"")
17    
18     os.system("./CastorThreshold \"/storage1/eliza/PATTuples_Mar2013/mc_POMPYT/mc_pompyt_minus_0.root\" \"histo_castor_collisionspompytminus.root\" \"exclusiveDijetsAnalysisTTree\" \"collisionsmc\"")
19    
20     os.system("./CastorThreshold \"/storage1/eliza/PATTuples_Mar2013/mc_POMPYT/mc_pompyt_minus_0.root\" \"histo_castor_unpairedpompytminus.root\" \"exclusiveDijetsAnalysisTTree\" \"unpairedmc\"")
21    
22     print ''
23     print '@@@@@@@@@@@@@@@@@@'
24     print 'Finishing Analysis'
25     print '@@@@@@@@@@@@@@@@@@'
26     print ''