ATLAS Offline Software
|
Variables | |
f = open('consolecmds', 'w') | |
string | tagname = 'MyCalibV1' |
string | hfileprefix = 'BTagging'+tagname+'_' |
string | froot = '/BTAG/CALIB/' |
string | 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 |
string | longfolder = froot+folder |
string | hfile = hfileprefix+folder+'.root' |
string | longtag = tagname+'_'+folder |
string | cmd = db+' '+longfolder+' '+str(ichan)+' '+longtag+' '+hfile |
string | smd = 'setchan '+longfolder+' '+str(ichan)+' '+jet |
string | folder = 'Cuts' |
string | channel = ' 1 ' |
string defineDB.channel = ' 1 ' |
Definition at line 27 of file JetTagPerformanceCalibration/CalibrationDataInterface/share/defineDB.py.
Definition at line 41 of file JetTagCalibration/share/defineDB.py.
string 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.
string 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.
string defineDB.froot = '/BTAG/CALIB/' |
Definition at line 21 of file JetTagCalibration/share/defineDB.py.
string 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.
string defineDB.smd = 'setchan '+longfolder+' '+str(ichan)+' '+jet |
Definition at line 44 of file JetTagCalibration/share/defineDB.py.
string defineDB.tagname = 'MyCalibV1' |
Definition at line 19 of file JetTagCalibration/share/defineDB.py.