CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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__
 
def expressProcessing
 

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 
13  def __init__(self):
14  AlCa.__init__(self)
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 bitset_utilities.append().

22 
23  def expressProcessing(self, globalTag, **args):
24  """
25  _expressProcessing_
26 
27  Proton collision data taking express processing
28 
29  """
30  if 'skims' in args:
31  if 'EcalTestPulsesRaw' not in args['skims']:
32  args['skims'].append('EcalTestPulsesRaw')
33 
34  return super(AlCaTestEnable, self).expressProcessing(globalTag, **args)
boost::dynamic_bitset append(const boost::dynamic_bitset<> &bs1, const boost::dynamic_bitset<> &bs2)
this method takes two bitsets bs1 and bs2 and returns result of bs2 appended to the end of bs1 ...

Member Data Documentation

Impl.AlCaTestEnable.AlCaTestEnable.skims

Definition at line 14 of file AlCaTestEnable.py.

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