forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up some non-GPU-related pixel tracking code
Cleanup whitespaces and indenttion, plugin definitions, includes, and file names. Backport from the Patatrack fork: #49, #122, #134.
- Loading branch information
Showing
13 changed files
with
11 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
|
||
import FWCore.ParameterSet.Config as cms | ||
|
||
# | ||
from CondTools.SiPixel.SiPixelGainCalibrationService_cfi import * | ||
from RecoLocalTracker.SiPixelClusterizer.SiPixelClusterizer_cfi import siPixelClusters as _siPixelClusters | ||
siPixelClustersPreSplitting = _siPixelClusters.clone() | ||
|
||
# In principle we could remove `siPixelClustersPreSplitting` from the `pixeltrackerlocalreco` | ||
# sequence when the `gpu` modufier is active; for the time being we keep it for simplicity. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
<use name="DataFormats/TrackerCommon"/> | ||
<use name="HeterogeneousCore/CUDACore"/> | ||
<use name="HeterogeneousCore/Producer"/> | ||
<use name="HeterogeneousCore/Product"/> | ||
<use name="RecoLocalTracker/ClusterParameterEstimator"/> | ||
<use name="RecoLocalTracker/Records"/> | ||
<use name="RecoLocalTracker/SiPixelRecHits"/> | ||
<library file="*.cc *.cu" name="RecoLocalTrackerSiPixelRecHitsPlugins"> | ||
<use name="cuda"/> | ||
<use name="cuda-api-wrappers"/> | ||
<flags EDM_PLUGIN="1"/> | ||
<use name="RecoLocalTracker/ClusterParameterEstimator"/> | ||
<use name="RecoLocalTracker/Records"/> | ||
<use name="RecoLocalTracker/SiPixelRecHits"/> | ||
<use name="DataFormats/TrackerCommon"/> | ||
<library file="*.cc" name="RecoLocalTrackerSiPixelRecHitsPlugins"> | ||
<flags EDM_PLUGIN="1"/> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters