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.hcalnzs.hcalnzs Class Reference
Inheritance diagram for Impl.hcalnzs.hcalnzs:

Public Member Functions

def __init__
 
def promptReco
 

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

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 
28  def promptReco(self, globalTag, **args):
29  """
30  _promptReco_
31 
32  Proton collision data taking prompt reco
33 
34  """
35  if not 'skims' in args:
36  args['skims']=['HcalCalMinBias']
37 
38  process = pp.promptReco(self,globalTag,**args)
39 
40  return process

Member Data Documentation

Impl.hcalnzs.hcalnzs.addEI

Definition at line 19 of file hcalnzs.py.

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

Impl.hcalnzs.hcalnzs.cbSc

Definition at line 18 of file hcalnzs.py.

Referenced by Impl.AlCa.AlCa.alcaHarvesting(), 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 17 of file hcalnzs.py.

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