ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Betchart/TopRefTuple/python/options.py
(Generate patch)

Comparing UserCode/Betchart/TopRefTuple/python/options.py (file contents):
Revision 1.3 by bbetchar, Wed Nov 14 06:39:18 2012 UTC vs.
Revision 1.4 by bbetchar, Mon Jan 7 23:15:53 2013 UTC

# Line 15 | Line 15 | def options() :
15      options.parseArguments()
16      options._tagOrder =[]
17  
18 <    defaultGT = ('GR_R_53_V15' if options.isData else 'START53_V13')
18 >    defaultGT = ('GR_R_53_V18' if options.isData else 'START53_V15')
19  
20 <    defaultFiles = ( pickRelValInputFiles( cmsswVersion = 'CMSSW_5_3_4_cand1',
21 <                                           dataTier     = 'RECO' if options.isData else 'AODSIM',
22 <                                           relVal       = 'SingleMu' if options.isData else 'RelValProdTTbar',
23 <                                           globalTag    = ( options.globalTag if options.globalTag else
24 <                                                            'GR_R_53_V12_RelVal_mu2012A' if options.isData else
25 <                                                            'START53_V10'),
26 <                                           maxVersions  = 1 ) )
20 >    sync53 = '/store/mc/Summer12_DR53X/TTJets_MassiveBinDECAY_TuneZ2star_8TeV-madgraph-tauola/AODSIM/PU_S10_START53_V7A-v1/0000/FE4C2F81-D0E1-E111-9080-0030487E0A2D.root'
21 >    defaultFiles = [sync53] if not options.isData else pickRelValInputFiles( cmsswVersion = 'CMSSW_5_3_6',
22 >                                                                             dataTier     = 'RECO',
23 >                                                                             relVal       = 'SingleMu',
24 >                                                                             globalTag    = 'GR_R_53_V15_RelVal_mu2012A',
25 >                                                                             numberOfFiles = 10
26 >                                                                             )
27      
28 <    options.files = options.files if options.files else defaultFiles[:10]
28 >    options.files = options.files if options.files else defaultFiles
29      if not options.globalTag : options.globalTag = defaultGT
30  
31      if not options.quiet : print options

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines