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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 24 of file AFPToFDBCreate.py.

24  def __init__ (self, folder,folderName,spec,tag):
25  self.folder=folder
26  self.folderName=folderName
27  self.spec=spec
28  self.tag=tag
29 

Member Data Documentation

◆ folder

AFPToFDBCreate.folderBulk.folder

Definition at line 25 of file AFPToFDBCreate.py.

◆ folderName

AFPToFDBCreate.folderBulk.folderName

Definition at line 26 of file AFPToFDBCreate.py.

◆ spec

AFPToFDBCreate.folderBulk.spec

Definition at line 27 of file AFPToFDBCreate.py.

◆ tag

AFPToFDBCreate.folderBulk.tag

Definition at line 28 of file AFPToFDBCreate.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