CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
MetTreeProducer Namespace Reference

Classes

class  MetTreeProducer
 

Functions

def fill
 
def var
 

Function Documentation

def MetTreeProducer.fill (   tree,
  varName,
  value 
)

Definition at line 6 of file MetTreeProducer.py.

Referenced by MetTreeProducer.MetTreeProducer.process().

6 
7 def fill( tree, varName, value ):
8  tree.fill( varName, value )
9 
string fill
Definition: lumiContext.py:319
def MetTreeProducer.var (   tree,
  varName,
  type = float 
)

Definition at line 3 of file MetTreeProducer.py.

Referenced by PhysicsTools::SourceVariableSet.append(), CharmTagger.CharmTagger(), GsfMultipleScatteringUpdator.compute(), VariableComputer.declare(), MetTreeProducer.MetTreeProducer.declareVariables(), PhysicsTools::TrainProcessor.doTrainBegin(), PhysicsTools::Interceptor.eval(), VarSplitter.eval(), VariablePower.eval(), CharmTagger.initialize(), JetCharge.JetCharge(), CalibCoeff.operator*=(), gen::ParameterCollector.resolve(), AssociatedVariableCollectionSelector< InputCollection, VarCollection, Selector, OutputCollection, StoreContainer, RefAdder >.select(), VariableFormulaEventSelector.select(), VariableEventSelector.select(), and TaggingVariablePlotter.TaggingVariablePlotter().

3 
4 def var( tree, varName, type=float ):
5  tree.var(varName, type)