Crombie Tools
CrombieTools.SkimmingTools.TMVACorrector Namespace Reference

Functions

def MakeTMVACorrector (Name, Weights, Config, inCut='1', matchName='')
 

Variables

 newTMVACorrector
 

Detailed Description

@package CrombieTools.SkimmingTools.TMVACorrector

Submodule of CrombieTools.SkimmingTools
Contains the constructor and default object for TMVACorrector.

@author Daniel Abercrombie <dabercro@mit.edu>

Function Documentation

§ MakeTMVACorrector()

def CrombieTools.SkimmingTools.TMVACorrector.MakeTMVACorrector (   Name,
  Weights,
  Config,
  inCut = '1',
  matchName = '' 
)
Make a TMVACorrector object

@param Name is the name of the branch for this Corrector if the CorrectorApplicator
            is saving all branches.
@param Weights is the name of the weights file to read
@param Config is the name of the file that contains the
              variable names and branches for the reader to use
@param inCut is the cut that a tree must pass in order for the Correction to be applied.
@param matchName is the regex expression that must be matched 
                 for the correction to be applied to the file
@returns a TMVACorrector object.

Definition at line 15 of file TMVACorrector.py.

References CrombieTools.SkimmingTools.TMVACorrector.newTMVACorrector.

Variable Documentation

§ newTMVACorrector

CrombieTools.SkimmingTools.TMVACorrector.newTMVACorrector