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

Public Member Functions

 __init__ (self, IoVStart, IoVEnd, payloadRequests, folderName, channelSelection=None, timeBased=False, payloadRequirements={}, timeConverter={})

Public Attributes

 IoVStart = IoVStart
 IoVEnd = IoVEnd
 payloadRequests = payloadRequests
 payloadRequirements = payloadRequirements
 folderName = folderName
 timeBased = timeBased
 timeConverter = timeConverter
 channelSelection = channelSelection or cool.ChannelSelection()

Detailed Description

Definition at line 260 of file COOLRates.py.

Constructor & Destructor Documentation

◆ __init__()

COOLRates.QueryBundle.__init__ ( self,
IoVStart,
IoVEnd,
payloadRequests,
folderName,
channelSelection = None,
timeBased = False,
payloadRequirements = {},
timeConverter = {} )

Definition at line 261 of file COOLRates.py.

261 def __init__(self,IoVStart,IoVEnd,payloadRequests,folderName,channelSelection=None,timeBased=False,payloadRequirements={},timeConverter={}):
262 self.IoVStart = IoVStart
263 self.IoVEnd = IoVEnd
264 for request in payloadRequests:
265 if not len(request)==3:
266 print(payloadRequests)
267 sys.exit(0)
268 self.payloadRequests = payloadRequests
269 self.payloadRequirements = payloadRequirements
270 self.folderName = folderName
271 self.timeBased=timeBased
272 self.timeConverter=timeConverter
273 self.channelSelection = channelSelection or cool.ChannelSelection()
274
275#====================================================================================================================
276
void print(char *figname, TCanvas *c1)

Member Data Documentation

◆ channelSelection

COOLRates.QueryBundle.channelSelection = channelSelection or cool.ChannelSelection()

Definition at line 273 of file COOLRates.py.

◆ folderName

COOLRates.QueryBundle.folderName = folderName

Definition at line 270 of file COOLRates.py.

◆ IoVEnd

COOLRates.QueryBundle.IoVEnd = IoVEnd

Definition at line 263 of file COOLRates.py.

◆ IoVStart

COOLRates.QueryBundle.IoVStart = IoVStart

Definition at line 262 of file COOLRates.py.

◆ payloadRequests

COOLRates.QueryBundle.payloadRequests = payloadRequests

Definition at line 268 of file COOLRates.py.

◆ payloadRequirements

COOLRates.QueryBundle.payloadRequirements = payloadRequirements

Definition at line 269 of file COOLRates.py.

◆ timeBased

COOLRates.QueryBundle.timeBased = timeBased

Definition at line 271 of file COOLRates.py.

◆ timeConverter

COOLRates.QueryBundle.timeConverter = timeConverter

Definition at line 272 of file COOLRates.py.


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