ATLAS Offline Software
Loading...
Searching...
No Matches
COOLRates.RateQueryBundle Class Reference
Collaboration diagram for COOLRates.RateQueryBundle:

Public Member Functions

 __init__ (self, IoVStart, IoVEnd, alias, folderName, payloadName, turnCountFolderName, turnCountPayloadName, channel)

Public Attributes

 IoVStart = IoVStart
 IoVEnd = IoVEnd
 alias = alias
 folderName = folderName
 payloadName = payloadName
 turnCountFolderName = turnCountFolderName
 turnCountPayloadName = turnCountPayloadName
 channelSelection = cool.ChannelSelection(channel)

Detailed Description

Definition at line 458 of file COOLRates.py.

Constructor & Destructor Documentation

◆ __init__()

COOLRates.RateQueryBundle.__init__ ( self,
IoVStart,
IoVEnd,
alias,
folderName,
payloadName,
turnCountFolderName,
turnCountPayloadName,
channel )

Definition at line 459 of file COOLRates.py.

459 def __init__(self,IoVStart,IoVEnd,alias,folderName,payloadName,turnCountFolderName,turnCountPayloadName,channel):
460 self.IoVStart = IoVStart
461 self.IoVEnd = IoVEnd
462 self.alias = alias
463 self.folderName = folderName
464 self.payloadName = payloadName
465 self.turnCountFolderName = turnCountFolderName
466 self.turnCountPayloadName = turnCountPayloadName
467 self.channelSelection = cool.ChannelSelection(channel)
468
469#====================================================================================================================
470

Member Data Documentation

◆ alias

COOLRates.RateQueryBundle.alias = alias

Definition at line 462 of file COOLRates.py.

◆ channelSelection

COOLRates.RateQueryBundle.channelSelection = cool.ChannelSelection(channel)

Definition at line 467 of file COOLRates.py.

◆ folderName

COOLRates.RateQueryBundle.folderName = folderName

Definition at line 463 of file COOLRates.py.

◆ IoVEnd

COOLRates.RateQueryBundle.IoVEnd = IoVEnd

Definition at line 461 of file COOLRates.py.

◆ IoVStart

COOLRates.RateQueryBundle.IoVStart = IoVStart

Definition at line 460 of file COOLRates.py.

◆ payloadName

COOLRates.RateQueryBundle.payloadName = payloadName

Definition at line 464 of file COOLRates.py.

◆ turnCountFolderName

COOLRates.RateQueryBundle.turnCountFolderName = turnCountFolderName

Definition at line 465 of file COOLRates.py.

◆ turnCountPayloadName

COOLRates.RateQueryBundle.turnCountPayloadName = turnCountPayloadName

Definition at line 466 of file COOLRates.py.


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