CMS 3D CMS Logo

Variables
ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff Namespace Reference

Variables

 ALCARECOCalCosmicsFilterForSiPixelLorentzAngleMCS
 
 ALCARECOPixelLACalibrationTracksMCS
 
 ALCARECOPixelLACalibrationTracksRefitMCS
 
 ALCARECOPixelLATrackFilterRefitMCS
 
 ALCARECOSiPixelLACalibMCS
 
 MEtoEDMConvertSiPixelLorentzAngleMCS
 
 seqALCARECOPromptCalibProdSiPixelLorentzAngleMCS
 

Variable Documentation

◆ ALCARECOCalCosmicsFilterForSiPixelLorentzAngleMCS

ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.ALCARECOCalCosmicsFilterForSiPixelLorentzAngleMCS
Initial value:
1 = hltHighLevel.clone(
2  HLTPaths = ['pathALCARECOSiPixelCalCosmics'],
3  throw = True,
4  TriggerResultsTag = ("TriggerResults","","RECO")
5 )

Definition at line 6 of file ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py.

◆ ALCARECOPixelLACalibrationTracksMCS

ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.ALCARECOPixelLACalibrationTracksMCS
Initial value:
1 = AlignmentTrackSelector.clone(
2  src = 'ALCARECOSiPixelCalCosmics',
3  filter = True,
4  applyBasicCuts = True,
5  ptMin = 3.
6 )

Definition at line 16 of file ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py.

◆ ALCARECOPixelLACalibrationTracksRefitMCS

ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.ALCARECOPixelLACalibrationTracksRefitMCS
Initial value:
1 = TrackRefitter.clone(src = "ALCARECOPixelLACalibrationTracksMCS",
2  TrajectoryInEvent = True,
3  NavigationSchool = ""
4  )

Definition at line 31 of file ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py.

◆ ALCARECOPixelLATrackFilterRefitMCS

ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.ALCARECOPixelLATrackFilterRefitMCS
Initial value:
1 = cms.Sequence(ALCARECOPixelLACalibrationTracksMCS +
2  offlineBeamSpot +
3  ALCARECOPixelLACalibrationTracksRefitMCS)

Definition at line 38 of file ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py.

◆ ALCARECOSiPixelLACalibMCS

ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.ALCARECOSiPixelLACalibMCS
Initial value:
1 = SiPixelLorentzAnglePCLWorker.clone(
2  folder = 'AlCaReco/SiPixelLorentzAngle',
3  src = 'ALCARECOPixelLACalibrationTracksRefitMCS',
4  analysisType = 'MinimalClusterSize'
5 )

Definition at line 45 of file ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py.

◆ MEtoEDMConvertSiPixelLorentzAngleMCS

ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.MEtoEDMConvertSiPixelLorentzAngleMCS
Initial value:
1 = cms.EDProducer("MEtoEDMConverter",
2  Name = cms.untracked.string('MEtoEDMConverter'),
3  Verbosity = cms.untracked.int32(0), # 0 provides no output
4  # 1 provides basic output
5  # 2 provide more detailed output
6  Frequency = cms.untracked.int32(50),
7  MEPathToSave = cms.untracked.string('AlCaReco/SiPixelLorentzAngle'),
8  )

Definition at line 55 of file ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py.

◆ seqALCARECOPromptCalibProdSiPixelLorentzAngleMCS

ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.seqALCARECOPromptCalibProdSiPixelLorentzAngleMCS
Initial value:
1 = cms.Sequence(
2  ALCARECOCalCosmicsFilterForSiPixelLorentzAngleMCS *
3  ALCARECOPixelLATrackFilterRefitMCS *
4  ALCARECOSiPixelLACalibMCS *
5  MEtoEDMConvertSiPixelLorentzAngleMCS
6  )

Definition at line 65 of file ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py.