ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
COOLRates.RateQueryBundle Class Reference
Collaboration diagram for COOLRates.RateQueryBundle:

Public Member Functions

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

Public Attributes

 IoVStart
 
 IoVEnd
 
 alias
 
 folderName
 
 payloadName
 
 turnCountFolderName
 
 turnCountPayloadName
 
 channelSelection
 

Detailed Description

Definition at line 458 of file COOLRates.py.

Constructor & Destructor Documentation

◆ __init__()

def 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

Definition at line 462 of file COOLRates.py.

◆ channelSelection

COOLRates.RateQueryBundle.channelSelection

Definition at line 467 of file COOLRates.py.

◆ folderName

COOLRates.RateQueryBundle.folderName

Definition at line 463 of file COOLRates.py.

◆ IoVEnd

COOLRates.RateQueryBundle.IoVEnd

Definition at line 461 of file COOLRates.py.

◆ IoVStart

COOLRates.RateQueryBundle.IoVStart

Definition at line 460 of file COOLRates.py.

◆ payloadName

COOLRates.RateQueryBundle.payloadName

Definition at line 464 of file COOLRates.py.

◆ turnCountFolderName

COOLRates.RateQueryBundle.turnCountFolderName

Definition at line 465 of file COOLRates.py.

◆ turnCountPayloadName

COOLRates.RateQueryBundle.turnCountPayloadName

Definition at line 466 of file COOLRates.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