CMS 3D CMS Logo

List of all members | Public Member Functions
alcaDQMUpload.HTTPSCertAuth Class Reference
Inheritance diagram for alcaDQMUpload.HTTPSCertAuth:

Public Member Functions

def __init__ (self, host, args, kwargs)
 

Detailed Description

Definition at line 21 of file alcaDQMUpload.py.

Constructor & Destructor Documentation

◆ __init__()

def alcaDQMUpload.HTTPSCertAuth.__init__ (   self,
  host,
  args,
  kwargs 
)

Definition at line 22 of file alcaDQMUpload.py.

22  def __init__(self, host, *args, **kwargs):
23  HTTPS.__init__(self, host, key_file = ssl_key_file, cert_file = ssl_cert_file, **kwargs)
24 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)