CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Variables
dedxEstimators_Cosmics_cff.py File Reference

Go to the source code of this file.

Namespaces

 dedxEstimators_Cosmics_cff
 

Variables

tuple dedxEstimators_Cosmics_cff.dedxDiscrimASmiCosmicTF = dedxDiscrimASmi.clone( tracks = "cosmictrackfinderP5")
 
tuple dedxEstimators_Cosmics_cff.dedxDiscrimASmiCTF = dedxDiscrimASmi.clone( tracks = "ctfWithMaterialTracksP5")
 
tuple dedxEstimators_Cosmics_cff.dedxDiscrimASmiCTFP5LHC = dedxDiscrimASmi.clone( tracks = "ctfWithMaterialTracksP5LHCNavigation")
 
tuple dedxEstimators_Cosmics_cff.dedxHarmonic2CosmicTF = dedxHarmonic2.clone( tracks = "cosmictrackfinderP5")
 
tuple dedxEstimators_Cosmics_cff.dedxHarmonic2CTF = dedxHarmonic2.clone( tracks = "ctfWithMaterialTracksP5")
 
tuple dedxEstimators_Cosmics_cff.dedxHarmonic2CTFP5LHC = dedxHarmonic2.clone( tracks = "ctfWithMaterialTracksP5LHCNavigation")
 
tuple dedxEstimators_Cosmics_cff.dedxHitInfoCosmicTF = dedxHitInfo.clone( tracks = "cosmictrackfinderP5")
 
tuple dedxEstimators_Cosmics_cff.dedxHitInfoCTF = dedxHitInfo.clone( tracks = "ctfWithMaterialTracksP5")
 
tuple dedxEstimators_Cosmics_cff.dedxHitInfoCTFP5LHC = dedxHitInfo.clone( tracks = "ctfWithMaterialTracksP5LHCNavigation")
 
tuple dedxEstimators_Cosmics_cff.dedxTruncated40CosmicTF = dedxTruncated40.clone( tracks = "cosmictrackfinderP5")
 
tuple dedxEstimators_Cosmics_cff.dedxTruncated40CTF = dedxTruncated40.clone( tracks = "ctfWithMaterialTracksP5")
 
tuple dedxEstimators_Cosmics_cff.dedxTruncated40CTFP5LHC = dedxTruncated40.clone( tracks = "ctfWithMaterialTracksP5LHCNavigation")
 
tuple dedxEstimators_Cosmics_cff.doAllCosmicdEdXEstimators = cms.Sequence(doAllCosmicdEdXEstimatorsTask)
 
tuple dedxEstimators_Cosmics_cff.doAllCosmicdEdXEstimatorsTask = cms.Task( doAlldEdXEstimatorsCTFTask , doAlldEdXEstimatorsCosmicTFTask , doAlldEdXEstimatorsCTFP5LHCTask)
 
tuple dedxEstimators_Cosmics_cff.doAlldEdXEstimatorsCosmicTF = cms.Sequence(doAlldEdXEstimatorsCosmicTFTask)
 
tuple dedxEstimators_Cosmics_cff.doAlldEdXEstimatorsCosmicTFTask = cms.Task(dedxTruncated40CosmicTF , dedxHitInfoCosmicTF , dedxHarmonic2CosmicTF)
 
tuple dedxEstimators_Cosmics_cff.doAlldEdXEstimatorsCTF = cms.Sequence(doAlldEdXEstimatorsCTFTask)
 
tuple dedxEstimators_Cosmics_cff.doAlldEdXEstimatorsCTFP5LHC = cms.Sequence(doAlldEdXEstimatorsCTFP5LHCTask)
 
tuple dedxEstimators_Cosmics_cff.doAlldEdXEstimatorsCTFP5LHCTask = cms.Task(dedxTruncated40CTFP5LHC , dedxHitInfoCTFP5LHC , dedxHarmonic2CTFP5LHC)
 
tuple dedxEstimators_Cosmics_cff.doAlldEdXEstimatorsCTFTask = cms.Task(dedxTruncated40CTF , dedxHitInfoCTF , dedxHarmonic2CTF)