Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Functions
RelValCustoms Namespace Reference
Functions
def
harvest_only
def
validation_only
Function Documentation
def
RelValCustoms.harvest_only
(
process
)
Definition at line
3
of file
RelValCustoms.py
.
3
4
def
harvest_only
(process):
5
process.validationHarvesting.remove(process.hltpostvalidation)
RelValCustoms.harvest_only
def harvest_only
Definition:
RelValCustoms.py:3
def
RelValCustoms.validation_only
(
process
)
Definition at line
6
of file
RelValCustoms.py
.
6
7
def
validation_only
(process):
8
process.trackMCMatchSequence.remove(process.assoc2secStepTk)
9
process.trackMCMatchSequence.remove(process.assoc2thStepTk)
10
process.trackMCMatchSequence.remove(process.assoc2GsfTracks)
11
process.only_validation_and_TP = cms.Sequence(process.mix
12
*process.trackingParticles
13
*process.tracksValidation
14
*process.recoMuonValidation
15
*process.HLTMuonVal
16
)
17
process.validation_step.replace(process.validation,process.only_validation_and_TP)
18
RelValCustoms.validation_only
def validation_only
Definition:
RelValCustoms.py:6
Generated for CMSSW Reference Manual by
1.8.5