ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MTCalibPebConfig.MTCalibPebHypoOptions Class Reference
Collaboration diagram for MTCalibPebConfig.MTCalibPebHypoOptions:

Public Member Functions

def __init__ (self)
 

Public Attributes

 UseRandomSeed
 
 RandomAcceptRate
 
 BurnTimePerCycleMillisec
 
 NumBurnCycles
 
 BurnTimeRandomly
 
 Crunch
 
 CheckDataConsistency
 
 ROBAccessDict
 
 TimeBetweenROBReqMillisec
 
 PEBROBList
 
 PEBSubDetList
 
 CreateRandomData
 
 EnableL1CaloPhase1
 
 EnableL1MuonPhase1
 
 EnableL1CaloLegacy
 

Detailed Description

Definition at line 91 of file MTCalibPebConfig.py.

Constructor & Destructor Documentation

◆ __init__()

def MTCalibPebConfig.MTCalibPebHypoOptions.__init__ (   self)

Definition at line 92 of file MTCalibPebConfig.py.

92  def __init__(self):
93  self.UseRandomSeed = False
94  self.RandomAcceptRate = -1.0
95  self.BurnTimePerCycleMillisec = 0
96  self.NumBurnCycles = 0
97  self.BurnTimeRandomly = True
98  self.Crunch = False
99  self.CheckDataConsistency = False
100  self.ROBAccessDict = rob_access_dict
101  self.TimeBetweenROBReqMillisec = 0
102  self.PEBROBList = []
103  self.PEBSubDetList = []
104  self.CreateRandomData = {}
105  self.EnableL1CaloPhase1 = False # Sets flags.Trigger.enableL1CaloPhase1
106  self.EnableL1MuonPhase1 = True # Sets flags.Trigger.enableL1MuonPhase1
107  self.EnableL1CaloLegacy = True # Sets flags.Trigger.enableL1CaloLegacy
108 
109 

Member Data Documentation

◆ BurnTimePerCycleMillisec

MTCalibPebConfig.MTCalibPebHypoOptions.BurnTimePerCycleMillisec

Definition at line 95 of file MTCalibPebConfig.py.

◆ BurnTimeRandomly

MTCalibPebConfig.MTCalibPebHypoOptions.BurnTimeRandomly

Definition at line 97 of file MTCalibPebConfig.py.

◆ CheckDataConsistency

MTCalibPebConfig.MTCalibPebHypoOptions.CheckDataConsistency

Definition at line 99 of file MTCalibPebConfig.py.

◆ CreateRandomData

MTCalibPebConfig.MTCalibPebHypoOptions.CreateRandomData

Definition at line 104 of file MTCalibPebConfig.py.

◆ Crunch

MTCalibPebConfig.MTCalibPebHypoOptions.Crunch

Definition at line 98 of file MTCalibPebConfig.py.

◆ EnableL1CaloLegacy

MTCalibPebConfig.MTCalibPebHypoOptions.EnableL1CaloLegacy

Definition at line 107 of file MTCalibPebConfig.py.

◆ EnableL1CaloPhase1

MTCalibPebConfig.MTCalibPebHypoOptions.EnableL1CaloPhase1

Definition at line 105 of file MTCalibPebConfig.py.

◆ EnableL1MuonPhase1

MTCalibPebConfig.MTCalibPebHypoOptions.EnableL1MuonPhase1

Definition at line 106 of file MTCalibPebConfig.py.

◆ NumBurnCycles

MTCalibPebConfig.MTCalibPebHypoOptions.NumBurnCycles

Definition at line 96 of file MTCalibPebConfig.py.

◆ PEBROBList

MTCalibPebConfig.MTCalibPebHypoOptions.PEBROBList

Definition at line 102 of file MTCalibPebConfig.py.

◆ PEBSubDetList

MTCalibPebConfig.MTCalibPebHypoOptions.PEBSubDetList

Definition at line 103 of file MTCalibPebConfig.py.

◆ RandomAcceptRate

MTCalibPebConfig.MTCalibPebHypoOptions.RandomAcceptRate

Definition at line 94 of file MTCalibPebConfig.py.

◆ ROBAccessDict

MTCalibPebConfig.MTCalibPebHypoOptions.ROBAccessDict

Definition at line 100 of file MTCalibPebConfig.py.

◆ TimeBetweenROBReqMillisec

MTCalibPebConfig.MTCalibPebHypoOptions.TimeBetweenROBReqMillisec

Definition at line 101 of file MTCalibPebConfig.py.

◆ UseRandomSeed

MTCalibPebConfig.MTCalibPebHypoOptions.UseRandomSeed

Definition at line 93 of file MTCalibPebConfig.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18