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  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 25 of file hcalnzs.py.

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

Member Data Documentation

Impl.hcalnzs.hcalnzs.cbSc

Definition at line 17 of file hcalnzs.py.

Referenced by Reco.Reco.alcaHarvesting(), Reco.Reco.alcaSkim(), Reco.Reco.dqmHarvesting(), Reco.Reco.expressProcessing(), Reco.Reco.promptReco(), Reco.Reco.skimming(), and Reco.Reco.visualizationProcessing().

Impl.hcalnzs.hcalnzs.recoSeq

Definition at line 16 of file hcalnzs.py.

Referenced by Reco.Reco.promptReco().