CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
Impl.AlCaTestEnable.AlCaTestEnable Class Reference
Inheritance diagram for Impl.AlCaTestEnable.AlCaTestEnable:

Public Member Functions

def __init__ (self)
 
def expressProcessing (self, globalTag, args)
 

Public Attributes

 skims
 

Detailed Description

Definition at line 11 of file AlCaTestEnable.py.

Constructor & Destructor Documentation

◆ __init__()

def Impl.AlCaTestEnable.AlCaTestEnable.__init__ (   self)

Definition at line 12 of file AlCaTestEnable.py.

12  def __init__(self):
13  AlCa.__init__(self)
14  self.skims=['TkAlLAS']
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)

Member Function Documentation

◆ expressProcessing()

def Impl.AlCaTestEnable.AlCaTestEnable.expressProcessing (   self,
  globalTag,
  args 
)
_expressProcessing_

Proton collision data taking express processing

Definition at line 22 of file AlCaTestEnable.py.

References mps_setup.append.

22  def expressProcessing(self, globalTag, **args):
23  """
24  _expressProcessing_
25 
26  Proton collision data taking express processing
27 
28  """
29  if 'skims' in args:
30  if 'EcalTestPulsesRaw' not in args['skims']:
31  args['skims'].append('EcalTestPulsesRaw')
32 
33  return super(AlCaTestEnable, self).expressProcessing(globalTag, **args)
34 

Member Data Documentation

◆ skims

Impl.AlCaTestEnable.AlCaTestEnable.skims