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

Constructor & Destructor Documentation

◆ __init__()

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

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

AFPAlignMCDBCreate.folderBulk.folder = folder

Definition at line 30 of file AFPAlignMCDBCreate.py.

◆ folderName

AFPAlignMCDBCreate.folderBulk.folderName = folderName

Definition at line 31 of file AFPAlignMCDBCreate.py.

◆ spec

AFPAlignMCDBCreate.folderBulk.spec = spec

Definition at line 32 of file AFPAlignMCDBCreate.py.

◆ tag

AFPAlignMCDBCreate.folderBulk.tag = tag

Definition at line 33 of file AFPAlignMCDBCreate.py.


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