src
HLTrigger
Configuration
python
HLT_75e33
tasks
HLTParticleFlowTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.generalTracks_cfi
import
*
4
from
..
modules.hltPhase2PixelVertices_cfi
import
*
5
from
..
modules.trackerClusterCheck_cfi
import
*
6
from
..
tasks.HLTBeamSpotTask_cfi
import
*
7
from
..
tasks.RawToDigiTask_cfi
import
*
8
from
..
tasks.caloTowersRecTask_cfi
import
*
9
from
..
tasks.ecalClustersTask_cfi
import
*
10
from
..
tasks.hcalGlobalRecoTask_cfi
import
*
11
from
..
tasks.hgcalLocalRecoTask_cfi
import
*
12
from
..
tasks.highPtTripletStepTask_cfi
import
*
13
from
..
tasks.highlevelrecoTask_cfi
import
*
14
from
..
tasks.initialStepTask_cfi
import
*
15
from
..
tasks.itLocalRecoTask_cfi
import
*
16
from
..
tasks.iterTICLTask_cfi
import
*
17
from
..
tasks.localrecoTask_cfi
import
*
18
from
..
tasks.otLocalRecoTask_cfi
import
*
19
from
..
tasks.particleFlowClusterTask_cfi
import
*
20
from
..
tasks.hltPhase2PixelTracksTask_cfi
import
*
21
from
..
tasks.vertexRecoTask_cfi
import
*
22
23
HLTParticleFlowTask = cms.Task(
24
HLTBeamSpotTask,
25
RawToDigiTask,
26
caloTowersRecTask,
27
ecalClustersTask,
28
generalTracks,
29
hcalGlobalRecoTask,
30
hgcalLocalRecoTask,
31
highPtTripletStepTask,
32
highlevelrecoTask,
33
hltOnlineBeamSpot,
34
initialStepTask,
35
itLocalRecoTask,
36
iterTICLTask,
37
localrecoTask,
38
otLocalRecoTask,
39
particleFlowClusterTask,
40
hltPhase2PixelTracksTask,
41
hltPhase2PixelVertices,
42
trackerClusterCheck,
43
vertexRecoTask
44
)
caloTowersRecTask_cfi
trackerClusterCheck_cfi
vertexRecoTask_cfi
HLTBeamSpotTask_cfi
highPtTripletStepTask_cfi
RawToDigiTask_cfi
hcalGlobalRecoTask_cfi
generalTracks_cfi
initialStepTask_cfi
highlevelrecoTask_cfi
localrecoTask_cfi
iterTICLTask_cfi
ecalClustersTask_cfi
hltPhase2PixelVertices_cfi
hgcalLocalRecoTask_cfi
particleFlowClusterTask_cfi
otLocalRecoTask_cfi
itLocalRecoTask_cfi
hltPhase2PixelTracksTask_cfi
Generated for CMSSW Reference Manual by
1.8.14