CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
digi_MixPreMix_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 # fastsim has no castor
6 del theDigitizersMixPreMix.castor
7 
8 # removing pixel and strips
9 # usually done in Fastimulation.Configuration.MixigModule_Full2Fast.prepareDigiMixing
10 # but doing it here prevents mixing tracks in process.mix,
11 # so that they can be mixed in process.mixData
12 del theDigitizersMixPreMix.pixel
13 del theDigitizersMixPreMix.strip
14 
15 # same thing vor validation digitizers
16 del theDigitizersMixPreMixValid.pixel
17 del theDigitizersMixPreMixValid.strip
18 del theDigitizersMixPreMixValid.castor