Skip to content
Snippets Groups Projects
Commit 4ce58922 authored by Peter Van Gemmeren's avatar Peter Van Gemmeren Committed by Graeme Stewart
Browse files

Clean up dictionaries (removing TP converter entries) to optimize ROOT6 header...

Clean up dictionaries (removing TP converter entries) to optimize ROOT6 header parsing and VMEM consumption (TrigDecisionEventTPCnv-00-01-31)

	* Clean up dictionaries (removing TP converter entries) to
	optimize ROOT6 header parsing and VMEM consumption
	* tagging TrigDecisionEventTPCnv-00-01-31
parent c569ea33
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef TRIGDECISIONEVENTTPCNV_TRIGDECISIONEVENTTPCNVDICT1_H
#define TRIGDECISIONEVENTTPCNV_TRIGDECISIONEVENTTPCNVDICT1_H
#ifndef TRIGDECISIONEVENTTPCNV_TRIGDECISIONEVENTTPCNVDICT_H
#define TRIGDECISIONEVENTTPCNV_TRIGDECISIONEVENTTPCNVDICT_H
#include "TrigDecisionEvent/TrigDecision.h"
#include "TrigDecisionEventTPCnv/TrigDecision_p1.h"
......@@ -11,10 +11,5 @@
#include "TrigDecisionEventTPCnv/TrigDecision_p3.h"
#include "TrigDecisionEventTPCnv/TrigDecision_p4.h"
#include "TrigDecisionEventTPCnv/TrigDecision_p5.h"
#include "TrigDecisionEventTPCnv/TrigDecisionCnv_p1.h"
#include "TrigDecisionEventTPCnv/TrigDecisionCnv_p2.h"
#include "TrigDecisionEventTPCnv/TrigDecisionCnv_p3.h"
#include "TrigDecisionEventTPCnv/TrigDecisionCnv_p4.h"
#include "TrigDecisionEventTPCnv/TrigDecisionCnv_p5.h"
#endif
......@@ -16,7 +16,7 @@ apply_pattern tpcnv_library
private
use AtlasReflex AtlasReflex-* External
use AtlasReflex AtlasReflex-* External
use AthenaKernel AthenaKernel-* Control
use TrigDecisionEvent TrigDecisionEvent-* Trigger/TrigEvent
......@@ -24,12 +24,12 @@ use TrigDecisionEvent TrigDecisionEvent-* Trigger/TrigEvent
# of transient classes. If we make a single dictionary,
# the compiler runs out of memory on the generated source.
apply_pattern lcgdict dict=TrigDecisionEventTPCnv1 \
selectionfile=selection1.xml \
apply_pattern lcgdict dict=TrigDecisionEventTPCnv \
selectionfile=selection.xml \
headerfiles="../TrigDecisionEventTPCnv/TrigDecisionEventTPCnvDict.h"
apply_pattern lcgdict dict=OLD_TrigDecisionEventTPCnv1 \
selectionfile=OLD_selection1.xml \
apply_pattern lcgdict dict=OLD_TrigDecisionEventTPCnv \
selectionfile=OLD_selection.xml \
headerfiles="../TrigDecisionEventTPCnv/TrigDecisionEventTPCnvDict.h"
end_private
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