CMS 3D CMS Logo

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

Variables

tuple globalreco
 
tuple globalreco_plusPL = cms.Sequence(globalreco*ctfTracksPixelLess)
 
tuple highlevelreco
 
tuple localreco = cms.Sequence(trackerlocalreco+muonlocalreco+calolocalreco+castorreco)
 
tuple localreco_HcalNZS = cms.Sequence(trackerlocalreco+muonlocalreco+calolocalrecoNZS+castorreco)
 
tuple modulesToRemove = list()
 
tuple noTrackingAndDependent = list()
 
tuple recolocal = cms.Sequence( siPixelDigis*siPixelClusters*siStripDigis*siStripZeroSuppression*siStripClusters)
 
tuple reconstruction = cms.Sequence(localreco*globalreco*highlevelreco*logErrorHarvester)
 
tuple reconstruction_fromRECO = reconstruction.copyAndExclude(modulesToRemove+noTrackingAndDependent)
 it's OK according to Ronny modulesToRemove.append(CSCHaloData)#needs digis More...
 
tuple reconstruction_fromRECO_noTracking = reconstruction.copyAndExclude(modulesToRemove+noTrackingAndDependent)
 requires generalTracks trajectories More...
 
tuple reconstruction_fromRECO_noTrackingTest = reconstruction.copyAndExclude(modulesToRemove+noTrackingAndDependent)
 
tuple reconstruction_HcalNZS = cms.Sequence(localreco_HcalNZS*globalreco *highlevelreco*logErrorHarvester)
 
tuple reconstruction_noTracking = reconstruction.copyAndExclude(noTrackingAndDependent)
 
tuple reconstruction_standard_candle = cms.Sequence(localreco*globalreco*vertexreco*recoJetAssociations*btagging*electronSequence*photonSequence)
 
tuple reconstruction_step = cms.Path( recolocal + recotrack )
 
tuple reconstruction_withPixellessTk = cms.Sequence(localreco *globalreco_plusPL*highlevelreco*logErrorHarvester)
 
tuple reconstruction_woCosmicMuons = cms.Sequence(localreco*globalreco*highlevelreco*logErrorHarvester)
 
tuple reconstructionP5_step = cms.Path( recolocal + recotrackP5 )
 
tuple recotrack = cms.Sequence( offlineBeamSpot + siPixelRecHits*siStripMatchedRecHits*recopixelvertexing*ckftracks)
 
tuple recotrackP5 = cms.Sequence( offlineBeamSpot + siPixelRecHits*siStripMatchedRecHits*recopixelvertexing*ctftracksP5)
 
tuple reducedRecHits = cms.Sequence( reducedEcalRecHitsSequence * reducedHcalRecHitsSequence )
 

Variable Documentation

tuple Reconstruction_cff.globalreco
Initial value:
1 = cms.Sequence(offlineBeamSpot*
2  MeasurementTrackerEvent* # unclear where to put this
3  siPixelClusterShapeCache* # unclear where to put this
4  standalonemuontracking*
5  recopixelvertexing*
6  trackingGlobalReco*
7  vertexreco*
8  hcalGlobalRecoSequence*
9  particleFlowCluster*
10  ecalClusters*
11  caloTowersRec*
12  egammaGlobalReco*
13  jetGlobalReco*
14  muonGlobalReco*
15  pfTrackingGlobalReco*
16  muoncosmicreco*
17  CastorFullReco)

Definition at line 50 of file Reconstruction_cff.py.

tuple Reconstruction_cff.globalreco_plusPL = cms.Sequence(globalreco*ctfTracksPixelLess)

Definition at line 68 of file Reconstruction_cff.py.

tuple Reconstruction_cff.highlevelreco
Initial value:
1 = cms.Sequence(egammaHighLevelRecoPrePF*
2  particleFlowReco*
3  egammaHighLevelRecoPostPF*
4  regionalCosmicTracksSeq*
5  muoncosmichighlevelreco*
6  muonshighlevelreco *
7  particleFlowLinks*
8  jetHighLevelReco*
9  metrecoPlusHCALNoise*
10  btagging*
11  recoPFMET*
12  PFTau*
13  reducedRecHits
14  )

Definition at line 73 of file Reconstruction_cff.py.

tuple Reconstruction_cff.localreco = cms.Sequence(trackerlocalreco+muonlocalreco+calolocalreco+castorreco)

Definition at line 40 of file Reconstruction_cff.py.

tuple Reconstruction_cff.localreco_HcalNZS = cms.Sequence(trackerlocalreco+muonlocalreco+calolocalrecoNZS+castorreco)

Definition at line 41 of file Reconstruction_cff.py.

tuple Reconstruction_cff.modulesToRemove = list()

Definition at line 95 of file Reconstruction_cff.py.

tuple Reconstruction_cff.noTrackingAndDependent = list()

Definition at line 96 of file Reconstruction_cff.py.

tuple Reconstruction_cff.recolocal = cms.Sequence( siPixelDigis*siPixelClusters*siStripDigis*siStripZeroSuppression*siStripClusters)

Definition at line 9 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction = cms.Sequence(localreco*globalreco*highlevelreco*logErrorHarvester)

Definition at line 92 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 119 of file Reconstruction_cff.py.

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

requires generalTracks trajectories

Definition at line 150 of file Reconstruction_cff.py.

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

Definition at line 124 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_HcalNZS = cms.Sequence(localreco_HcalNZS*globalreco *highlevelreco*logErrorHarvester)

Definition at line 156 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_noTracking = reconstruction.copyAndExclude(noTrackingAndDependent)

Definition at line 151 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_standard_candle = cms.Sequence(localreco*globalreco*vertexreco*recoJetAssociations*btagging*electronSequence*photonSequence)

Definition at line 166 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_withPixellessTk = cms.Sequence(localreco *globalreco_plusPL*highlevelreco*logErrorHarvester)

Definition at line 155 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reconstruction_woCosmicMuons = cms.Sequence(localreco*globalreco*highlevelreco*logErrorHarvester)

Definition at line 160 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.recotrack = cms.Sequence( offlineBeamSpot + siPixelRecHits*siStripMatchedRecHits*recopixelvertexing*ckftracks)
tuple Reconstruction_cff.recotrackP5 = cms.Sequence( offlineBeamSpot + siPixelRecHits*siStripMatchedRecHits*recopixelvertexing*ctftracksP5)

Definition at line 20 of file Reconstruction_cff.py.

tuple Reconstruction_cff.reducedRecHits = cms.Sequence( reducedEcalRecHitsSequence * reducedHcalRecHitsSequence )

Definition at line 71 of file Reconstruction_cff.py.