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

Public Member Functions

def __init__ (self)
 

Public Attributes

 name
 
 index
 
 groupID
 
 groupingAssigned
 

Detailed Description

Definition at line 106 of file makeStrongReductionTests.py.

Constructor & Destructor Documentation

◆ __init__()

def makeStrongReductionTests.JESGroup.__init__ (   self)

Definition at line 107 of file makeStrongReductionTests.py.

107  def __init__(self):
108  self.name = ""
109  self.index = 0
110  self.groupID = 0
111  self.groupingAssigned = 0
112 

Member Data Documentation

◆ groupID

makeStrongReductionTests.JESGroup.groupID

Definition at line 110 of file makeStrongReductionTests.py.

◆ groupingAssigned

makeStrongReductionTests.JESGroup.groupingAssigned

Definition at line 111 of file makeStrongReductionTests.py.

◆ index

makeStrongReductionTests.JESGroup.index

Definition at line 109 of file makeStrongReductionTests.py.

◆ name

makeStrongReductionTests.JESGroup.name

Definition at line 108 of file makeStrongReductionTests.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