1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<use name="FWCore/Framework"/>
<use name="fastjet"/>
<use name="root"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="CommonTools/UtilAlgos"/>
<library file="ZJetsAnalyzer.cc,analyserhepmc/LeptonAnalyserHepMC.cc,analyserhepmc/JetInputHepMC.cc" name="ZJetsTestAnalyzer">
<flags EDM_PLUGIN="1"/>
</library>
<bin file="test_catch2_*.cc" name="testGeneratorInterfacePythia8InterfaceTP">
<use name="FWCore/TestProcessor"/>
<use name="catch2"/>
</bin>
<test name="TestGeneratorInterfacePythia8InterfaceCompareIdentical" command="cmsRun ${LOCALTOP}/src/GeneratorInterface/Pythia8Interface/test/compare_identical_generators_cfg.py"/>
<test name="TestGeneratorInterfacePythia8InterfaceCompareExternal" command="cmsRun ${LOCALTOP}/src/GeneratorInterface/Pythia8Interface/test/compare_external_generators_cfg.py"/>
<test name="TestGeneratorInterfacePythia8InterfaceCompareExternalStreams" command="cmsRun ${LOCALTOP}/src/GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py"/>
<test name="TestGeneratorInterfacePythia8ConcurrentGeneratorFilter" command="${LOCALTOP}/src/GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh"/>
|