ATLAS Offline Software
Loading...
Searching...
No Matches
AFPAlignDBCreate.folderBulk Class Reference
Collaboration diagram for AFPAlignDBCreate.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 26 of file AFPAlignDBCreate.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 28 of file AFPAlignDBCreate.py.

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

Member Data Documentation

◆ folder

AFPAlignDBCreate.folderBulk.folder = folder

Definition at line 29 of file AFPAlignDBCreate.py.

◆ folderName

AFPAlignDBCreate.folderBulk.folderName = folderName

Definition at line 30 of file AFPAlignDBCreate.py.

◆ spec

AFPAlignDBCreate.folderBulk.spec = spec

Definition at line 31 of file AFPAlignDBCreate.py.

◆ tag

AFPAlignDBCreate.folderBulk.tag = tag

Definition at line 32 of file AFPAlignDBCreate.py.


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