1
2
3
4
5
6
7
8
9
10
11
12
13
|
<library file="*.cc" name="GeometryHcalAlgoPlugin">
<use name="DetectorDescription/Core"/>
<use name="FWCore/PluginManager"/>
<flags EDM_PLUGIN="1"/>
</library>
<library name="DD4hep_GeometryHcalAlgoPlugins" file="dd4hep/*.cc">
<use name="DetectorDescription/Core"/>
<use name="DetectorDescription/DDCMS"/>
<use name="dd4hep"/>
<lib name="Geom"/>
<flags DD4HEP_PLUGIN="1"/>
</library>
|