ATLAS Offline Software
Loading...
Searching...
No Matches
EDM_MergePackages.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGSTORAGEDEF_MERGEPACKS
6#define TRIGSTORAGEDEF_MERGEPACKS
7
19
20
21TYPEMAPCLASS(TrigBphysicsEvent)
22TYPEMAPCLASS(TrigMonitoringEvent)
23TYPEMAPCLASS(TrigTopoEvent)
24TYPEMAPCLASS(TrigCombinedEvent)
25TYPEMAPCLASS(TrigCaloEvent)
26TYPEMAPCLASS(TrigParticle)
27TYPEMAPCLASS(TrigMissingEtEvent)
28TYPEMAPCLASS(TrigMuonEvent)
29TYPEMAPCLASS(TrigInDetEvent)
31
32
33struct TypeInfo_EDM {
35 ::join<class_TrigBphysicsEvent::map>
36 ::join<class_TrigMonitoringEvent::map>
37 ::join<class_TrigCombinedEvent::map>
38 ::join<class_TrigCaloEvent::map>
39 ::join<class_TrigTopoEvent::map>
40 ::join<class_TrigParticle::map>
41 ::join<class_TrigMissingEtEvent::map>
42 ::join<class_TrigMuonEvent::map>
43 ::join<class_TrigInDetEvent::map>
44 ::join<class_TrigSteeringEvent::map>;
45};
46
47#endif
#define TYPEMAPCLASS(name)
Register a type map for a package.
TypeInfo_DataModelTest map