CMS 3D CMS Logo

List of all members | Public Member Functions
SwitchProducerCUDA.SwitchProducerCUDA Class Reference
Inheritance diagram for SwitchProducerCUDA.SwitchProducerCUDA:

Public Member Functions

def __init__ (self, kargs)
 

Detailed Description

Definition at line 7 of file SwitchProducerCUDA.py.

Constructor & Destructor Documentation

◆ __init__()

def SwitchProducerCUDA.SwitchProducerCUDA.__init__ (   self,
  kargs 
)

Definition at line 8 of file SwitchProducerCUDA.py.

8  def __init__(self, **kargs):
9  super(SwitchProducerCUDA,self).__init__(
10  dict(cpu = cms.SwitchProducer.getCpu(),
11  cuda = _switch_cuda),
12  **kargs
13  )
14 cms.specialImportRegistry.registerSpecialImportForType(SwitchProducerCUDA, "from HeterogeneousCore.CUDACore.SwitchProducerCUDA import SwitchProducerCUDA")
15 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)