CMS 3D CMS Logo

alpakaValidation_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 # This modifier chain is for turning on DQM modules used for alpaka device/host validation
7 
8 alpakaValidation = cms.ModifierChain(
9  alpaka,
10  alpakaValidationPixel
11 )