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

Public Member Functions

def __init__
 
def alcaHarvesting
 
def expressProcessing
 
def promptReco
 
def visualizationProcessing
 

Public Attributes

 cbSc
 
 recoSeq
 

Detailed Description

Definition at line 16 of file ppRun2.py.

Constructor & Destructor Documentation

def Impl.ppRun2.ppRun2.__init__ (   self)

Definition at line 17 of file ppRun2.py.

17 
18  def __init__(self):
19  self.recoSeq=''
self.cbSc='pp'

Member Function Documentation

def Impl.ppRun2.ppRun2.alcaHarvesting (   self,
  globalTag,
  datasetName,
  args 
)
_alcaHarvesting_

Proton collisions data taking AlCa Harvesting

Definition at line 74 of file ppRun2.py.

74 
75  def alcaHarvesting(self, globalTag, datasetName, **args):
76  """
77  _alcaHarvesting_
78 
79  Proton collisions data taking AlCa Harvesting
80 
81  """
82 
83 
84  if not 'skims' in args and not 'alcapromptdataset' in args:
85  args['skims']=['BeamSpotByRun',
86  'BeamSpotByLumi',
87  'SiStripQuality']
88 
89  return Reco.alcaHarvesting(self, globalTag, datasetName, **args)
90 
def alcaHarvesting
Definition: ppRun2.py:74
def Impl.ppRun2.ppRun2.expressProcessing (   self,
  globalTag,
  args 
)
_expressProcessing_

Proton collision data taking express processing

Definition at line 46 of file ppRun2.py.

References RecoTLR.customiseExpressRun2().

46 
47  def expressProcessing(self, globalTag, **args):
48  """
49  _expressProcessing_
50 
51  Proton collision data taking express processing
52 
53  """
54  if not 'skims' in args:
55  args['skims']=['@allForExpress']
56  process = Reco.expressProcessing(self,globalTag, **args)
57 
58  customiseExpressRun2(process)
59 
60  return process
def expressProcessing
Definition: ppRun2.py:46
def customiseExpressRun2
Definition: RecoTLR.py:79
def Impl.ppRun2.ppRun2.promptReco (   self,
  globalTag,
  args 
)
_promptReco_

Proton collision data taking prompt reco

Definition at line 29 of file ppRun2.py.

References RecoTLR.customisePromptRun2().

29 
30  def promptReco(self, globalTag, **args):
31  """
32  _promptReco_
33 
34  Proton collision data taking prompt reco
35 
36  """
37  if not 'skims' in args:
38  args['skims']=['@allForPrompt']
39  process = Reco.promptReco(self,globalTag, **args)
40 
41  #add the former top level patches here
42  customisePromptRun2(process)
43 
44  return process
45 
def customisePromptRun2
Definition: RecoTLR.py:93
def Impl.ppRun2.ppRun2.visualizationProcessing (   self,
  globalTag,
  args 
)
_visualizationProcessing_

Proton collision data taking visualization processing

Definition at line 61 of file ppRun2.py.

References RecoTLR.customiseExpressRun2().

61 
62  def visualizationProcessing(self, globalTag, **args):
63  """
64  _visualizationProcessing_
65 
66  Proton collision data taking visualization processing
67 
68  """
69  process = Reco.visualizationProcessing(self,globalTag, **args)
70 
71  customiseExpressRun2(process)
72 
73  return process
def customiseExpressRun2
Definition: RecoTLR.py:79
def visualizationProcessing
Definition: ppRun2.py:61

Member Data Documentation

Impl.ppRun2.ppRun2.cbSc

Definition at line 19 of file ppRun2.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.ppRun2.ppRun2.recoSeq

Definition at line 18 of file ppRun2.py.

Referenced by Reco.Reco.promptReco().