Functions | |
def | ExtVar (tag, valtype, compression=None, doc=None, mcOnly=False, precision=-1) |
def | OVar (valtype, compression=None, doc=None, mcOnly=False, precision=-1) |
def | Var (expr, valtype, compression=None, doc=None, mcOnly=False, precision=-1) |
Variables | |
CandVars | |
charge | |
doc | |
eta | |
float | |
int | |
mass | |
P3Vars | |
P4Vars | |
pdgId | |
phi | |
precision | |
pt | |
PTVars | |
def common_cff.ExtVar | ( | tag, | |
valtype, | |||
compression = None , |
|||
doc = None , |
|||
mcOnly = False , |
|||
precision = -1 |
|||
) |
Create a PSet for a variable read from the event tag is the InputTag to the variable. see OVar in common_cff for all the other arguments
Definition at line 31 of file common_cff.py.
Create a PSet for a variable in the tree (without specifying how it is computed) valtype is the type of the value (float, int, bool, or a string that the table producer understands), compression is not currently used, doc is a docstring, that will be passed to the table producer, mcOnly can be set to True for variables that exist only in MC samples and not in data ones.
Definition at line 2 of file common_cff.py.
def common_cff.Var | ( | expr, | |
valtype, | |||
compression = None , |
|||
doc = None , |
|||
mcOnly = False , |
|||
precision = -1 |
|||
) |
Create a PSet for a variable computed with the string parser expr is the expression to evaluate to compute the variable (in case of bools, it's a cut and not a function) see OVar above for all the other arguments
Definition at line 20 of file common_cff.py.
References clone(), and OVar().
Referenced by taus_cff._tauIdWPMask(), custom_jme_cff.AddJetID(), custom_jme_cff.AddVariablesForAK8PuppiJets(), nanogen_cff.customizeNanoGENFromMini(), JetVertexMain.Main(), nano_cff.nanoAOD_recalibrateMETs(), custom_jme_cff.ReclusterAK4CHSJets(), and custom_jme_cff.SavePatJets().
common_cff.CandVars |
Definition at line 53 of file common_cff.py.
common_cff.charge |
Definition at line 55 of file common_cff.py.
common_cff.doc |
Definition at line 54 of file common_cff.py.
Referenced by nanoaod::MergeableCounterTable.addFloat(), nanoaod::MergeableCounterTable.addFloatWithNorm(), nanoaod::MergeableCounterTable.addInt(), XMLProcessor.addLMapHBEFDataset(), XMLProcessor.addLMapHODataset(), nanoaod::MergeableCounterTable.addVFloat(), nanoaod::MergeableCounterTable.addVFloatWithNorm(), nanoaod::MergeableCounterTable.addVInt(), dqmservices::DQMFileIterator.advanceToLumi(), HcalLutManager.create_lut_loader(), edm::JobReport.dumpFiles(), dumpObject_(), EcalTPGCrystalStatusXMLTranslator.dumpXML(), EcalTimeBiasCorrectionsXMLTranslator.dumpXML(), ESGainXMLTranslator.dumpXML(), EcalTPGTowerStatusXMLTranslator.dumpXML(), EcalClusterLocalContCorrXMLTranslator.dumpXML(), EcalTPGLinearizationConstXMLTranslator.dumpXML(), EcalTPGStripStatusXMLTranslator.dumpXML(), EcalDCSTowerStatusXMLTranslator.dumpXML(), EcalDAQTowerStatusXMLTranslator.dumpXML(), EcalPedestalsXMLTranslator.dumpXML(), EcalPulseShapesXMLTranslator.dumpXML(), EcalGainRatiosXMLTranslator.dumpXML(), EcalLaserAPDPNRatiosXMLTranslator.dumpXML(), EcalAlignmentXMLTranslator.dumpXML(), EcalLinearCorrectionsXMLTranslator.dumpXML(), EcalChannelStatusXMLTranslator.dumpXML(), EcalWeightGroupXMLTranslator.dumpXML(), EcalPulseSymmCovariancesXMLTranslator.dumpXML(), EcalClusterCrackCorrXMLTranslator.dumpXML(), EcalADCToGeVXMLTranslator.dumpXML(), EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.dumpXML(), EcalTimeOffsetXMLTranslator.dumpXML(), EcalClusterEnergyCorrectionXMLTranslator.dumpXML(), EcalTBWeightsXMLTranslator.dumpXML(), EcalWeightSetXMLTranslator.dumpXML(), EcalFloatCondObjectContainerXMLTranslator.dumpXML(), edm.formatFile(), XMLConfigReader.getPatternsVersion(), edm::FileLocator.init(), cscdqm::Collection.load(), load_dddefinition(), dqmservices::DQMFileIterator.monUpdateLumi(), MuonAlignmentInputXML.newAlignableMuon(), dqmservices::DQMMonitoringService.outputLumiUpdate(), dqmservices::DQMMonitoringService.outputUpdate(), edm::service::SiteLocalConfigService.parse(), L1GtTriggerMenuXmlParser.parseAlgorithms(), L1GtTriggerMenuXmlParser.parseConditions(), L1GtTriggerMenuXmlParser.parseId(), L1GtTriggerMenuXmlParser.parseTechTriggers(), L1GtTriggerMenuXmlParser.parseVmeXML(), MiscalibReaderFromXML.parseXMLMiscalibFile(), edm.print(), cms::DDDetector.processXML(), XMLConfigReader.readConfig(), XMLConfigReader.readPatterns(), edm::JobReport.reportAnalysisFile(), edm::JobReport.reportFallbackAttempt(), edm::JobReport.reportRandomStateFile(), edm::JobReport.reportReadBranches(), edm::JobReport.reportSkippedFile(), dqmservices::DQMFileIterator.reset(), LumiCorrectionSource.servletTranslation(), LumiProducer.servletTranslation(), dqmservices::DQMFileIterator.update_state(), L1GtTriggerMenuXmlParser.workXML(), XMLProcessor.write(), xuti.WriteNodeWithValue(), edm::JobReport::JobReportImpl.writeOutputFile(), and EcalTBWeightsXMLTranslator.writeWeightSet().
common_cff.eta |
Definition at line 48 of file common_cff.py.
common_cff.float |
Definition at line 44 of file common_cff.py.
common_cff.int |
Definition at line 54 of file common_cff.py.
common_cff.mass |
Definition at line 51 of file common_cff.py.
common_cff.P3Vars |
Definition at line 47 of file common_cff.py.
common_cff.P4Vars |
Definition at line 50 of file common_cff.py.
common_cff.pdgId |
Definition at line 54 of file common_cff.py.
common_cff.phi |
Definition at line 45 of file common_cff.py.
common_cff.precision |
Definition at line 44 of file common_cff.py.
Referenced by ALIUtils.approxTo0(), OpticalObject.approxTo0(), FWTableViewTableManager.cellRenderer(), CircleFromThreePoints.CircleFromThreePoints(), FWTableViewManager::TableHandle.column(), L1RCTLookupTables.convertToInteger(), SiPixelGainCalibration.decodeGain(), SiPixelGainCalibrationOffline.decodeGain(), SiPixelGainCalibration.decodePed(), SiPixelGainCalibrationOffline.decodePed(), trackerDTC::Stub.digi(), SiPixelGainCalibration.encodeGain(), SiPixelGainCalibrationOffline.encodeGain(), SiPixelGainCalibrationForHLT.encodeGain(), SiPixelGainCalibration.encodePed(), SiPixelGainCalibrationOffline.encodePed(), SiPixelGainCalibrationForHLT.encodePed(), TMultiDimFet.FindParameterization(), CircleFromThreePoints.init(), SimpleJetCorrector.invert(), heppy::Davismt2.mt2_bisect(), heppy::Davismt2.mt2_massless(), heppy::mt2w_bisect::mt2w.mt2w_bisect(), edm.operator<<(), heppy::Davismt2.set_momenta(), heppy::mt2w_bisect::mt2w.set_momenta(), l1t::GlobalScales.setLUT_Cos(), l1t::GlobalScales.setLUT_Cosh(), l1t::GlobalScales.setLUT_DeltaEta(), l1t::GlobalScales.setLUT_DeltaPhi(), l1t::GlobalScales.setLUT_Pt(), l1t::GlobalScales.setLUT_Sin(), l1t::GlobalScales.setLUT_Upt(), ESDCCHeaderBlock.setPrecision(), L1TUtmCut.setPrecision(), LaserSteppingVerbose.StepInfo(), and LaserSteppingVerbose.TrackingStarted().
common_cff.pt |
Definition at line 44 of file common_cff.py.
common_cff.PTVars |
Definition at line 43 of file common_cff.py.