ATLAS Offline Software
Loading...
Searching...
No Matches
AFPToFDBCreate.folderBulk Class Reference
Collaboration diagram for AFPToFDBCreate.folderBulk:

Public Member Functions

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

Public Attributes

 folder = folder
 folderName = folderName
 spec = spec
 tag = 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__()

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 = folder

Definition at line 25 of file AFPToFDBCreate.py.

◆ folderName

AFPToFDBCreate.folderBulk.folderName = folderName

Definition at line 26 of file AFPToFDBCreate.py.

◆ spec

AFPToFDBCreate.folderBulk.spec = spec

Definition at line 27 of file AFPToFDBCreate.py.

◆ tag

AFPToFDBCreate.folderBulk.tag = tag

Definition at line 28 of file AFPToFDBCreate.py.


The documentation for this class was generated from the following file: