CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
Impl.trackingOnlyEra_Run3.trackingOnlyEra_Run3 Class Reference
Inheritance diagram for Impl.trackingOnlyEra_Run3.trackingOnlyEra_Run3:

Public Member Functions

def __init__ (self)
 

Public Attributes

 addEI
 
 cbSc
 
 eras
 
 recoSeq
 

Detailed Description

Definition at line 18 of file trackingOnlyEra_Run3.py.

Constructor & Destructor Documentation

def Impl.trackingOnlyEra_Run3.trackingOnlyEra_Run3.__init__ (   self)

Definition at line 19 of file trackingOnlyEra_Run3.py.

19  def __init__(self):
20  trackingOnly.__init__(self)
21  # tracking only RECO is sufficient, to run high performance BS at PCL;
22  # some dedicated customization are required, though: customisePostEra_Run3_trackingOnly
23  self.recoSeq=':reconstruction_trackingOnly'
24  self.cbSc='pp'
25  self.addEI=False
26  self.eras=Run3
27  self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run3' ]
28  self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run3_express_trackingOnly' ]
29  self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run3' ]
30 

Member Data Documentation

Impl.trackingOnlyEra_Run3.trackingOnlyEra_Run3.addEI
Impl.trackingOnlyEra_Run3.trackingOnlyEra_Run3.cbSc
Impl.trackingOnlyEra_Run3.trackingOnlyEra_Run3.eras
Impl.trackingOnlyEra_Run3.trackingOnlyEra_Run3.recoSeq

Definition at line 23 of file trackingOnlyEra_Run3.py.

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