-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up BuildFiles under DetectorDescription/
Clean up BuildFile.xml filea with `xmllint --format`.
- Loading branch information
Showing
14 changed files
with
124 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<use name="FWCore/Utilities"/> | ||
<use name="FWCore/MessageLogger"/> | ||
<use name="FWCore/PluginManager"/> | ||
<use name="boost"/> | ||
<use name="clhep"/> | ||
<use name="rootmath"/> | ||
<use name="FWCore/Utilities"/> | ||
<use name="FWCore/MessageLogger"/> | ||
<use name="FWCore/PluginManager"/> | ||
<use name="boost"/> | ||
<use name="clhep"/> | ||
<use name="rootmath"/> | ||
<export> | ||
<lib name="1"/> | ||
<lib name="1"/> | ||
</export> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<library file="*.cc" name="DetectorDescriptionCorePlugins"> | ||
<use name="DetectorDescription/Core"/> | ||
<use name="DetectorDescription/Core"/> | ||
</library> | ||
<flags EDM_PLUGIN="1"/> | ||
|
||
<flags EDM_PLUGIN="1"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,29 @@ | ||
<use name="DetectorDescription/Core"/> | ||
<use name="boost"/> | ||
<use name="rootmath"/> | ||
<use name="cppunit"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<bin name="testCore" file="testRunner.cpp,DDIsValid.cppunit.cc"> | ||
<use name="DetectorDescription/Core"/> | ||
<use name="boost"/> | ||
<use name="rootmath"/> | ||
<use name="cppunit"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<bin name="testCore" file="testRunner.cpp,DDIsValid.cppunit.cc"> | ||
</bin> | ||
<bin name="testDDName" file="testRunner.cpp,DDName.cppunit.cc"> | ||
|
||
<bin name="testDDName" file="testRunner.cpp,DDName.cppunit.cc"> | ||
</bin> | ||
<bin name="testStrVector" file="testRunner.cpp,DDStrVector.cppunit.cc"> | ||
|
||
<bin name="testStrVector" file="testRunner.cpp,DDStrVector.cppunit.cc"> | ||
</bin> | ||
<bin name="testDDFilter" file="DDFilter.cppunit.cc,testRunner.cpp"/> | ||
<bin name="testShapes" file="testShapes.cpp"> | ||
|
||
<bin name="testDDFilter" file="DDFilter.cppunit.cc,testRunner.cpp"/> | ||
<bin name="testShapes" file="testShapes.cpp"> | ||
</bin> | ||
<bin name="testUnits" file="testRunner.cpp,DDUnits.cppunit.cc"> | ||
|
||
<bin name="testUnits" file="testRunner.cpp,DDUnits.cppunit.cc"> | ||
</bin> | ||
<bin file="clhepToROOTMath.cpp"> | ||
|
||
<bin file="clhepToROOTMath.cpp"> | ||
</bin> | ||
<bin file="test_DDRotation.cpp"> | ||
|
||
<bin file="test_DDRotation.cpp"> | ||
</bin> | ||
<bin file="Singleton_.cpp"> | ||
|
||
<bin file="Singleton_.cpp"> | ||
</bin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<use name="FWCore/PluginManager"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/Utilities"/> | ||
<use name="Geometry/MuonNumbering"/> | ||
<use name="dd4hep"/> | ||
<use name="rootmath"/> | ||
<use name="rootgeom"/> | ||
<use name="FWCore/PluginManager"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/Utilities"/> | ||
<use name="Geometry/MuonNumbering"/> | ||
<use name="dd4hep"/> | ||
<use name="rootmath"/> | ||
<use name="rootgeom"/> | ||
<export> | ||
<lib name="1"/> | ||
<lib name="1"/> | ||
</export> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,40 @@ | ||
<use name="cppunit"/> | ||
<bin name="testDD4hepFilteredView" file="DDFilteredView.cppunit.cc,testRunner.cpp"> | ||
<use name="cppunit"/> | ||
<bin name="testDD4hepFilteredView" file="DDFilteredView.cppunit.cc,testRunner.cpp"> | ||
<use name="DetectorDescription/DDCMS"/> | ||
<use name="dd4hep"/> | ||
</bin> | ||
<bin name="testDD4hepExpandedView" file="DDExpandedView.cppunit.cc,testRunner.cpp"> | ||
|
||
<bin name="testDD4hepExpandedView" file="DDExpandedView.cppunit.cc,testRunner.cpp"> | ||
<use name="DetectorDescription/DDCMS"/> | ||
<use name="dd4hep"/> | ||
</bin> | ||
<bin name="testDD4hepCompactView" file="DDCompactView.cppunit.cc,testRunner.cpp"> | ||
|
||
<bin name="testDD4hepCompactView" file="DDCompactView.cppunit.cc,testRunner.cpp"> | ||
<use name="DetectorDescription/DDCMS"/> | ||
<use name="dd4hep"/> | ||
</bin> | ||
<bin name="testDD4hepFilter" file="Filter.cppunit.cc,testRunner.cpp"> | ||
|
||
<bin name="testDD4hepFilter" file="Filter.cppunit.cc,testRunner.cpp"> | ||
<use name="DetectorDescription/DDCMS"/> | ||
</bin> | ||
<bin name="testDD4hepExpandedNodes" file="ExpandedNodes.cppunit.cc,testRunner.cpp"> | ||
|
||
<bin name="testDD4hepExpandedNodes" file="ExpandedNodes.cppunit.cc,testRunner.cpp"> | ||
<use name="DetectorDescription/DDCMS"/> | ||
</bin> | ||
<bin name="testDD4hepDDSolidShapes" file="DDSolidShapes.cppunit.cc,testRunner.cpp"> | ||
|
||
<bin name="testDD4hepDDSolidShapes" file="DDSolidShapes.cppunit.cc,testRunner.cpp"> | ||
<use name="DetectorDescription/DDCMS"/> | ||
</bin> | ||
<bin name="testDD4hepDDSolid" file="DDSolid.cppunit.cc,testRunner.cpp"> | ||
|
||
<bin name="testDD4hepDDSolid" file="DDSolid.cppunit.cc,testRunner.cpp"> | ||
<use name="DetectorDescription/DDCMS"/> | ||
</bin> | ||
<bin name="testDD4hepDDSolidLegacyShapes" file="DDSolidLegacyShapes.cppunit.cc,testRunner.cpp"> | ||
|
||
<bin name="testDD4hepDDSolidLegacyShapes" file="DDSolidLegacyShapes.cppunit.cc,testRunner.cpp"> | ||
<use name="DetectorDescription/DDCMS"/> | ||
</bin> | ||
|
||
<bin file="dummyMain.cpp" name="DetectorDescriptionDDCMSTestDriver"> | ||
<use name="FWCore/Utilities"/> | ||
<flags TEST_RUNNER_ARGS="/bin/bash DetectorDescription/DDCMS/test runTest.sh"/> | ||
<use name="FWCore/Utilities"/> | ||
<flags TEST_RUNNER_ARGS="/bin/bash DetectorDescription/DDCMS/test runTest.sh"/> | ||
</bin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<use name="DetectorDescription/Core"/> | ||
<use name="DetectorDescription/Core"/> | ||
<export> | ||
<lib name="1"/> | ||
<lib name="1"/> | ||
</export> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<library name="OutputDDToDDL" file="Output*.cc"> | ||
<flags EDM_PLUGIN="1"/> | ||
<use name="DetectorDescription/Core"/> | ||
<use name="DetectorDescription/OfflineDBLoader"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="Geometry/Records"/> | ||
<use name="MagneticField/Records"/> | ||
<library name="OutputDDToDDL" file="Output*.cc"> | ||
<flags EDM_PLUGIN="1"/> | ||
<use name="DetectorDescription/Core"/> | ||
<use name="DetectorDescription/OfflineDBLoader"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="Geometry/Records"/> | ||
<use name="MagneticField/Records"/> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<use name="DetectorDescription/Core"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="FWCore/PluginManager"/> | ||
<use name="FWCore/Utilities"/> | ||
<use name="Utilities/Xerces"/> | ||
<use name="boost"/> | ||
<use name="clhepheader"/> | ||
<use name="rootmath"/> | ||
<use name="xerces-c"/> | ||
<use name="DetectorDescription/Core"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="FWCore/PluginManager"/> | ||
<use name="FWCore/Utilities"/> | ||
<use name="Utilities/Xerces"/> | ||
<use name="boost"/> | ||
<use name="clhepheader"/> | ||
<use name="rootmath"/> | ||
<use name="xerces-c"/> | ||
<export> | ||
<lib name="1"/> | ||
<lib name="1"/> | ||
</export> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<bin file="TestIntegration.cpp" name="DetectorDescriptionParserTE"> | ||
<flags TEST_RUNNER_ARGS=" /bin/bash DetectorDescription/Parser/test run_testDoc.sh" /> | ||
<use name="FWCore/Utilities"/> | ||
<flags TEST_RUNNER_ARGS=" /bin/bash DetectorDescription/Parser/test run_testDoc.sh"/> | ||
<use name="FWCore/Utilities"/> | ||
</bin> | ||
|
||
<bin name="testmat" file="testmat.cpp"> | ||
<use name="DetectorDescription/Parser"/> | ||
<use name="FWCore/MessageLogger"/> | ||
<use name="FWCore/ParameterSetReader"/> | ||
<use name="FWCore/PluginManager"/> | ||
<use name="FWCore/ServiceRegistry"/> | ||
<use name="FWCore/Utilities"/> | ||
<use name="DetectorDescription/Parser"/> | ||
<use name="FWCore/MessageLogger"/> | ||
<use name="FWCore/ParameterSetReader"/> | ||
<use name="FWCore/PluginManager"/> | ||
<use name="FWCore/ServiceRegistry"/> | ||
<use name="FWCore/Utilities"/> | ||
</bin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<use name="DetectorDescription/Core"/> | ||
<use name="DetectorDescription/Parser"/> | ||
<use name="clhep"/> | ||
<use name="xerces-c"/> | ||
<use name="DetectorDescription/Core"/> | ||
<use name="DetectorDescription/Parser"/> | ||
<use name="clhep"/> | ||
<use name="xerces-c"/> | ||
<export> | ||
<lib name="1"/> | ||
<lib name="1"/> | ||
</export> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<library name="CompareDDViews" file="Compare*.cc"> | ||
<flags EDM_PLUGIN="1"/> | ||
<use name="DetectorDescription/Core"/> | ||
<use name="DetectorDescription/Parser"/> | ||
<use name="DetectorDescription/RegressionTest"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<library name="CompareDDViews" file="Compare*.cc"> | ||
<flags EDM_PLUGIN="1"/> | ||
<use name="DetectorDescription/Core"/> | ||
<use name="DetectorDescription/Parser"/> | ||
<use name="DetectorDescription/RegressionTest"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/ParameterSet"/> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters