CMS 3D CMS Logo

Variables

lumiNorm Namespace Reference

Variables

tuple allnorms = dataDML.mostRecentLuminorms(schema,branchfilter)
list allowedActions = ['add','list']
 amodetag = options.amodetag
list amodetagChoices = ['PROTPHYS','IONPHYS','PAPHYS']
tuple branchfilter = revisionDML.revisionsInBranchName(schema,'NORM')
 egev = options.egev
list egevChoices = ['3500','450','1380']
list namodetag = norm[1]
list negev = norm[3]
list nname = norm[0]
list nnormval = norm[2]
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 Program ## ## ## ## ################## ## ## ######################## ##
tuple schema = session.nominalSchema()
 session = None
tuple svc = sessionManager.sessionManager(options.connect,authpath=options.authpath,siteconfpath=options.siteconfpath)

Variable Documentation

tuple lumiNorm::allnorms = dataDML.mostRecentLuminorms(schema,branchfilter)

Definition at line 62 of file lumiNorm.py.

list lumiNorm::allowedActions = ['add','list']

Definition at line 16 of file lumiNorm.py.

string lumiNorm::amodetag = options.amodetag

Definition at line 73 of file lumiNorm.py.

list lumiNorm::amodetagChoices = ['PROTPHYS','IONPHYS','PAPHYS']

Definition at line 17 of file lumiNorm.py.

tuple lumiNorm::branchfilter = revisionDML.revisionsInBranchName(schema,'NORM')

Definition at line 61 of file lumiNorm.py.

string lumiNorm::egev = options.egev

Definition at line 77 of file lumiNorm.py.

list lumiNorm::egevChoices = ['3500','450','1380']

Definition at line 18 of file lumiNorm.py.

Definition at line 68 of file lumiNorm.py.

list lumiNorm::negev = norm[3]

Definition at line 70 of file lumiNorm.py.

list lumiNorm::nname = norm[0]

Definition at line 67 of file lumiNorm.py.

Referenced by HLTJetMETDQMSource::beginRun().

Definition at line 69 of file lumiNorm.py.

tuple lumiNorm::norm = dataDML.luminormById(schema,normdataid)

Definition at line 66 of file lumiNorm.py.

Referenced by PFEnergyCalibration::Alpha(), EESummaryClient::analyze(), EBSummaryClient::analyze(), PFEnergyCalibration::Beta(), TwoTrackMinimumDistanceLineLine::calculate(), CSCWireElectronicsSim::calculateAmpResponse(), PFClusterAlgo::calculateClusterPosition(), EventShapeVariables::compMomentumTensor(), CastorPulseShapes::computeCastorShape(), HcalPulseShapes::computeHFShape(), HcalPulseShapes::computeHPDShape(), EcalTPGParamBuilder::computeLUT(), CastorShape::computeShapeCastor(), ZDCShape::computeShapeZDC(), HcalPulseShapes::computeSiPMShape(), CSGAction::createCheckButton(), FastLine::createLineParameters(), CSGAction::createTextButton(), PFEnergyCalibration::EcorrPS_ePSNil(), PFEnergyCalibration::EcorrZoneAfterPS(), PFEnergyCalibration::EcorrZoneBeforePS(), DQMHistNormalizer::endRun(), QcdLowPtDQM::filldNdeta(), HLXMonitor::FillHistograms(), DQMFEDIntegrityClient::fillHistograms(), FitHist::fillTargetHistogramBin(), PFEnergyCalibration::Gamma(), HcalQie::getCode(), hcalCalib::GetCoefFromMtrxInvOfAve(), GetMPV(), TMCReader::getnevts(), GlobalTrackerMuonAlignment::misalignMuonL(), MuScleFit::MuScleFit(), backgroundFunctionType1::operator()(), backgroundFunctionType2::operator()(), backgroundFunctionType4::operator()(), backgroundFunctionType5::operator()(), CSCThrTurnOnFcn::operator()(), cscdqm::EventProcessor::processCSC(), MuScleFitMuonProducer::produce(), BaseParticlePropagator::propagateToBeamCylinder(), TtFullHadSignalSel::pti_ptj(), SteppingHelixPropagator::refToDest(), CrossSectionHandler::relativeCrossSections(), SiPixelInformationExtractor::sendTkUpdatedStatus(), lumi::DataPipe::setNorm(), EcalHitMaker::setTrackParameters(), HcalQie::shape(), and smearFunctionType7::smear().

tuple lumiNorm::normdataid = dataDML.guessnormIdByName(schema,options.name)

Definition at line 65 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)

######################## ## ## ################## ## ## ## ## Main Program ## ## ## ## ################## ## ## ######################## ##

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.