Classes | |
class | DEFAULT_VAL |
Functions | |
def | DetIdVar (expr, type, doc=None) |
def | ExtVar (tag, valtype, doc=None, precision=-1) |
def | GlobGeomVar (expr, doc=None, precision=-1) |
def | OVar (valtype, doc=None, precision=-1) |
def | Var (expr, valtype, doc=None, precision=-1) |
Variables | |
CandVars | |
charge | |
defaults | |
doc | |
eta | |
float | |
int | |
mass | |
P3Vars | |
P4Vars | |
pdgId | |
phi | |
precision | |
pt | |
PTVars | |
def common_cff.DetIdVar | ( | expr, | |
type, | |||
doc = None |
|||
) |
Create a PSet for a DetId variable in the tree: - expr is the expression to evaluate to compute the variable, - type of the value (int, bool, or a string that the table producer understands), - doc is a docstring, that will be passed to the table producer
Definition at line 13 of file common_cff.py.
def common_cff.ExtVar | ( | tag, | |
valtype, | |||
doc = None , |
|||
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 27 of file common_cff.py.
References clone(), and OVar().
Referenced by jetsAK4_CHS_cff.nanoAOD_refineFastSim_bTagDeepFlav().
def common_cff.GlobGeomVar | ( | expr, | |
doc = None , |
|||
precision = -1 |
|||
) |
Create a PSet for a Global position/direction variable in the tree , - expr is the expression to evaluate to compute the variable, - doc is a docstring, that will be passed to the table producer, - precision is an int handling mantissa reduction.
Definition at line 28 of file common_cff.py.
def common_cff.OVar | ( | valtype, | |
doc = None , |
|||
precision = -1 |
|||
) |
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), doc is a docstring, that will be passed to the table producer,
Definition at line 2 of file common_cff.py.
def common_cff.Var | ( | expr, | |
valtype, | |||
doc = None , |
|||
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 16 of file common_cff.py.
References clone(), and OVar().
Referenced by taus_cff._tauIdWPMask(), custom_jme_cff.AddBTaggingScores(), custom_jme_cff.AddJetID(), custom_muon_cff.AddPFTracks(), custom_jme_cff.AddVariablesForAK8PuppiJets(), custom_muon_cff.AddVariablesForMuon(), nanogen_cff.customizeNanoGENFromMini(), EcalPhiSymRecoSequence_cff.ecal_phisym_flattables(), JetVertexMain.Main(), custom_jme_cff.ReclusterAK4CHSJets(), and custom_jme_cff.SavePatJets().
common_cff.CandVars |
Definition at line 49 of file common_cff.py.
common_cff.charge |
Definition at line 51 of file common_cff.py.
common_cff.defaults |
Definition at line 11 of file common_cff.py.
Referenced by edm::ParameterSetDescription.addVPSet(), edm::ParameterSetDescription.addVPSetOptional(), edm::ParameterSetDescription.addVPSetOptionalUntracked(), edm::ParameterSetDescription.addVPSetUntracked(), edm::service::ThreadSafeLogMessageLoggerScribe.configure_dest(), edm::service::ThreadSafeLogMessageLoggerScribe.configure_errorlog(), edm::service::ThreadSafeLogMessageLoggerScribe.configure_errorlog_new(), edm::service::ThreadSafeLogMessageLoggerScribe.configure_ordinary_destinations(), edm::service::ThreadSafeLogMessageLoggerScribe.configure_statistics(), edm::service::ThreadSafeLogMessageLoggerScribe.configure_statistics_dest(), HLTMuonL1RegionalFilter.fillDescriptions(), HLTMuonL1TRegionalFilter.fillDescriptions(), EgammaHLTFilteredObjProducer< OutCollType >.fillDescriptions(), and TrajSeedMatcher.makePSetDescription().
common_cff.doc |
Definition at line 50 of file common_cff.py.
common_cff.eta |
Definition at line 44 of file common_cff.py.
common_cff.float |
Definition at line 40 of file common_cff.py.
common_cff.int |
Definition at line 50 of file common_cff.py.
common_cff.mass |
Definition at line 47 of file common_cff.py.
common_cff.P3Vars |
Definition at line 43 of file common_cff.py.
common_cff.P4Vars |
Definition at line 46 of file common_cff.py.
common_cff.pdgId |
Definition at line 50 of file common_cff.py.
common_cff.phi |
Definition at line 41 of file common_cff.py.
common_cff.precision |
Definition at line 40 of file common_cff.py.
common_cff.pt |
Definition at line 40 of file common_cff.py.
common_cff.PTVars |
Definition at line 39 of file common_cff.py.