Skip to content

Commit

Permalink
remove a bunch of useless includes of SiPixelTemplateStoreESProducer_cfi
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich authored and Dr15Jones committed Aug 29, 2023
1 parent 0a6ee43 commit ef81925
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,3 @@
process.TrackRefitter +
process.offlinePrimaryVerticesFromRefittedTrks +
process.jetHTAnalyzer)



Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
)
print("Saving the output at %s" % process.TFileService.fileName.value())


process.theValidSequence = cms.Sequence(process.offlineBeamSpot +
process.TrackRefitter +
process.offlinePrimaryVerticesFromRefittedTrks +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
)

# The actual sequence
from RecoLocalTracker.SiPixelRecHits.SiPixelTemplateStoreESProducer_cfi import *
seqALCARECOPromptCalibProdSiPixelLorentzAngle = cms.Sequence(
ALCARECOCalSignleMuonFilterForSiPixelLorentzAngle *
ALCARECOPixelLATrackFilterRefit *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@

# refit and BS can be dropped if done together with RECO.
# track filter can be moved in acalreco if no other users
from RecoLocalTracker.SiPixelRecHits.SiPixelTemplateStoreESProducer_cfi import SiPixelTemplateStoreESProducer
ALCARECOTrackFilterRefitAAG = cms.Sequence(ALCARECOCalibrationTracksAAG +
offlineBeamSpot +
ALCARECOCalibrationTracksRefitAAG )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
##################################################################
# Sequence: track refit + close-by-pixel producer
##################################################################
from RecoLocalTracker.SiPixelRecHits.SiPixelTemplateStoreESProducer_cfi import SiPixelTemplateStoreESProducer
ALCARECOSiPixelCalSingleMuonTightOffTrackClusters = cms.Sequence(ALCARECOSiPixelCalSingleMuonTightTracksRefit +
closebyPixelClusters)

Expand Down

0 comments on commit ef81925

Please sign in to comment.