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

Public Member Functions

def __init__
 
def promptReco
 

Public Attributes

 cbSc
 
 recoSeq
 

Detailed Description

Definition at line 14 of file hcalnzsRun2.py.

Constructor & Destructor Documentation

def Impl.hcalnzsRun2.hcalnzsRun2.__init__ (   self)

Definition at line 15 of file hcalnzsRun2.py.

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

Member Function Documentation

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

Proton collision data taking prompt reco

Definition at line 26 of file hcalnzsRun2.py.

References bitset_utilities.append().

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  if not 'customs' in args:
38  args['customs']=['Configuration/DataProcessing/RecoTLR.customisePromptRun2Deprecated']
39  else:
40  args['customs'].append('Configuration/DataProcessing/RecoTLR.customisePromptRun2Deprecated')
41 
42  process = pp.promptReco(self,globalTag,**args)
43 
44  return process
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.hcalnzsRun2.hcalnzsRun2.cbSc

Definition at line 18 of file hcalnzsRun2.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.hcalnzsRun2.hcalnzsRun2.recoSeq

Definition at line 17 of file hcalnzsRun2.py.

Referenced by Reco.Reco.promptReco().