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

Public Member Functions

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

Public Attributes

 IoVStart
 
 IoVEnd
 
 payloadRequests
 
 payloadRequirements
 
 folderName
 
 timeBased
 
 timeConverter
 
 channelSelection
 

Detailed Description

Definition at line 260 of file COOLRates.py.

Constructor & Destructor Documentation

◆ __init__()

def 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 

Member Data Documentation

◆ channelSelection

COOLRates.QueryBundle.channelSelection

Definition at line 273 of file COOLRates.py.

◆ folderName

COOLRates.QueryBundle.folderName

Definition at line 270 of file COOLRates.py.

◆ IoVEnd

COOLRates.QueryBundle.IoVEnd

Definition at line 263 of file COOLRates.py.

◆ IoVStart

COOLRates.QueryBundle.IoVStart

Definition at line 262 of file COOLRates.py.

◆ payloadRequests

COOLRates.QueryBundle.payloadRequests

Definition at line 268 of file COOLRates.py.

◆ payloadRequirements

COOLRates.QueryBundle.payloadRequirements

Definition at line 269 of file COOLRates.py.

◆ timeBased

COOLRates.QueryBundle.timeBased

Definition at line 271 of file COOLRates.py.

◆ timeConverter

COOLRates.QueryBundle.timeConverter

Definition at line 272 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
Muon::print
std::string print(const MuPatSegment &)
Definition: MuonTrackSteering.cxx:28