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

Public Member Functions

def __init__ (self, release="release", build="build", platform="platform", branch="branch")
 

Public Attributes

 release
 
 build
 
 targetCMTCONFIG
 
 branch
 
 runPath
 

Detailed Description

Definition at line 137 of file MooRTT_dynamic_pagemaker.py.

Constructor & Destructor Documentation

◆ __init__()

def MooRTT_dynamic_pagemaker.fakePaths.__init__ (   self,
  release = "release",
  build = "build",
  platform = "platform",
  branch = "branch" 
)

Definition at line 138 of file MooRTT_dynamic_pagemaker.py.

138  def __init__(self,release="release",build="build",platform="platform",branch="branch"):
139  self.release = release
140  self.build = build
141  self.targetCMTCONFIG = platform
142  self.branch = branch
143  self.runPath = os.popen("pwd").readline().strip()
144 

Member Data Documentation

◆ branch

MooRTT_dynamic_pagemaker.fakePaths.branch

Definition at line 142 of file MooRTT_dynamic_pagemaker.py.

◆ build

MooRTT_dynamic_pagemaker.fakePaths.build

Definition at line 140 of file MooRTT_dynamic_pagemaker.py.

◆ release

MooRTT_dynamic_pagemaker.fakePaths.release

Definition at line 139 of file MooRTT_dynamic_pagemaker.py.

◆ runPath

MooRTT_dynamic_pagemaker.fakePaths.runPath

Definition at line 143 of file MooRTT_dynamic_pagemaker.py.

◆ targetCMTCONFIG

MooRTT_dynamic_pagemaker.fakePaths.targetCMTCONFIG

Definition at line 141 of file MooRTT_dynamic_pagemaker.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