Configuration
StandardSequences
python
Services_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
SimGeneral.HepPDTESSource.pythiapdt_cfi
import
*
4
5
# random numbers initialization service
6
from
IOMC.RandomEngine.IOMC_cff
import
*
7
8
# DQM store service
9
from
DQMServices.Core.DQMStore_cfi
import
*
10
11
# load CUDA services when the "gpu" modifier is enabled
12
def
_addCUDAServices
(process):
13
process.load(
"HeterogeneousCore.CUDAServices.CUDAService_cfi"
)
14
15
from
Configuration.ProcessModifiers.gpu_cff
import
gpu
16
modifyConfigurationStandardSequencesServicesAddCUDAServices_ = gpu.makeProcessModifier(_addCUDAServices)
DQMStore_cfi
pythiapdt_cfi
Services_cff._addCUDAServices
def _addCUDAServices(process)
Definition:
Services_cff.py:12
IOMC_cff
Generated for CMSSW Reference Manual by
1.8.16