![]() |
ATLAS Offline Software
|
Variables | |
| f = open('consolecmds', 'w') | |
| str | tagname = 'MyCalibV1' |
| str | hfileprefix = 'BTagging'+tagname+'_' |
| str | froot = '/BTAG/CALIB/' |
| str | db = 'OFLP200' |
| list | jets = [ 'Cone4H1Topo','Cone4H1Tower','Cone7H1Topo','Cone7H1Tower','Kt4H1Topo','Kt4H1Tower','Kt6H1Topo','Kt6H1Tower','Cone4Truth','Cone7Truth','Kt4Truth','Kt6Truth' ] |
| list | folders = [ 'IP1D','IP2D','IP3D','SV1','SV2','SoftMu','SoftEl','JetFitter','JetProb' ] |
| int | ichan = 1 |
| str | longfolder = froot+folder |
| str | hfile = hfileprefix+folder+'.root' |
| str | longtag = tagname+'_'+folder |
| str | cmd = db+' '+longfolder+' '+str(ichan)+' '+longtag+' '+hfile |
| str | smd = 'setchan '+longfolder+' '+str(ichan)+' '+jet |
| str | folder = 'Cuts' |
| str | channel = ' 1 ' |
| str defineDB.channel = ' 1 ' |
Definition at line 27 of file JetTagPerformanceCalibration/CalibrationDataInterface/share/defineDB.py.
| str defineDB.cmd = db+' '+longfolder+' '+str(ichan)+' '+longtag+' '+hfile |
Definition at line 41 of file JetTagCalibration/share/defineDB.py.
| str defineDB.db = 'OFLP200' |
Definition at line 22 of file JetTagCalibration/share/defineDB.py.
| defineDB.f = open('consolecmds', 'w') |
Definition at line 17 of file JetTagCalibration/share/defineDB.py.
| str defineDB.folder = 'Cuts' |
Definition at line 26 of file JetTagPerformanceCalibration/CalibrationDataInterface/share/defineDB.py.
| list defineDB.folders = [ 'IP1D','IP2D','IP3D','SV1','SV2','SoftMu','SoftEl','JetFitter','JetProb' ] |
Definition at line 26 of file JetTagCalibration/share/defineDB.py.
| str defineDB.froot = '/BTAG/CALIB/' |
Definition at line 21 of file JetTagCalibration/share/defineDB.py.
| str defineDB.hfile = hfileprefix+folder+'.root' |
Definition at line 37 of file JetTagCalibration/share/defineDB.py.
Definition at line 20 of file JetTagCalibration/share/defineDB.py.
| int defineDB.ichan = 1 |
Definition at line 28 of file JetTagCalibration/share/defineDB.py.
| list defineDB.jets = [ 'Cone4H1Topo','Cone4H1Tower','Cone7H1Topo','Cone7H1Tower','Kt4H1Topo','Kt4H1Tower','Kt6H1Topo','Kt6H1Tower','Cone4Truth','Cone7Truth','Kt4Truth','Kt6Truth' ] |
Definition at line 24 of file JetTagCalibration/share/defineDB.py.
Definition at line 35 of file JetTagCalibration/share/defineDB.py.
Definition at line 40 of file JetTagCalibration/share/defineDB.py.
| str defineDB.smd = 'setchan '+longfolder+' '+str(ichan)+' '+jet |
Definition at line 44 of file JetTagCalibration/share/defineDB.py.
| str defineDB.tagname = 'MyCalibV1' |
Definition at line 19 of file JetTagCalibration/share/defineDB.py.