CMS 3D CMS Logo

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

Variables

tuple TrackMonGenTk
 
tuple TrackMonStep0
 
tuple TrackMonStep1
 
tuple TrackMonStep2
 
tuple TrackMonStep4
 
tuple TrackMonStep5
 
tuple trkmon
 
tuple trkmonootb
 

Variable Documentation

tuple TrackingMonitorAllTrackingSequences_cff.TrackMonGenTk
Initial value:
1 = TrackMon.clone(
2  TrackProducer = "generalTracks",
3  beamSpot = "offlineBeamSpot",
4  FolderName = 'Tracking/GenTk/GlobalParameters',
5  BSFolderName = 'Tracking/GenTk/BeamSpotParameters',
6  AlgoName = 'GenTk',
7  doSeedParameterHistos = False
8 )

Definition at line 21 of file TrackingMonitorAllTrackingSequences_cff.py.

tuple TrackingMonitorAllTrackingSequences_cff.TrackMonStep0
Initial value:
1 = TrackMon.clone(
2  TrackProducer = "zeroStepTracksWithQuality",
3  SeedProducer = "initialStepSeeds",
4  TCProducer = "initialStepTrackCandidates",
5  beamSpot = "offlineBeamSpot",
6  FolderName = 'Tracking/Step0/GlobalParameters',
7  BSFolderName = 'Tracking/Step0/BeamSpotParameters',
8  AlgoName = 'Step0',
9  doSeedParameterHistos = True,
10  doTrackCandHistos = True
11 )

Definition at line 33 of file TrackingMonitorAllTrackingSequences_cff.py.

tuple TrackingMonitorAllTrackingSequences_cff.TrackMonStep1
Initial value:
1 = TrackMon.clone(
2  TrackProducer = "preMergingFirstStepTracksWithQuality",
3  SeedProducer = "newSeedFromPairs",
4  TCProducer = "stepOneTrackCandidateMaker",
5  beamSpot = "offlineBeamSpot",
6  FolderName = 'Tracking/Step1/GlobalParameters',
7  BSFolderName = 'Tracking/Step1/BeamSpotParameters',
8  AlgoName = 'Step1',
9  doSeedParameterHistos = True,
10  doTrackCandHistos = True
11 )

Definition at line 46 of file TrackingMonitorAllTrackingSequences_cff.py.

tuple TrackingMonitorAllTrackingSequences_cff.TrackMonStep2
Initial value:
1 = TrackMon.clone(
2  TrackProducer = "secStep",
3  SeedProducer = "secTriplets",
4  TCProducer = "secTrackCandidates",
5  beamSpot = "offlineBeamSpot",
6  FolderName = 'Tracking/Step2/GlobalParameters',
7  BSFolderName = 'Tracking/Step2/BeamSpotParameters',
8  AlgoName = 'Step2',
9  doSeedParameterHistos = True,
10  doTrackCandHistos = True
11 )

Definition at line 59 of file TrackingMonitorAllTrackingSequences_cff.py.

tuple TrackingMonitorAllTrackingSequences_cff.TrackMonStep4
Initial value:
1 = TrackMon.clone(
2  TrackProducer = "pixellessStep",
3  SeedProducer = "fourthPLSeeds",
4  TCProducer = "fourthTrackCandidates",
5  beamSpot = "offlineBeamSpot",
6  FolderName = 'Tracking/Step4/GlobalParameters',
7  BSFolderName = 'Tracking/Step4/BeamSpotParameters',
8  AlgoName = 'Step4',
9  doSeedParameterHistos = True,
10  doTrackCandHistos = True
11 )

Definition at line 72 of file TrackingMonitorAllTrackingSequences_cff.py.

tuple TrackingMonitorAllTrackingSequences_cff.TrackMonStep5
Initial value:
1 = TrackMon.clone(
2  TrackProducer = "tobtecStep",
3  SeedProducer = "fifthSeeds",
4  TCProducer = "fifthTrackCandidates",
5  beamSpot = "offlineBeamSpot",
6  FolderName = 'Tracking/Step5/GlobalParameters',
7  BSFolderName = 'Tracking/Step5/BeamSpotParameters',
8  AlgoName = 'Step5',
9  doSeedParameterHistos = True,
10  doTrackCandHistos = True
11 )

Definition at line 85 of file TrackingMonitorAllTrackingSequences_cff.py.

tuple TrackingMonitorAllTrackingSequences_cff.trkmon
Initial value:
1 = cms.Sequence(
2  trkmonootb
3  # * trkmonhp
4  # * trkmontight
5  # * trkmonloose
6 )

Definition at line 122 of file TrackingMonitorAllTrackingSequences_cff.py.

tuple TrackingMonitorAllTrackingSequences_cff.trkmonootb
Initial value:
1 = cms.Sequence(
2  TrackMonGenTk
3  * TrackMonStep0
4  * TrackMonStep1
5  * TrackMonStep2
6 # * TrackMonStep3
7  * TrackMonStep4
8  * TrackMonStep5
9 )

Definition at line 109 of file TrackingMonitorAllTrackingSequences_cff.py.