test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoParticleFlow
PFClusterProducer
python
particleFlowCluster_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
4
#from RecoParticleFlow.PFClusterProducer.towerMakerPF_cfi import *
5
#from RecoParticleFlow.PFClusterProducer.particleFlowCaloResolution_cfi import _timeResolutionHCALMaxSample
6
7
from
RecoParticleFlow.PFClusterProducer.particleFlowRecHitECAL_cfi
import
*
8
from
RecoParticleFlow.PFClusterProducer.particleFlowRecHitHBHE_cfi
import
*
9
from
RecoParticleFlow.PFClusterProducer.particleFlowRecHitHF_cfi
import
*
10
from
RecoParticleFlow.PFClusterProducer.particleFlowRecHitHO_cfi
import
*
11
from
RecoParticleFlow.PFClusterProducer.particleFlowRecHitPS_cfi
import
*
12
13
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterECALUncorrected_cfi
import
*
14
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterECAL_cfi
import
*
15
16
17
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterHBHE_cfi
import
*
18
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterHBHETimeSelected_cfi
import
*
19
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterHF_cfi
import
*
20
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterHCAL_cfi
import
*
21
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterHO_cfi
import
*
22
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterPS_cfi
import
*
23
24
25
pfClusteringECAL = cms.Sequence(particleFlowRecHitECAL*
26
particleFlowClusterECALUncorrected *
27
particleFlowClusterECAL)
28
pfClusteringPS = cms.Sequence(particleFlowRecHitPS*particleFlowClusterPS)
29
30
31
#pfClusteringHBHEHF = cms.Sequence(towerMakerPF*particleFlowRecHitHCAL*particleFlowClusterHCAL+particleFlowClusterHFHAD+particleFlowClusterHFEM)
32
pfClusteringHBHEHF = cms.Sequence(particleFlowRecHitHBHE*particleFlowRecHitHF*particleFlowClusterHBHE*particleFlowClusterHF*particleFlowClusterHCAL)
33
pfClusteringHO = cms.Sequence(particleFlowRecHitHO*particleFlowClusterHO)
34
35
36
particleFlowClusterWithoutHO = cms.Sequence(
37
pfClusteringPS*
38
pfClusteringECAL*
39
pfClusteringHBHEHF
40
)
41
42
particleFlowCluster = cms.Sequence(
43
pfClusteringPS*
44
pfClusteringECAL*
45
pfClusteringHBHEHF*
46
pfClusteringHO
47
)
48
49
particleFlowRecHitHO_cfi
particleFlowClusterHO_cfi
particleFlowClusterPS_cfi
particleFlowClusterECAL_cfi
particleFlowClusterHCAL_cfi
particleFlowClusterHBHETimeSelected_cfi
particleFlowRecHitHBHE_cfi
particleFlowRecHitPS_cfi
particleFlowClusterHBHE_cfi
particleFlowRecHitHF_cfi
particleFlowClusterECALUncorrected_cfi
particleFlowClusterHF_cfi
particleFlowRecHitECAL_cfi
Generated for CMSSW Reference Manual by
1.8.5