Variables | |
tuple | allnorms = dataDML.mostRecentLuminorms(schema,branchfilter) |
list | allowedActions = ['add','get','overview'] |
list | amodetagChoices = ['PROTPHYS','HIPHYS'] |
tuple | branchfilter = revisionDML.revisionsInBranchName(schema,'NORM') |
list | egevChoices = ['3500','450'] |
tuple | norm = dataDML.luminormById(schema,normdataid) |
tuple | normdataid = dataDML.guessnormIdByName(schema,options.name) |
tuple | options = parser.parse_args() |
tuple | parser = argparse.ArgumentParser(prog=os.path.basename(sys.argv[0]),description="Lumi Normalization factor",formatter_class=argparse.ArgumentDefaultsHelpFormatter) |
## Main ProgramMore... | |
tuple | schema = session.nominalSchema() |
session = None | |
tuple | svc = sessionManager.sessionManager(options.connect,authpath=options.authpath,siteconfpath=options.siteconfpath) |
tuple lumiNorm.allnorms = dataDML.mostRecentLuminorms(schema,branchfilter) |
Definition at line 90 of file lumiNorm.py.
list lumiNorm.allowedActions = ['add','get','overview'] |
Definition at line 16 of file lumiNorm.py.
list lumiNorm.amodetagChoices = ['PROTPHYS','HIPHYS'] |
Definition at line 17 of file lumiNorm.py.
tuple lumiNorm.branchfilter = revisionDML.revisionsInBranchName(schema,'NORM') |
Definition at line 89 of file lumiNorm.py.
list lumiNorm.egevChoices = ['3500','450'] |
Definition at line 18 of file lumiNorm.py.
tuple lumiNorm.norm = dataDML.luminormById(schema,normdataid) |
Definition at line 78 of file lumiNorm.py.
Referenced by PFEnergyCalibration.Alpha(), EBSummaryClient.analyze(), EESummaryClient.analyze(), PFEnergyCalibration.Beta(), TwoTrackMinimumDistanceLineLine.calculate(), CSCWireElectronicsSim.calculateAmpResponse(), PFClusterAlgo.calculateClusterPosition(), EventShapeVariables.compMomentumTensor(), CastorPulseShapes.computeCastorShape(), HcalPulseShapes.computeHFShape(), HcalPulseShapes.computeHPDShape(), EcalTPGParamBuilder.computeLUT(), HcalSiPMShape.computeShape(), HcalShape.computeShape(), CastorShape.computeShapeCastor(), HFShape.computeShapeHF(), ZDCShape.computeShapeZDC(), CSGAction.createCheckButton(), FastLine.createLineParameters(), CSGAction.createTextButton(), pftools::CaloBox.dump(), PFEnergyCalibration.EcorrPS_ePSNil(), PFEnergyCalibration.EcorrZoneAfterPS(), PFEnergyCalibration.EcorrZoneBeforePS(), QcdLowPtDQM.filldNdeta(), DQMFEDIntegrityClient.fillHistograms(), HLXMonitor.FillHistograms(), FitHist.fillTargetHistogramBin(), PFEnergyCalibration.Gamma(), HcalQie.getCode(), hcalCalib.GetCoefFromMtrxInvOfAve(), GetMPV(), TMCReader.getnevts(), GlobalTrackerMuonAlignment.misalignMuonL(), MuScleFit.MuScleFit(), CSCThrTurnOnFcn.operator()(), backgroundFunctionType1.operator()(), backgroundFunctionType2.operator()(), backgroundFunctionType4.operator()(), backgroundFunctionType5.operator()(), cscdqm::EventProcessor.processCSC(), MuScleFitMuonProducer.produce(), BaseParticlePropagator.propagateToBeamCylinder(), SteppingHelixPropagator.refToDest(), CrossSectionHandler.relativeCrossSections(), SiPixelInformationExtractor.sendTkUpdatedStatus(), EcalHitMaker.setTrackParameters(), HcalQie.shape(), and smearFunctionType7.smear().
tuple lumiNorm.normdataid = dataDML.guessnormIdByName(schema,options.name) |
Definition at line 77 of file lumiNorm.py.
tuple lumiNorm.options = parser.parse_args() |
Definition at line 29 of file lumiNorm.py.
tuple lumiNorm.parser = argparse.ArgumentParser(prog=os.path.basename(sys.argv[0]),description="Lumi Normalization factor",formatter_class=argparse.ArgumentDefaultsHelpFormatter) |
Definition at line 15 of file lumiNorm.py.
tuple lumiNorm.schema = session.nominalSchema() |
Definition at line 51 of file lumiNorm.py.
tuple lumiNorm.session = None |
Definition at line 43 of file lumiNorm.py.
tuple lumiNorm.svc = sessionManager.sessionManager(options.connect,authpath=options.authpath,siteconfpath=options.siteconfpath) |
Definition at line 42 of file lumiNorm.py.