Go to the source code of this file.
|
| | defineDB.f = open('consolecmds', 'w') |
| str | defineDB.tagname = 'MyCalibV1' |
| str | defineDB.hfileprefix = 'BTagging'+tagname+'_' |
| str | defineDB.froot = '/BTAG/CALIB/' |
| str | defineDB.db = 'OFLP200' |
| list | defineDB.jets = [ 'Cone4H1Topo','Cone4H1Tower','Cone7H1Topo','Cone7H1Tower','Kt4H1Topo','Kt4H1Tower','Kt6H1Topo','Kt6H1Tower','Cone4Truth','Cone7Truth','Kt4Truth','Kt6Truth' ] |
| list | defineDB.folders = [ 'IP1D','IP2D','IP3D','SV1','SV2','SoftMu','SoftEl','JetFitter','JetProb' ] |
| int | defineDB.ichan = 1 |
| str | defineDB.longfolder = froot+folder |
| str | defineDB.hfile = hfileprefix+folder+'.root' |
| str | defineDB.longtag = tagname+'_'+folder |
| str | defineDB.cmd = db+' '+longfolder+' '+str(ichan)+' '+longtag+' '+hfile |
| str | defineDB.smd = 'setchan '+longfolder+' '+str(ichan)+' '+jet |