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

Public Member Functions

def __init__
 
def alcaHarvesting
 
def expressProcessing
 
def promptReco
 
def visualizationProcessing
 

Public Attributes

 cbSc
 
 recoSeq
 

Detailed Description

Definition at line 14 of file cosmicsRun2.py.

Constructor & Destructor Documentation

def Impl.cosmicsRun2.cosmicsRun2.__init__ (   self)

Definition at line 15 of file cosmicsRun2.py.

15 
16  def __init__(self):
17  Reco.__init__(self)
18  self.recoSeq=''
self.cbSc='cosmics'

Member Function Documentation

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

Proton collisions data taking AlCa Harvesting

Definition at line 82 of file cosmicsRun2.py.

82 
83  def alcaHarvesting(self, globalTag, datasetName, **args):
84  """
85  _alcaHarvesting_
86 
87  Proton collisions data taking AlCa Harvesting
88 
89  """
90 
91  if not 'skims' in args and not 'alcapromptdataset' in args:
92  args['skims']=['SiStripQuality']
93 
94  return Reco.alcaHarvesting(self, globalTag, datasetName, **args)
def Impl.cosmicsRun2.cosmicsRun2.expressProcessing (   self,
  globalTag,
  args 
)
_expressProcessing_

Cosmic data taking express processing

Definition at line 46 of file cosmicsRun2.py.

References bitset_utilities.append().

46 
47  def expressProcessing(self, globalTag, **args):
48  """
49  _expressProcessing_
50 
51  Cosmic data taking express processing
52 
53  """
54 
55  if not 'skims' in args:
56  args['skims']= ['@allForExpressCosmics']
57  if not 'customs' in args:
58  args['customs']=['Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2Deprecated']
59  else:
60  args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2Deprecated')
61  process = Reco.expressProcessing(self,globalTag, **args)
62 
63  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 ...
def Impl.cosmicsRun2.cosmicsRun2.promptReco (   self,
  globalTag,
  args 
)
_promptReco_

Cosmic data taking prompt reco

Definition at line 28 of file cosmicsRun2.py.

References bitset_utilities.append().

28 
29  def promptReco(self, globalTag, **args):
30  """
31  _promptReco_
32 
33  Cosmic data taking prompt reco
34 
35  """
36  if not 'skims' in args:
37  args['skims']= ['@allForPromptCosmics']
38  if not 'customs' in args:
39  args['customs']=['Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2Deprecated']
40  else:
41  args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2Deprecated')
42  process = Reco.promptReco(self,globalTag, **args)
43 
44  return process
45 
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 ...
def Impl.cosmicsRun2.cosmicsRun2.visualizationProcessing (   self,
  globalTag,
  args 
)
_visualizationProcessing_

Cosmic data taking visualization processing

Definition at line 64 of file cosmicsRun2.py.

References bitset_utilities.append().

64 
65  def visualizationProcessing(self, globalTag, **args):
66  """
67  _visualizationProcessing_
68 
69  Cosmic data taking visualization processing
70 
71  """
72 
73  if not 'customs' in args:
74  args['customs']=['Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2Deprecated']
75  else:
76  args['customs'].append('Configuration/DataProcessing/RecoTLR.customiseCosmicDataRun2Deprecated')
77  process = Reco.visualizationProcessing(self,globalTag, **args)
78 
79  process.reconstructionCosmics.remove(process.lumiProducer)
80 
81  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.cosmicsRun2.cosmicsRun2.cbSc

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

Definition at line 17 of file cosmicsRun2.py.

Referenced by Reco.Reco.promptReco().