Skip to content

Commit

Permalink
comments for ian
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuh committed Sep 29, 2021
1 parent e6349a9 commit 245a85e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#---------------------------------------------------------------------------------------------------------
# This definess StubAssociator which produces StubAssociation which will be used by L1Tigger/trackerDTC and
# trackerTFP Analyzer to associate Stubs with MC truth either by using TTStubAssociationMap or
# TTClusterAssociationMap, where the latter is more useful to debug l1 tracking, the former has been
# implemented to enable use of same association as in standart workflow analyzer if wanted.
#---------------------------------------------------------------------------------------------------------

import FWCore.ParameterSet.Config as cms

from L1Trigger.TrackTrigger.ProducerSetup_cff import TrackTriggerSetup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

StubAssociator_params = cms.PSet (
UseTTStubAssMap = cms.bool ( False ), #
UseTTStubAssMap = cms.bool ( True ), # association is either taken from TTStubAssociationMap (true) or from TTClusterAssociationMap (false)
InputTagTTStubDetSetVec = cms.InputTag( "TTStubsFromPhase2TrackerDigis", "StubAccepted" ), #
InputTagTTClusterAssMap = cms.InputTag( "TTClusterAssociatorFromPixelDigis", "ClusterAccepted" ), #
InputTagTTStubAssMap = cms.InputTag( "TTStubAssociatorFromPixelDigis", "StubAccepted" ), #
Expand Down

0 comments on commit 245a85e

Please sign in to comment.