You need to sign in or sign up before continuing.
Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
## -- Overview of all default local settings that one can change
## -- The default values are also shown.
## ------------------------------------------- flags set in: RecExOnline_jobOptions.py
isOnline = False
isOnlineStateless = False
#eMon can only be used ONLINE (please see RecExOnline_Partition_Online.py)
useEmon = False
useAtlantisEmon = False
evtMax = 100
## ------------------------------------------- flags set in: RecExOnline_globalconfig.py (from RecExOnline_jobOptions.py)
#read the pickle file if you want to use the AMI tag info
#stored in ami_recotrf.pickle (produced by 'tct_getAmiTag.py f140 ami_recotrf.cmdargs ami_recotrf.pickle')
usePickleConfig = True
pickleconfigfile = './ami_recotrf.pickle'
DataSource = 'data'
InputFormat = 'bytestream'
fileName = '/afs/cern.ch/atlas/offline/external/FullChainTest/tier0/rtt/OnlineRecoTests/data09_900GeV.00141749.physics_MinBias.merge.RAW._lb0022._0001.1'
doESD = True
writeESD = False
doAOD = False
writeAOD = False
IOVDbSvcMessage = False
## ------------------------------------------ flags set in: RecExOnline_recoflags.py (from RecExOnline_jobOptions.py)
doAllReco = True
doInDet = doAllReco
doMuon = doAllReco
doLArg = doAllReco
doTile = doAllReco
doTrigger = False
doHist = doAllReco
doJiveXML = False
doEgammaTau = doAllReco
#set to True in the JO
#doCommissionig = False
## ------------------------------------------ flags set in : RecExOnline_monitoring.py (from from RecExOnline_jobOptions.py)
doAllMon = True
doCaloMon = doAllMon
doPhysMon = doAllMon
doTrigMon = False
doIDMon = doAllMon
doTRTMon = doAllMon
doMuonMon = doAllMon
## ------------------------------------------ flags set in : RecExOnline_postconfig.py (called from RecExOnline_jobOptions.py)
## main online reco scripts
include ("RecExOnline/RecExOnline_jobOptions.py")