Crombie Tools
CrombieTools.AnalysisTools.XSecAdder Namespace Reference

Functions

def RunXSecAdder (branchName='XSecWeight', inTree='events', outTree='events', adder=xSecAdder)
 

Variables

 newXSecAdder
 
 xSecAdder
 

Detailed Description

@package CrombieTools.AnalysisTools.XSecAdder
Holds constructor and default XSecAdder object along with convenience function.
@author Daniel Abercrombie <dabercro@mit.edu>

Function Documentation

§ RunXSecAdder()

def CrombieTools.AnalysisTools.XSecAdder.RunXSecAdder (   branchName = 'XSecWeight',
  inTree = 'events',
  outTree = 'events',
  adder = xSecAdder 
)
Add a branch filled with floats proportional to the cross section of a process to a tree

@param branchName is the name of the branch to be added
@param inTree is the name of the tree to get the number of events
@param outTree is the tree to write the branch to
@param adder is the instances of XSecAdder that is used

Definition at line 10 of file XSecAdder.py.

Variable Documentation

§ newXSecAdder

CrombieTools.AnalysisTools.XSecAdder.newXSecAdder

Definition at line 7 of file XSecAdder.py.

§ xSecAdder

CrombieTools.AnalysisTools.XSecAdder.xSecAdder

Definition at line 8 of file XSecAdder.py.