CMS 3D CMS Logo

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

Variables

tuple L2Muons
 

Variable Documentation

tuple L2Muons_cfi.L2Muons
Initial value:
1 = _mod.L2MuonProducer.clone(
2  MuonTrackLoaderForSTA,
3  MuonServiceProxy,
4  InputObjects = "L2MuonSeeds",
5  MuonTrajectoryBuilder = "StandAloneMuonTrajectoryBuilder",
6  SeedTransformerParameters = dict(),
7  L2TrajBuilderParameters = dict(
8  FilterParameters = dict(
9  DTRecSegmentLabel = "dt4DSegments",
10  MuonTrajectoryUpdatorParameters = dict(),
11  CSCRecSegmentLabel = "cscSegments",
12  RPCRecSegmentLabel = "rpcRecHits",
13  Propagator = 'SteppingHelixPropagatorL2Any',
14  ),
15  # a precise propagation direction can be choosen accordingly with the
16  # above seed position
17  SeedPropagator = 'SteppingHelixPropagatorL2Any',
18  # where you want the seed (in,out)
19  SeedPosition = 'in',
20  BWFilterParameters = dict(
21  DTRecSegmentLabel = "dt4DSegments",
22  MuonTrajectoryUpdatorParameters = dict(
23  Granularity = 2,
24  ),
25  CSCRecSegmentLabel = "cscSegments",
26  RPCRecSegmentLabel = "rpcRecHits",
27  Propagator = 'SteppingHelixPropagatorL2Any',
28  ),
29  )
30 )

Definition at line 7 of file L2Muons_cfi.py.

Referenced by L3MuonProducer.produce(), and TriggerMatcherToHLTDebug.produce().