Skip to content
Snippets Groups Projects
Commit f3a7781d authored by Nikita Belyaev's avatar Nikita Belyaev
Browse files

ЭAthena update

parent 39a3baa6
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,6 @@ svcMgr.IOVDbSvc.dbConnection = "COOLOFL_DCS/COMP200"
#globalflags.DataSource() == 'data'):
# if InDetFlags.doExpert():
conddb.addFolder('DCS_OFL',"/TRT/DCS/HV/BARREL <cache>600</cache>",classname='CondAttrListCollection')
conddb.addFolder('DCS_OFL',"/TRT/DCS/HV/ENDCAPA <cache>600</cache>",classname='CondAttrListCollection')
conddb.addFolder('DCS_OFL',"/TRT/DCS/HV/ENDCAPC <cache>600</cache>",classname='CondAttrListCollection')
InDetTRTConditionsServices=[]
......@@ -151,16 +147,16 @@ InDetTRT_Monitoring_Tool = TRT_Monitoring_Tool (name = "
min_pixel_hits = 1,
min_sct_hits = 0,
min_trt_hits = 10,
TrigDecisionObjectName = "xTrigDecision" if DQMonFlags.useTrigger else ""
#TrigDecisionObjectName = "xTrigDecision" if DQMonFlags.useTrigger else ""
)
if globalflags.DataSource == 'geant4':
#No ByteStream error in MC case
InDetTRT_Monitoring_Tool.ByteStreamErrors=""
if jobproperties.Beam.beamType()=='collisions':
from AthenaMonitoring.FilledBunchFilterTool import GetFilledBunchFilterTool
InDetTRT_Monitoring_Tool.FilterTools += [GetFilledBunchFilterTool()]
#if jobproperties.Beam.beamType()=='collisions':
# from AthenaMonitoring.FilledBunchFilterTool import GetFilledBunchFilterTool
# InDetTRT_Monitoring_Tool.FilterTools += [GetFilledBunchFilterTool()]
ToolSvc += InDetTRT_Monitoring_Tool
if (InDetFlags.doPrintConfigurables()):
......
......@@ -545,6 +545,13 @@ if DetFlags.haveRIO.TRT_on():
# DCS Conditions Service
if InDetFlags.useTrtDCS():
conddb.addFolder('DCS_OFL',"/TRT/DCS/HV/BARREL<cache>600</cache>",force=True,className='CondAttrListCollection')
conddb.addFolder('DCS_OFL',"/TRT/DCS/HV/ENDCAPA<cache>600</cache>",force=True,className='CondAttrListCollection')
conddb.addFolder('DCS_OFL',"/TRT/DCS/HV/ENDCAPC<cache>600</cache>",force=True,className='CondAttrListCollection')
from TRT_ConditionsAlgs.TRT_ConditionsAlgsConf import TRTHWMapCondAlg
TRTHWMapCondAlg = TRTHWMapCondAlg(name = "TRTHWMapCondAlg")
condSeq += TRTHWMapCondAlg
# Hardware Mapping Service
from TRT_ConditionsServices.TRT_ConditionsServicesConf import TRT_HWMappingSvc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment