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

 cbSc
 
 recoSeq
 

Detailed Description

Definition at line 14 of file hcalnzs.py.

Constructor & Destructor Documentation

◆ __init__()

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'
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)

Member Function Documentation

◆ promptReco()

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

Proton collision data taking prompt reco

Definition at line 26 of file hcalnzs.py.

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 
36  process = pp.promptReco(self,globalTag,**args)
37 
38  return process
39 

Member Data Documentation

◆ cbSc

◆ recoSeq

Impl.hcalnzs.hcalnzs.recoSeq

Definition at line 17 of file hcalnzs.py.

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