Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoTracker
Configuration
python
customiseNoCCC.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
def
customiseNoCCC
(process):
4
5
# apply only in reco step
6
if
not
hasattr(process,
'reconstruction'
):
7
return
process
8
process.SiStripClusterChargeCutTight.value = -1.
9
process.SiStripClusterChargeCutLoose.value = -1.
10
11
return
process
Config
customiseNoCCC.customiseNoCCC
def customiseNoCCC
Definition:
customiseNoCCC.py:3
Generated for CMSSW Reference Manual by
1.8.5