Skip to content

Commit

Permalink
Remove older files and add 2 comments to describe parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarBernardes committed Jun 29, 2020
1 parent 0c32060 commit be47471
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 276 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ptMax = cms.double(1), #max pT for pixel tracks - above this use general tracks instead
ptMin = cms.double(0.3), #min pT for pixel tracks
resetHP = cms.bool(True), #pixel tracks do not have HP flag set. Use False if does not want to reset HP flag
covarianceVersion = cms.int32(0),
covarianceSchema = cms.int32(520),
covarianceVersion = cms.int32(0), #so far: 0 is Phase0, 1 is Phase1
covarianceSchema = cms.int32(520), #use less accurate schema - reduce size of collection
mightGet = cms.optional.untracked.vstring
)
1 change: 0 additions & 1 deletion RecoHI/HiTracking/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<use name="RecoHI/HiTracking"/>
<use name="CondFormats/EgammaObjects"/>
<use name="DataFormats/PatCandidates"/>
<use name="rootminuit"/>
<library file="*.cc" name="RecoHIHiTrackingPlugins">
<flags EDM_PLUGIN="1"/>
Expand Down
256 changes: 0 additions & 256 deletions RecoHI/HiTracking/plugins/HIPixelTracksSlimmer_miniAOD.cc

This file was deleted.

17 changes: 0 additions & 17 deletions RecoHI/HiTracking/python/hipixeltracks_miniAOD_cfi.py

This file was deleted.

0 comments on commit be47471

Please sign in to comment.