Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split SiPixelCalSingleMuon into two separate ALCARECO producers #33399

Merged
merged 6 commits into from Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions Calibration/TkAlCaRecoProducers/plugins/BuildFile.xml
Expand Up @@ -35,3 +35,21 @@
<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>
514 changes: 514 additions & 0 deletions Calibration/TkAlCaRecoProducers/plugins/NearbyPixelClustersAnalyzer.cc

Large diffs are not rendered by default.