ATLAS Offline Software
Variables
defineDB Namespace Reference

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 '
 

Variable Documentation

◆ channel

string defineDB.channel = ' 1 '

◆ cmd

string defineDB.cmd = db+' '+longfolder+' '+str(ichan)+' '+longtag+' '+hfile

Definition at line 41 of file JetTagCalibration/share/defineDB.py.

◆ db

string defineDB.db = 'OFLP200'

Definition at line 22 of file JetTagCalibration/share/defineDB.py.

◆ f

defineDB.f = open('consolecmds', 'w')

Definition at line 17 of file JetTagCalibration/share/defineDB.py.

◆ folder

string defineDB.folder = 'Cuts'

◆ folders

list defineDB.folders = [ 'IP1D','IP2D','IP3D','SV1','SV2','SoftMu','SoftEl','JetFitter','JetProb' ]

Definition at line 26 of file JetTagCalibration/share/defineDB.py.

◆ froot

string defineDB.froot = '/BTAG/CALIB/'

Definition at line 21 of file JetTagCalibration/share/defineDB.py.

◆ hfile

string defineDB.hfile = hfileprefix+folder+'.root'

Definition at line 37 of file JetTagCalibration/share/defineDB.py.

◆ hfileprefix

string defineDB.hfileprefix = 'BTagging'+tagname+'_'

Definition at line 20 of file JetTagCalibration/share/defineDB.py.

◆ ichan

int defineDB.ichan = 1

Definition at line 28 of file JetTagCalibration/share/defineDB.py.

◆ jets

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.

◆ longfolder

string defineDB.longfolder = froot+folder

Definition at line 35 of file JetTagCalibration/share/defineDB.py.

◆ longtag

string defineDB.longtag = tagname+'_'+folder

Definition at line 40 of file JetTagCalibration/share/defineDB.py.

◆ smd

string defineDB.smd = 'setchan '+longfolder+' '+str(ichan)+' '+jet

Definition at line 44 of file JetTagCalibration/share/defineDB.py.

◆ tagname

string defineDB.tagname = 'MyCalibV1'

Definition at line 19 of file JetTagCalibration/share/defineDB.py.