CMS 3D CMS Logo

Variables

cscSegments_cfi Namespace Reference

Variables

tuple cscSegments

Variable Documentation

Initial value:
00001 cms.EDProducer("CSCSegmentProducer",
00002     # Define input
00003     inputObjects = cms.InputTag("csc2DRecHits"),
00004     # Choice of the building algo: 1 SK, 2 TC, 3 DF, 4 ST, ...
00005     algo_type = cms.int32(4),
00006     # std::vector<edm::ParameterSet>
00007     algo_psets = cms.VPSet(cms.PSet(
00008         CSCSegAlgoSK
00009     ), 
00010         cms.PSet(
00011             CSCSegAlgoTC
00012         ), 
00013         cms.PSet(
00014             CSCSegAlgoDF
00015         ), 
00016         cms.PSet(
00017             CSCSegAlgoST
00018         ))
00019 )

Definition at line 9 of file cscSegments_cfi.py.

Referenced by CSCOfflineMonitor::analyze(), CSCValidation::analyze(), SegmentsTrackAssociator::associate(), TrackDetectorAssociator::fillMuon(), CSCSkim::filter(), CSCOverlapsBeamSplashCut::filter(), and SETPatternRecognition::produce().