Skip to content
Snippets Groups Projects
Commit fdee567e authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

Remove unused ARA converter dictionaries. (EventTagTPCnv-00-01-03)

	* Tagging EventTagTPCnv-00-01-03.
	* Remove unused ARA converter dictionaries.

	* added ARA converters from Wolfgang Ehrenfeld

	* tag EventTagTPCnv-00-00-04
	* removed all TopoCl (x3) and LooseMuonMDTHits1-4
parent fc8b26ce
No related branches found
No related tags found
No related merge requests found
<!-- This file contains the various classes needed ATM for the ARA side of -->
<!-- things all the other dicts needed for plain Athena should be put -->
<!-- elsewhere -->
<lcgdict>
<class name="ITPConverterFor<RawInfoSummaryForTag>"/>
<class name="T_TPCnv<RawInfoSummaryForTag,RawInfoSummaryForTag_p1>"/>
<class name="RawInfoSummaryForTagCnv_p1"/>
<class name="T_AthenaPoolTPCnvBase<RawInfoSummaryForTag,RawInfoSummaryForTag_p1>"/>
<class name="T_AthenaPoolTPPolyCnvBase<RawInfoSummaryForTag,RawInfoSummaryForTag,RawInfoSummaryForTag_p1>"/>
<class name="T_AthenaPoolTPAbstractPolyCnvBase<RawInfoSummaryForTag,RawInfoSummaryForTag,RawInfoSummaryForTag_p1>"/>
</lcgdict>
......@@ -13,12 +13,6 @@
*/
#include "EventTagTPCnv/RawInfoSummaryForTag_p1.h"
#include "EventTagTPCnv/RawInfoSummaryForTagCnv_p1.h"
struct GCCXML_DUMMY_INSTANTIATION_EVENTTAGTPCNV {
// template instances go here
T_TPCnv<RawInfoSummaryForTag, RawInfoSummaryForTag_p1> m_conv1;
};
#endif
......@@ -33,10 +33,4 @@ public:
};
// converter needed for ARA
template<>
class T_TPCnv< RawInfoSummaryForTag, RawInfoSummaryForTag_p1 > : public RawInfoSummaryForTagCnv_p1 {
public:
};
#endif
......@@ -22,7 +22,5 @@ use AtlasReflex AtlasReflex-* External
apply_pattern lcgdict dict=EventTagTPCnv selectionfile=selection.xml \
headerfiles="../EventTagTPCnv/EventTagTPCnvDict.h"
apply_pattern lcgdict dict=ARA_EventTagTPCnv selectionfile=ARA_selection.xml \
headerfiles="../EventTagTPCnv/EventTagTPCnvDict.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