Skip to content
Snippets Groups Projects
Commit 689e7235 authored by Stewart Martin-Haugh's avatar Stewart Martin-Haugh Committed by Graeme Stewart
Browse files

'Remove dynaux vxTrackAtVertex variable from readout list (ATR-14904), update...

'Remove dynaux vxTrackAtVertex variable from readout list (ATR-14904), update testEDM to always use the local copy' (TrigEDMConfig-00-02-85)

2016-08-23 Stewart Martin-Haugh <smh@cern.ch>
	* Remove dynaux vxTrackAtVertex variable from readout list (ATR-14904)
	* Update testEDM to always use the local copy
	* tagging TrigEDMConfig-00-02-85

2016-08-10 Patrick Czodrowski <czodrows@cern.ch>
	* revert trunk to 00-02-83 r766383 state

2016-08-04  Fabrizio Salvatore  <p.salvatore@cern.ch>
	* Add 'xAOD::TrigMissingET#HLT_TrigEFMissingET_mhtem' and 'Aux.' https://its.cern.ch/jira/browse/ATR-14789
	* TrigEDMConfig-00-02-XX

2016-08-04 Oleg Kuprash <oleg.kuprash@cern.ch>
	* Add lists of relation of Run-1 and Run-2 trigger containers
	and functions to extract them, for converting Run-1 bytestream to xAOD
	* TrigEDMConfig-00-02-83

2016-08-02  Fabrizio Salvatore  <p.salvatore@cern.ch>
	* Add extra BJet containers from https://its.cern.ch/jira/browse/ATR-13434
	* TrigEDMConfig-00-02-82
...
(Long ChangeLog diff - truncated)


Former-commit-id: be6a0af9b2cab43d2a22ddc01ed2a89bb105723e
parent d88666d3
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
from TrigEDMConfig.TriggerEDM import *
from TriggerEDM import *
from CLIDComps.clidGenerator import clidGenerator
cgen = clidGenerator("", False)
......@@ -15,6 +15,7 @@ def main():
serializable_names_no_label = []
TriggerList = TriggerL2List + TriggerEFList + TriggerResultsList + TriggerResultsRun1List + TriggerLvl1List + TriggerIDTruth + TriggerHLTList
for TriggerSerializable in TriggerList:
#print TriggerSerializable
serializable_name = TriggerSerializable[0]
serializable_name_no_label = re.sub(r"\#.*", "", serializable_name)
if not '#' in serializable_name:
......
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