CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
Impl.hcalnzs.hcalnzs Class Reference
Inheritance diagram for Impl.hcalnzs.hcalnzs:

Public Member Functions

def __init__
 
def promptReco
 

Public Attributes

 cbSc
 
 recoSeq
 

Detailed Description

Definition at line 14 of file hcalnzs.py.

Constructor & Destructor Documentation

def Impl.hcalnzs.hcalnzs.__init__ (   self)

Definition at line 15 of file hcalnzs.py.

15 
16  def __init__(self):
17  pp.__init__(self)
18  self.recoSeq=':reconstruction_HcalNZS'
self.cbSc='pp'

Member Function Documentation

def Impl.hcalnzs.hcalnzs.promptReco (   self,
  globalTag,
  args 
)
_promptReco_

Proton collision data taking prompt reco

Definition at line 26 of file hcalnzs.py.

26 
27  def promptReco(self, globalTag, **args):
28  """
29  _promptReco_
30 
31  Proton collision data taking prompt reco
32 
33  """
34  if not 'skims' in args:
35  args['skims']=['HcalCalMinBias']
36 
37  process = pp.promptReco(self,globalTag,**args)
38 
39  return process

Member Data Documentation

Impl.hcalnzs.hcalnzs.cbSc

Definition at line 18 of file hcalnzs.py.

Impl.hcalnzs.hcalnzs.recoSeq

Definition at line 17 of file hcalnzs.py.