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

[Bot test] Squashes #10

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion L1Trigger/TrackFindingTracklet/python/Producer_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BranchAcceptedTracks = cms.string ( "TrackAccepted" ), #
BranchLostStubs = cms.string ( "StubLost" ), #
BranchLostTracks = cms.string ( "TrackLost" ), #
CheckHistory = cms.bool ( False ), # checks if input sample production is configured as current process
CheckHistory = cms.bool ( True ), # checks if input sample production is configured as current process
EnableTruncation = cms.bool ( True ), # enable emulation of truncation for TBout, KF, KFin, lost stubs are filled in BranchLost
PrintKFDebug = cms.bool ( False ), # print end job internal unused MSB
UseTTStubResiduals = cms.bool ( False ), # stub residuals are recalculated from seed parameter and TTStub position
Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/TrackerDTC/python/ProducerED_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
InputTag = cms.InputTag( "TTStubsFromPhase2TrackerDigis", "StubAccepted" ), # original TTStub selection
BranchAccepted = cms.string ( "StubAccepted" ), # label for prodcut with passed stubs
BranchLost = cms.string ( "StubLost" ), # label for prodcut with lost stubs
CheckHistory = cms.bool ( False ), # checks if input sample production is configured as current process
CheckHistory = cms.bool ( True ), # checks if input sample production is configured as current process
UseHybrid = cms.bool ( True ), # use Hybrid or TMTT as TT algorithm
EnableTruncation = cms.bool ( True ) # enable emulation of truncation, lost stubs are filled in BranchLost

)
)
4 changes: 2 additions & 2 deletions L1Trigger/TrackerTFP/python/Producer_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
BranchAcceptedTracks = cms.string( "TrackAccepted" ), # branch for prodcut with passed tracks
BranchLostStubs = cms.string( "StubLost" ), # branch for prodcut with lost stubs
BranchLostTracks = cms.string( "TracksLost" ), # branch for prodcut with lost tracks
CheckHistory = cms.bool ( False ), # checks if input sample production is configured as current process
CheckHistory = cms.bool ( True ), # checks if input sample production is configured as current process
EnableTruncation = cms.bool ( True ), # enable emulation of truncation, lost stubs are filled in BranchLost
PrintKFDebug = cms.bool ( False ) # print end job internal unused MSB

)
)
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Introduction to CMSSW: http://cms-sw.github.io
h1. Hidden change