CMS 3D CMS Logo

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

Variables

tuple buildTraintree
 

Variable Documentation

tuple TtFullHadSignalSelMVATrainer_cfi.buildTraintree
Initial value:
1 = cms.EDAnalyzer("TtFullHadSignalSelMVATrainer",
2  #input tags used in the example
3  jets = cms.InputTag("selectedPatJets"),
4 
5  #three possibilities:
6  # whatData=-1: in your training-file both, signal and background events are available
7  # whatData=1: your training-file contains only signal events
8  # whatData=0: your training-file contains only background events
9  whatData = cms.int32(1),
10 
11  #maximum number of training events to be used
12  # maxEv = -1: all events are used
13  # for example maxEv = 5000: writes only the first 5000 events to the training tree
14  maxEv = cms.int32(-1),
15  #event weight to be put here:
16  # standard is set to 1, so no weight is applied
17  # for example if different samples with different integrated luminosities have to be combined
18  weight = cms.double(1.0)
19 )

Definition at line 6 of file TtFullHadSignalSelMVATrainer_cfi.py.