Skip to content

Commit 1f48596

Browse files
committed
[DQM] fixes UBSAN build errors
1 parent 58df8d1 commit 1f48596

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

DQM/DataScouting/BuildFile.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<use name="FWCore/Framework"/>
44
<use name="FWCore/ParameterSet"/>
55
<use name="DataFormats/Math"/>
6+
<use name="DataFormats/Candidate"/>
67
<use name="DQMServices/Core"/>
78
<export>
89
<use name="FWCore/Framework"/>

DQM/SiPixelMonitorClient/BuildFile.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
<use name="DataFormats/Common"/>
1313
<use name="rootcore"/>
1414
<use name="boost"/>
15+
<use name="rootgpad"/>
1516
<flags EDM_PLUGIN="1"/>

DQMOffline/Alignment/BuildFile.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
<use name="Alignment/LaserAlignment"/>
55
<use name="MagneticField/Engine"/>
66
<use name="MagneticField/Records"/>
7+
<use name="DataFormats/JetReco"/>
78
<flags EDM_PLUGIN="1"/>

DQMServices/Components/plugins/BuildFile.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<use name="FWCore/Utilities"/>
1010
<use name="FWCore/Version"/>
1111
<use name="DataFormats/Luminosity"/>
12+
<use name="DataFormats/Scalers"/>
1213
<use name="HLTrigger/HLTcore"/>
1314
<use name="boost"/>
1415
<library file="*.cc" name="DQMServicesComponentsPlugins">

Validation/L1T/BuildFile.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<use name="root"/>
22
<use name="DQMServices/Core"/>
3+
<use name="DataFormats/Candidate"/>
34
<use name="SimDataFormats/GeneratorProducts"/>
45
<export>
56
<lib name="1"/>

Validation/MtdValidation/plugins/BuildFile.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<use name="Geometry/Records"/>
44
<use name="Geometry/MTDGeometryBuilder"/>
55
<use name="DQMServices/Core"/>
6+
<use name="DataFormats/TrackReco"/>
67
<use name="hepmc"/>
78
<flags EDM_PLUGIN="1"/>

0 commit comments

Comments
 (0)