Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Riley authored and Dan Riley committed Jun 12, 2021
1 parent 80524b2 commit 3d72609
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CalibTracker/SiStripHitEfficiency/BuildFile.xml
@@ -1,7 +1,7 @@
<use name="RecoLocalTracker/SiStripClusterizer"/>
<use name="CommonTools/UtilAlgos"/>
<use name="DataFormats/DetId"/>
<use name="DataFormats/Scalers"/>
<use name="DataFormats/Scalers"/> <!--Needed for typeinfo for LumiScalers for UBSAN builds-->
<use name="DataFormats/SiStripDetId"/>
<use name="DataFormats/TrackingRecHit"/>
<use name="DataFormats/TrackReco"/>
Expand Down
2 changes: 1 addition & 1 deletion DQM/DTMonitorModule/BuildFile.xml
Expand Up @@ -4,7 +4,7 @@
<use name="DataFormats/DTDigi"/>
<use name="DataFormats/L1DTTrackFinder"/>
<use name="DataFormats/L1GlobalMuonTrigger"/>
<use name="DataFormats/Scalers"/>
<use name="DataFormats/Scalers"/> <!--Needed for typeinfo for LumiScalers for UBSAN builds-->
<use name="CondFormats/DTObjects"/>
<use name="CondFormats/DataRecord"/>
<use name="Geometry/Records"/>
Expand Down
2 changes: 1 addition & 1 deletion DQM/TrackerRemapper/BuildFile.xml
Expand Up @@ -5,7 +5,7 @@
<use name="rootgraphics"/>
<use name="rootmath"/>
<use name="roothistmatrix"/>
<use name="roothistpainter"/>
<use name="roothistpainter"/> <!--Needed for typeinfo for TPaletteAxis in UBSAN builds-->
<export>
<lib name="1"/>
</export>
2 changes: 1 addition & 1 deletion Geometry/MTDNumberingBuilder/BuildFile.xml
@@ -1,7 +1,7 @@
<use name="DataFormats/GeometrySurface"/>
<use name="DetectorDescription/Core"/>
<use name="Geometry/TrackerNumberingBuilder"/>
<use name="Geometry/CommonDetUnit"/>
<use name="Geometry/CommonDetUnit"/> <!--Needed for typeinfo for GeomDet in UBSAN builds-->
<use name="DataFormats/ForwardDetId"/>
<export>
<lib name="1"/>
Expand Down

0 comments on commit 3d72609

Please sign in to comment.