CMS 3D CMS Logo

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

Variables

tuple me0Segments
 

Variable Documentation

tuple me0Segments_cfi.me0Segments
Initial value:
1 = cms.EDProducer("ME0SegmentProducer",
2  # Define input
3  me0RecHitLabel = cms.InputTag("me0RecHits"),
4  # Choice of the building algo: 1 Average, 2 RU, ...
5  algo_type = cms.int32(2),
6  # std::vector<edm::ParameterSet>
7  algo_psets = cms.VPSet(
8  cms.PSet(
9  ME0SegmentAlgorithm
10  ),
11  cms.PSet(
12  ME0SegAlgoRU
13  )
14 
15  )
16 )

Definition at line 6 of file me0Segments_cfi.py.

Referenced by TrackDetectorAssociator.fillMuon().