CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 RU, ...
5  algo_type = cms.int32(5),
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  cms.PSet(
21  CSCSegAlgoRU
22  )
23 
24  )
25 )

Definition at line 9 of file cscSegments_cfi.py.

Referenced by CSCOfflineMonitor.analyze(), CSCValidation.analyze(), SegmentsTrackAssociator.associate(), GEMCSCSegmentBuilder.build(), TrackDetectorAssociator.fillMuon(), MuonTimingFiller.fillTiming(), CSCOverlapsBeamSplashCut.filter(), CSCSkim.filter(), CSCRecHitMatcher.isCSCSegmentMatched(), CSCRecHitMatcher.match(), and SETPatternRecognition.produce().