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

Public Member Functions

def __init__ (self, folder, folderName, spec, tag)
 

Public Attributes

 folder
 
 folderName
 
 spec
 
 tag
 

Detailed Description

A class to store database folder, its specification, and its tag at the same place, so they won't be mixed up

Definition at line 28 of file AFPAlignMCDBCreate.py.

Constructor & Destructor Documentation

◆ __init__()

def AFPAlignMCDBCreate.folderBulk.__init__ (   self,
  folder,
  folderName,
  spec,
  tag 
)

Definition at line 30 of file AFPAlignMCDBCreate.py.

30  def __init__ (self, folder,folderName,spec,tag):
31  self.folder=folder
32  self.folderName=folderName
33  self.spec=spec
34  self.tag=tag
35 

Member Data Documentation

◆ folder

AFPAlignMCDBCreate.folderBulk.folder

Definition at line 31 of file AFPAlignMCDBCreate.py.

◆ folderName

AFPAlignMCDBCreate.folderBulk.folderName

Definition at line 32 of file AFPAlignMCDBCreate.py.

◆ spec

AFPAlignMCDBCreate.folderBulk.spec

Definition at line 33 of file AFPAlignMCDBCreate.py.

◆ tag

AFPAlignMCDBCreate.folderBulk.tag

Definition at line 34 of file AFPAlignMCDBCreate.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