ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MuonRecRTT_dynamic_pagemaker.fakePaths Class Reference
Collaboration diagram for MuonRecRTT_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 130 of file MuonRecRTT_dynamic_pagemaker.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 131 of file MuonRecRTT_dynamic_pagemaker.py.

131  def __init__(self,release="release",build="build",platform="platform",branch="branch"):
132  self.release = release
133  self.build = build
134  self.targetCMTCONFIG = platform
135  self.branch = branch
136  self.runPath = os.popen("pwd").readline().strip()
137 

Member Data Documentation

◆ branch

MuonRecRTT_dynamic_pagemaker.fakePaths.branch

Definition at line 135 of file MuonRecRTT_dynamic_pagemaker.py.

◆ build

MuonRecRTT_dynamic_pagemaker.fakePaths.build

Definition at line 133 of file MuonRecRTT_dynamic_pagemaker.py.

◆ release

MuonRecRTT_dynamic_pagemaker.fakePaths.release

Definition at line 132 of file MuonRecRTT_dynamic_pagemaker.py.

◆ runPath

MuonRecRTT_dynamic_pagemaker.fakePaths.runPath

Definition at line 136 of file MuonRecRTT_dynamic_pagemaker.py.

◆ targetCMTCONFIG

MuonRecRTT_dynamic_pagemaker.fakePaths.targetCMTCONFIG

Definition at line 134 of file MuonRecRTT_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