CMS 3D CMS Logo

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

Public Attributes

 addEI
 
 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  def __init__(self):
16  pp.__init__(self)
17  self.recoSeq=':reconstruction_HcalNZS'
18  self.cbSc='pp'
19  self.addEI=True
def __init__(self)
Definition: hcalnzs.py:15

Member Function Documentation

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

Proton collision data taking prompt reco

Definition at line 27 of file hcalnzs.py.

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
40 
def promptReco(self, globalTag, args)
Definition: hcalnzs.py:27

Member Data Documentation

Impl.hcalnzs.hcalnzs.addEI
Impl.hcalnzs.hcalnzs.recoSeq

Definition at line 17 of file hcalnzs.py.

Referenced by Reco.Reco.expressProcessing(), and Reco.Reco.promptReco().