![]() |
|
|||
File indexing completed on 2025-05-08 02:18:42
0001 import FWCore.ParameterSet.Config as cms 0002 from PhysicsTools.NanoAOD.common_cff import * 0003 0004 def ufloat(expr, precision = -1, doc = ''): 0005 return Var('userFloat("%s")' % expr, 0006 float, precision = precision, doc = doc) 0007 0008 def uint(expr, doc = ''): 0009 return Var('userInt("%s")' % expr, int, doc = doc) 0010 0011 def ubool(expr, precision = -1, doc = ''): 0012 return Var('userInt("%s") == 1' % expr, bool, doc = doc)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |