1
2
3
4
5
6
7
8
9
10
11
12
13
|
<use name="FWCore/AbstractServices"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Utilities"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="SimGeneral/HepPDTRecord"/>
<use name="hepmc"/>
<use name="heppdt"/>
<use name="clhep"/>
<use name="root"/>
<library file="*.cc" name="GeneratorInterfaceHiGenCommonPlugins">
<flags EDM_PLUGIN="1"/>
</library>
|