Skip to content

Commit

Permalink
added missing dependency on Geometry/Records (was indirectly include …
Browse files Browse the repository at this point in the history
…from Geometry packages which have been cleaned)
  • Loading branch information
smuzaffar committed Nov 26, 2010
1 parent bc8aa4c commit 22f2850
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions FastSimulation/CaloGeometryTools/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<use name="FastSimulation/CaloGeometryTools"/>
<use name="FastSimulation/CaloHitMakers"/>
<use name="FastSimulation/Utilities"/>
<use name="Geometry/Records"/>
<library file="testCaloGeometryTools.cc" name="testCaloGeometryTools">
<flags EDM_PLUGIN="1"/>
</library>
1 change: 1 addition & 0 deletions FastSimulation/CaloRecHitsProducer/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<use name="FastSimulation/Utilities"/>
<use name="FastSimulation/CaloGeometryTools"/>
<use name="DQMServices/Core"/>
<use name="Geometry/Records"/>
<library file="DigiCheck.cc" name="DigiCheck">
<flags EDM_PLUGIN="1"/>
</library>
Expand Down
1 change: 1 addition & 0 deletions FastSimulation/L1CaloTriggerProducer/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
<use name="DataFormats/GeometryVector"/>
<use name="CondFormats/L1TObjects"/>
<use name="DataFormats/HcalRecHit"/>
<use name="Geometry/Records"/>
1 change: 1 addition & 0 deletions JetMETCorrections/MinBias/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/PluginManager"/>
<use name="Geometry/Records"/>
<use name="clhep"/>
<use name="root"/>
<flags EDM_PLUGIN="1"/>
1 change: 1 addition & 0 deletions RecoCaloTools/Navigation/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<use name="DataFormats/HcalDetId"/>
<use name="DataFormats/EcalDetId"/>
<use name="FWCore/Framework"/>
<use name="Geometry/Records"/>
<flags EDM_PLUGIN="1"/>
<library file="stubs/CaloNavigationAnalyzer.cc" name="testCaloNavigationAnalyzer">
</library>
1 change: 1 addition & 0 deletions RecoEcal/EgammaCoreTools/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<use name="Geometry/CaloGeometry"/>
<use name="Geometry/CaloTopology"/>
<use name="RecoLocalCalo/EcalRecAlgos"/>
<use name="Geometry/Records"/>
<use name="clhep"/>
<export>
<lib name="1"/>
Expand Down
1 change: 1 addition & 0 deletions RecoTBCalo/EcalSimpleTBAnalysis/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
<use name="Geometry/CaloGeometry"/>
<use name="Geometry/EcalAlgo"/>
<use name="Geometry/CaloTopology"/>
<use name="Geometry/Records"/>
<flags EDM_PLUGIN="1"/>
1 change: 1 addition & 0 deletions Validation/GlobalHits/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<use name="Geometry/DTGeometry"/>
<use name="Geometry/RPCGeometry"/>
<use name="Geometry/CaloTopology"/>
<use name="Geometry/Records"/>
<use name="DQMServices/Core"/>
<use name="root"/>
<use name="clhep"/>
Expand Down

0 comments on commit 22f2850

Please sign in to comment.