Functions | |
def | ExtVar |
def | OVar |
def | Var |
Variables | |
tuple | CandVars |
tuple | P3Vars |
tuple | P4Vars |
tuple | 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.
References clone(), and OVar().
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(), EcalPhiSymRecoSequence_cff.ecal_phisym_flattables(), JetVertexMain.Main(), custom_jme_cff.ReclusterAK4CHSJets(), and custom_jme_cff.SavePatJets().
tuple common_cff.CandVars |
Definition at line 53 of file common_cff.py.
tuple common_cff.P3Vars |
Definition at line 47 of file common_cff.py.
tuple common_cff.P4Vars |
Definition at line 50 of file common_cff.py.
tuple common_cff.PTVars |
Definition at line 43 of file common_cff.py.