1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<use name="CondFormats/DataRecord"/>
<use name="CondFormats/HGCalObjects"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="Geometry/HGCalMapping"/>
<use name="Geometry/Records"/>
<use name="Geometry/CaloGeometry"/>
<use name="Geometry/HGCalGeometry"/>
<use name="FWCore/Utilities"/>
<!-- indexer plugin -->
<library file="HGCalMappingESProducer.cc">
<flags EDM_PLUGIN="1"/>
</library>
<!-- alpaka-based portable plugins -->
<library file="alpaka/*.cc" name="GeometryHGCalMappingPluginsPortable">
<use name="alpaka"/>
<use name="HeterogeneousCore/AlpakaCore"/>
<use name="HeterogeneousCore/AlpakaInterface"/>
<flags ALPAKA_BACKENDS="1"/>
<flags EDM_PLUGIN="1"/>
</library>
|