Public Member Functions | |
def | __init__ (self, subfolder, translated) |
def | equalTo (self, other) |
Public Attributes | |
subfolder | |
translated | |
Class to hold the original name and a 'translated' name of a subfolder in the DQM ROOT file
Definition at line 2672 of file plotting.py.
def plotting.DQMSubFolder.__init__ | ( | self, | |
subfolder, | |||
translated | |||
) |
Definition at line 2674 of file plotting.py.
def plotting.DQMSubFolder.equalTo | ( | self, | |
other | |||
) |
Equality is defined by the 'translated' name
Definition at line 2678 of file plotting.py.
References plotting.DQMSubFolder.translated.
plotting.DQMSubFolder.subfolder |
Definition at line 2675 of file plotting.py.
plotting.DQMSubFolder.translated |
Definition at line 2676 of file plotting.py.
Referenced by plotting.DQMSubFolder.equalTo().