CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
TTStubAssociation_cfi Namespace Reference

Variables

tuple TTStubAssociatorFromPixelDigis
 

Variable Documentation

tuple TTStubAssociation_cfi.TTStubAssociatorFromPixelDigis
Initial value:
1 = cms.EDProducer("TTStubAssociator_Phase2TrackerDigi_",
2  TTStubs = cms.VInputTag( cms.InputTag("TTStubsFromPhase2TrackerDigis", "StubAccepted"),
3  cms.InputTag("TTStubsFromPhase2TrackerDigis", "StubRejected"),
4  ),
5  TTClusterTruth = cms.VInputTag( cms.InputTag("TTClusterAssociatorFromPixelDigis", "ClusterAccepted"),
6  cms.InputTag("TTClusterAssociatorFromPixelDigis", "ClusterRejected"),
7  ) # NOTE: the two vectors of input tags must be of the same size and in the correct order
8  # as the producer would run on a specific pair and return a big error message
9  # if the vectors are uncorrectly dimensioned
10  # so "StubAccepted" needs the "ClusterAccepted" MC truth, and "StubRejected" the "ClusterRejected" MC truth
11 )

Definition at line 3 of file TTStubAssociation_cfi.py.