ATLAS Offline Software
Loading...
Searching...
No Matches
defineDB Namespace Reference

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 '

Variable Documentation

◆ channel

str defineDB.channel = ' 1 '

◆ cmd

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

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

◆ db

str 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

str 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

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

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

◆ hfile

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

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

◆ hfileprefix

str 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

str defineDB.longfolder = froot+folder

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

◆ longtag

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

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

◆ smd

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

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

◆ tagname

str defineDB.tagname = 'MyCalibV1'

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