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

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']

Member Function Documentation

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 
def expressProcessing(self, globalTag, args)

Member Data Documentation

Impl.AlCaTestEnable.AlCaTestEnable.skims

Definition at line 14 of file AlCaTestEnable.py.

Referenced by Impl.AlCa.AlCa.promptReco().