1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<use name="DQM/SiStripCommon"/>
<use name="FWCore/Framework"/>
<use name="DQMServices/Core"/>
<use name="boost"/>
<library file="plugins/testTkHistoMap.cc" name="testTkHistoMap">
<use name="Geometry/TrackerGeometryBuilder"/>
<use name="Geometry/Records"/>
<use name="root"/>
<use name="rootgraphics"/>
<flags EDM_PLUGIN="1"/>
</library>
<library file="plugins/testSiStripHistId.cc" name="testSiStripHistId">
<flags EDM_PLUGIN="1"/>
</library>
<test name="test_TkHistoMap" command="cmsRun ${LOCALTOP}/src/DQM/SiStripCommon/test/testTkHistoMap_cfg.py"/>
<test name="test_SiStripHitId" command="cmsRun ${LOCALTOP}/src/DQM/SiStripCommon/test/testSiStripHistId_cfg.py"/>
|