Skip to content

Commit

Permalink
Merge pull request #33399 from mmusich/updatePixelAlCaRecos_v4
Browse files Browse the repository at this point in the history
Split SiPixelCalSingleMuon into two separate ALCARECO producers
  • Loading branch information
cmsbuild committed Apr 19, 2021
2 parents 3bb4989 + 3e85054 commit 07a5e6a
Show file tree
Hide file tree
Showing 19 changed files with 1,516 additions and 20 deletions.
23 changes: 23 additions & 0 deletions Calibration/TkAlCaRecoProducers/plugins/BuildFile.xml
Expand Up @@ -35,3 +35,26 @@
<use name="TrackingTools/TrajectoryState"/>
<flags EDM_PLUGIN="1"/>
</library>

<library file="NearbyPixelClustersProducer.cc" name="NearbyPixelClustersProducer">
<use name="TrackingTools/PatternTools"/>
<use name="RecoLocalTracker/Records"/>
<use name="RecoTracker/MeasurementDet"/>
<use name="TrackingTools/TrackFitters"/>
<flags EDM_PLUGIN="1"/>
</library>

<library file="NearbyPixelClustersAnalyzer.cc" name="NearbyPixelClustersAnalyzer">
<use name="TrackingTools/PatternTools"/>
<use name="RecoLocalTracker/Records"/>
<use name="RecoTracker/MeasurementDet"/>
<use name="TrackingTools/TrackFitters"/>
<use name="CondFormats/SiPixelObjects"/>
<use name="CalibTracker/SiPixelESProducers"/>
<flags EDM_PLUGIN="1"/>
</library>

<library file="TrackDistanceValueMapProducer.cc" name="TrackDistanceValueMapProducer">
<use name="DataFormats/TrackReco"/>
<flags EDM_PLUGIN="1"/>
</library>
558 changes: 558 additions & 0 deletions Calibration/TkAlCaRecoProducers/plugins/NearbyPixelClustersAnalyzer.cc

Large diffs are not rendered by default.

0 comments on commit 07a5e6a

Please sign in to comment.