CMS 3D CMS Logo

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

Variables

tuple _ctpps_localreco_HcalNZSTask = localreco_HcalNZSTask.copy()
 
tuple _ctpps_localrecoTask = localrecoTask.copy()
 
tuple _fastSim_globalreco_trackingTask = globalreco_trackingTask.copyAndExclude([offlineBeamSpotTask,MeasurementTrackerEventPreSplitting,siPixelClusterShapeCachePreSplitting])
 offlineBeamSpot is reconstructed before mixing in fastSim More...
 
tuple _fastSim_globalrecoTask = globalrecoTask.copyAndExclude([CastorFullRecoTask,muoncosmicrecoTask])
 
tuple _fastSim_highlevelrecoTask = highlevelrecoTask.copyAndExclude([muoncosmichighlevelrecoTask])
 
tuple _fastSim_localrecoTask
 no castor, zdc, Totem/CTPPS RP in FastSim More...
 
tuple _globalreco_tracking_LowPUTask = globalreco_trackingTask.copy()
 
tuple _highlevelreco_HITask = highlevelrecoTask.copy()
 
tuple _modulesInReconstruction = list()
 
tuple _phase2_timing_layer_globalreco_trackingTask = globalreco_trackingTask.copy()
 
tuple _phase2_timing_layer_localreco_HcalNZSTask = _run3_localreco_HcalNZSTask.copy()
 
tuple _phase2_timing_layer_localrecoTask = _run3_localrecoTask.copy()
 
tuple _phase2HFNoseRecoTask = globalrecoTask.copy()
 
tuple _phase2HGALRecoTask = globalrecoTask.copy()
 
tuple _run3_globalrecoTask = globalrecoTask.copyAndExclude([CastorFullRecoTask])
 
tuple _run3_localreco_HcalNZSTask = localreco_HcalNZSTask.copyAndExclude([castorreco])
 
tuple _run3_localrecoTask = localrecoTask.copyAndExclude([castorreco])
 
tuple globalreco = cms.Sequence(globalrecoTask)
 
tuple globalreco_plusPL = cms.Sequence(globalreco_plusPLTask)
 
tuple globalreco_plusPLTask = cms.Task(globalrecoTask,ctfTracksPixelLessTask)
 
tuple globalreco_trackingTask
 
tuple globalrecoTask
 
tuple highlevelreco = cms.Sequence(highlevelrecoTask)
 
tuple highlevelrecoTask
 
tuple localreco = cms.Sequence(localrecoTask)
 
tuple localreco_HcalNZS = cms.Sequence(localreco_HcalNZSTask)
 
tuple localreco_HcalNZSTask = cms.Task(bunchSpacingProducer,trackerlocalrecoTask,muonlocalrecoTask,calolocalrecoTaskNZS,castorreco)
 
tuple localrecoTask = cms.Task(bunchSpacingProducer,trackerlocalrecoTask,muonlocalrecoTask,calolocalrecoTask,castorreco)
 
tuple modulesToRemove = list()
 
tuple noTrackingAndDependent = list()
 
tuple recolocal = cms.Sequence(siPixelDigis + siPixelClustersPreSplitting + siStripDigis + siStripZeroSuppression + siStripClusters)
 
tuple reconstruction = cms.Sequence(reconstructionTask)
 
tuple reconstruction_ecalOnly = cms.Sequence(reconstruction_ecalOnlyTask)
 
tuple reconstruction_ecalOnlyTask
 
tuple reconstruction_fromRECO = reconstruction.copyAndExclude(modulesToRemove+noTrackingAndDependent)
 it's OK according to Ronny modulesToRemove.append(CSCHaloData)#needs digis More...
 
tuple reconstruction_HcalNZS = cms.Sequence(reconstruction_HcalNZSTask)
 
tuple reconstruction_HcalNZSTask = cms.Task(localreco_HcalNZSTask,globalrecoTask,highlevelrecoTask,logErrorHarvester)
 
tuple reconstruction_hcalOnly = cms.Sequence(reconstruction_hcalOnlyTask)
 
tuple reconstruction_hcalOnlyTask
 
tuple reconstruction_pixelTrackingOnly = cms.Sequence(reconstruction_pixelTrackingOnlyTask)
 
tuple reconstruction_pixelTrackingOnlyTask
 
tuple reconstruction_step = cms.Path(recolocal + recotrack)
 
tuple reconstruction_trackingOnly = cms.Sequence(reconstruction_trackingOnlyTask)
 
tuple reconstruction_trackingOnlyTask = cms.Task(localrecoTask,globalreco_trackingTask)
 
tuple reconstruction_withPixellessTk = cms.Sequence(reconstruction_withPixellessTkTask)
 
tuple reconstruction_withPixellessTkTask = cms.Task(localrecoTask,globalreco_plusPLTask,highlevelrecoTask,logErrorHarvester)
 
tuple reconstruction_woCosmicMuons = cms.Sequence(reconstruction_woCosmicMuonsTask)
 
tuple reconstruction_woCosmicMuonsTask = cms.Task(localrecoTask,globalrecoTask,highlevelrecoTask,logErrorHarvester)
 
tuple reconstructionP5_step = cms.Path(recolocal + recotrackP5)
 
tuple reconstructionTask = cms.Task(localrecoTask,globalrecoTask,highlevelrecoTask,logErrorHarvester)
 
tuple recotrack = cms.Sequence(offlineBeamSpot + siPixelRecHitsPreSplitting + siStripMatchedRecHits + recopixelvertexing + ckftracks)
 
tuple recotrackP5 = cms.Sequence(offlineBeamSpot + siPixelRecHitsPreSplitting + siStripMatchedRecHits + recopixelvertexing + ctftracksP5)
 
tuple reducedRecHits = cms.Sequence(reducedRecHitsTask)
 
tuple reducedRecHitsTask = cms.Task( reducedEcalRecHitsTask , reducedHcalRecHitsTask )
 
tuple siPixelClusterShapeCachePreSplitting
 

Variable Documentation

tuple Reconstruction_cff._ctpps_localreco_HcalNZSTask = localreco_HcalNZSTask.copy()

Definition at line 84 of file Reconstruction_cff.py.

tuple Reconstruction_cff._ctpps_localrecoTask = localrecoTask.copy()

Definition at line 80 of file Reconstruction_cff.py.

tuple Reconstruction_cff._fastSim_globalreco_trackingTask = globalreco_trackingTask.copyAndExclude([offlineBeamSpotTask,MeasurementTrackerEventPreSplitting,siPixelClusterShapeCachePreSplitting])

offlineBeamSpot is reconstructed before mixing in fastSim

Definition at line 120 of file Reconstruction_cff.py.

tuple Reconstruction_cff._fastSim_globalrecoTask = globalrecoTask.copyAndExclude([CastorFullRecoTask,muoncosmicrecoTask])

Definition at line 142 of file Reconstruction_cff.py.

tuple Reconstruction_cff._fastSim_highlevelrecoTask = highlevelrecoTask.copyAndExclude([muoncosmichighlevelrecoTask])

Definition at line 196 of file Reconstruction_cff.py.

tuple Reconstruction_cff._fastSim_localrecoTask
Initial value:
1 = localrecoTask.copyAndExclude([
2  castorreco,
3  totemRPLocalReconstructionTask,totemTimingLocalReconstructionTask,diamondSampicLocalReconstructionTask,ctppsDiamondLocalReconstructionTask,
4  ctppsLocalTrackLiteProducer,ctppsPixelLocalReconstructionTask,ctppsProtons,
5  trackerlocalrecoTask
6 ])

no castor, zdc, Totem/CTPPS RP in FastSim

Definition at line 91 of file Reconstruction_cff.py.

tuple Reconstruction_cff._globalreco_tracking_LowPUTask = globalreco_trackingTask.copy()

Definition at line 113 of file Reconstruction_cff.py.

tuple Reconstruction_cff._highlevelreco_HITask = highlevelrecoTask.copy()

Definition at line 188 of file Reconstruction_cff.py.

tuple Reconstruction_cff._modulesInReconstruction = list()

Definition at line 207 of file Reconstruction_cff.py.

tuple Reconstruction_cff._phase2_timing_layer_globalreco_trackingTask = globalreco_trackingTask.copy()

Definition at line 123 of file Reconstruction_cff.py.

tuple Reconstruction_cff._phase2_timing_layer_localreco_HcalNZSTask = _run3_localreco_HcalNZSTask.copy()

Definition at line 73 of file Reconstruction_cff.py.

tuple Reconstruction_cff._phase2_timing_layer_localrecoTask = _run3_localrecoTask.copy()

Definition at line 71 of file Reconstruction_cff.py.

tuple Reconstruction_cff._phase2HFNoseRecoTask = globalrecoTask.copy()

Definition at line 153 of file Reconstruction_cff.py.

tuple Reconstruction_cff._phase2HGALRecoTask = globalrecoTask.copy()

Definition at line 148 of file Reconstruction_cff.py.

tuple Reconstruction_cff._run3_globalrecoTask = globalrecoTask.copyAndExclude([CastorFullRecoTask])

Definition at line 139 of file Reconstruction_cff.py.

tuple Reconstruction_cff._run3_localreco_HcalNZSTask = localreco_HcalNZSTask.copyAndExclude([castorreco])

Definition at line 65 of file Reconstruction_cff.py.

tuple Reconstruction_cff._run3_localrecoTask = localrecoTask.copyAndExclude([castorreco])

Definition at line 64 of file Reconstruction_cff.py.

tuple Reconstruction_cff.globalreco = cms.Sequence(globalrecoTask)

Definition at line 137 of file Reconstruction_cff.py.

tuple Reconstruction_cff.globalreco_plusPL = cms.Sequence(globalreco_plusPLTask)

Definition at line 159 of file Reconstruction_cff.py.

tuple Reconstruction_cff.globalreco_plusPLTask = cms.Task(globalrecoTask,ctfTracksPixelLessTask)

Definition at line 158 of file Reconstruction_cff.py.

tuple Reconstruction_cff.globalreco_trackingTask
Initial value:
1 = cms.Task(offlineBeamSpotTask,
2  MeasurementTrackerEventPreSplitting, # unclear where to put this
3  siPixelClusterShapeCachePreSplitting, # unclear where to put this
4  standalonemuontrackingTask,
5  trackingGlobalRecoTask,
6  hcalGlobalRecoTask,
7  vertexrecoTask)

Definition at line 106 of file Reconstruction_cff.py.

tuple Reconstruction_cff.globalrecoTask
Initial value:
1 = cms.Task(globalreco_trackingTask,
2  particleFlowClusterTask,
3  ecalClustersTask,
4  caloTowersRecTask,
5  egammaGlobalRecoTask,
6  jetGlobalRecoTask,
7  muonGlobalRecoTask,
8  pfTrackingGlobalRecoTask,
9  muoncosmicrecoTask,
10  CastorFullRecoTask)

Definition at line 127 of file Reconstruction_cff.py.

tuple Reconstruction_cff.highlevelreco = cms.Sequence(highlevelrecoTask)

Definition at line 180 of file Reconstruction_cff.py.

tuple Reconstruction_cff.highlevelrecoTask
Initial value:
1 = cms.Task(egammaHighLevelRecoPrePFTask,
2  particleFlowRecoTask,
3  egammaHighLevelRecoPostPFTask,
4  muoncosmichighlevelrecoTask,
5  muonshighlevelrecoTask,
6  particleFlowLinksTask,
7  jetHighLevelRecoTask,
8  metrecoPlusHCALNoiseTask,
9  btaggingTask,
10  recoPFMETTask,
11  PFTauTask,
12  reducedRecHitsTask,
13  lowPtGsfElectronTask,
14  conversionOpenTrackTask,
15  gsfTracksOpenConversions
16  )

Definition at line 164 of file Reconstruction_cff.py.

tuple Reconstruction_cff.localreco = cms.Sequence(localrecoTask)

Definition at line 60 of file Reconstruction_cff.py.

tuple Reconstruction_cff.localreco_HcalNZS = cms.Sequence(localreco_HcalNZSTask)

Definition at line 62 of file Reconstruction_cff.py.

tuple Reconstruction_cff.localreco_HcalNZSTask = cms.Task(bunchSpacingProducer,trackerlocalrecoTask,muonlocalrecoTask,calolocalrecoTaskNZS,castorreco)

Definition at line 61 of file Reconstruction_cff.py.

tuple Reconstruction_cff.localrecoTask = cms.Task(bunchSpacingProducer,trackerlocalrecoTask,muonlocalrecoTask,calolocalrecoTask,castorreco)

Definition at line 59 of file Reconstruction_cff.py.

tuple Reconstruction_cff.modulesToRemove = list()

Definition at line 248 of file Reconstruction_cff.py.

tuple Reconstruction_cff.noTrackingAndDependent = list()

Definition at line 249 of file Reconstruction_cff.py.

tuple Reconstruction_cff.recolocal = cms.Sequence(siPixelDigis + siPixelClustersPreSplitting + siStripDigis + siStripZeroSuppression + siStripClusters)

Definition at line 9 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction = cms.Sequence(reconstructionTask)

Definition at line 204 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_ecalOnly = cms.Sequence(reconstruction_ecalOnlyTask)

Definition at line 232 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_ecalOnlyTask
Initial value:
1 = cms.Task(
2  bunchSpacingProducer,
3  offlineBeamSpot,
4  ecalOnlyLocalRecoTask,
5  pfClusteringPSTask,
6  pfClusteringECALTask,
7  particleFlowSuperClusterECALOnly
8 )

Definition at line 224 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_fromRECO = reconstruction.copyAndExclude(modulesToRemove+noTrackingAndDependent)

it's OK according to Ronny modulesToRemove.append(CSCHaloData)#needs digis

Definition at line 295 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_HcalNZS = cms.Sequence(reconstruction_HcalNZSTask)

Definition at line 302 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_HcalNZSTask = cms.Task(localreco_HcalNZSTask,globalrecoTask,highlevelrecoTask,logErrorHarvester)

Definition at line 301 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_hcalOnly = cms.Sequence(reconstruction_hcalOnlyTask)

Definition at line 245 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_hcalOnlyTask
Initial value:
1 = cms.Task(
2  bunchSpacingProducer,
3  offlineBeamSpot,
4  hcalOnlyLocalRecoTask,
5  hcalOnlyGlobalRecoTask,
6  pfClusteringHBHEHFOnlyTask
7 )

Definition at line 237 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_pixelTrackingOnly = cms.Sequence(reconstruction_pixelTrackingOnlyTask)

Definition at line 222 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_pixelTrackingOnlyTask
Initial value:
1 = cms.Task(
2  pixeltrackerlocalrecoTask,
3  offlineBeamSpotTask,
4  siPixelClusterShapeCachePreSplitting,
5  recopixelvertexingTask
6 )

Definition at line 216 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_step = cms.Path(recolocal + recotrack)

Definition at line 23 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_trackingOnly = cms.Sequence(reconstruction_trackingOnlyTask)

Definition at line 215 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_trackingOnlyTask = cms.Task(localrecoTask,globalreco_trackingTask)

Definition at line 211 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_withPixellessTk = cms.Sequence(reconstruction_withPixellessTkTask)

Definition at line 300 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_withPixellessTkTask = cms.Task(localrecoTask,globalreco_plusPLTask,highlevelrecoTask,logErrorHarvester)

Definition at line 299 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_woCosmicMuons = cms.Sequence(reconstruction_woCosmicMuonsTask)

Definition at line 307 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_woCosmicMuonsTask = cms.Task(localrecoTask,globalrecoTask,highlevelrecoTask,logErrorHarvester)

Definition at line 306 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstructionP5_step = cms.Path(recolocal + recotrackP5)

Definition at line 24 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstructionTask = cms.Task(localrecoTask,globalrecoTask,highlevelrecoTask,logErrorHarvester)

Definition at line 203 of file Reconstruction_cff.py.

tuple Reconstruction_cff.recotrack = cms.Sequence(offlineBeamSpot + siPixelRecHitsPreSplitting + siStripMatchedRecHits + recopixelvertexing + ckftracks)
tuple Reconstruction_cff.recotrackP5 = cms.Sequence(offlineBeamSpot + siPixelRecHitsPreSplitting + siStripMatchedRecHits + recopixelvertexing + ctftracksP5)

Definition at line 20 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reducedRecHits = cms.Sequence(reducedRecHitsTask)

Definition at line 162 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reducedRecHitsTask = cms.Task( reducedEcalRecHitsTask , reducedHcalRecHitsTask )

Definition at line 161 of file Reconstruction_cff.py.

tuple Reconstruction_cff.siPixelClusterShapeCachePreSplitting
Initial value:
1 = siPixelClusterShapeCache.clone(
2  src = 'siPixelClustersPreSplitting'
3  )

Definition at line 17 of file Reconstruction_cff.py.