ATLAS Offline Software
Loading...
Searching...
No Matches
makeStrongReductionTests.JESGroup Class Reference
Collaboration diagram for makeStrongReductionTests.JESGroup:

Public Member Functions

 __init__ (self)

Public Attributes

str name = ""
int index = 0
int groupID = 0
int groupingAssigned = 0

Detailed Description

Definition at line 106 of file makeStrongReductionTests.py.

Constructor & Destructor Documentation

◆ __init__()

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

int makeStrongReductionTests.JESGroup.groupID = 0

Definition at line 110 of file makeStrongReductionTests.py.

◆ groupingAssigned

int makeStrongReductionTests.JESGroup.groupingAssigned = 0

Definition at line 111 of file makeStrongReductionTests.py.

◆ index

int makeStrongReductionTests.JESGroup.index = 0

Definition at line 109 of file makeStrongReductionTests.py.

◆ name

str makeStrongReductionTests.JESGroup.name = ""

Definition at line 108 of file makeStrongReductionTests.py.


The documentation for this class was generated from the following file: