CMS 3D CMS Logo

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

Variables

tuple cscSegments
 

Variable Documentation

tuple cscSegments_cfi.cscSegments
Initial value:
1 = cms.EDProducer("CSCSegmentProducer",
2  # Define input
3  inputObjects = cms.InputTag("csc2DRecHits"),
4  # Choice of the building algo: 1 SK, 2 TC, 3 DF, 4 ST, ...
5  algo_type = cms.int32(4),
6  # std::vector<edm::ParameterSet>
7  algo_psets = cms.VPSet(
8  cms.PSet(
9  CSCSegAlgoSK
10  ),
11  cms.PSet(
12  CSCSegAlgoTC
13  ),
14  cms.PSet(
15  CSCSegAlgoDF
16  ),
17  cms.PSet(
18  CSCSegAlgoST
19  )
20  )
21 )

Definition at line 8 of file cscSegments_cfi.py.