ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
AFPAlignDBCreate.folderBulk Class Reference
Collaboration diagram for AFPAlignDBCreate.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 27 of file AFPAlignDBCreate.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 29 of file AFPAlignDBCreate.py.

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

Member Data Documentation

◆ folder

AFPAlignDBCreate.folderBulk.folder

Definition at line 30 of file AFPAlignDBCreate.py.

◆ folderName

AFPAlignDBCreate.folderBulk.folderName

Definition at line 31 of file AFPAlignDBCreate.py.

◆ spec

AFPAlignDBCreate.folderBulk.spec

Definition at line 32 of file AFPAlignDBCreate.py.

◆ tag

AFPAlignDBCreate.folderBulk.tag

Definition at line 33 of file AFPAlignDBCreate.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