Warning, /analysis/Jet-Study/joclJetBackgroundCutModule/README.md is written in an unsupported language. File is not indexed.
0001 This module checks a set of cuts on jets to improve the quality of the sample (reject fake jets).
0002
0003 Parameters for instantiation are:
0004 jet node name (required)
0005 module name (has default ")
0006 do debug (default to 0; increase for more verbosity)
0007 do abort (default to false, does not abort events which fail cuts)
0008
0009 If do abort is false, the module will add intflags to recoconsts named:
0010 failsLoEmJetCut
0011 failsHiEmJetCut
0012 failsIhJetCut
0013 failsAnyJetCut (OR of the other three)
0014
0015 required nodes:
0016 one of either GlobalVertexMapv1 (named GlobalVertexMap) or MbdVertexMapv1 (named MbdVertexMap)
0017 TowerInfoContainer of retowered EMCal towers named "TOWERINFO_CALIB_CEMC_RETOWER"
0018 TowerInfoContainer of OHCal towers named "TOWERINFO_CALIB_HCALOUT"
0019 RawTowerGeomContainer of IHCal towers named "TOWERGEOM_HCALIN"
0020 RawTowerGeomContainer of OHCal towers named "TOWERGEOM_HCALOUT"
0021 JetContainerv1 with jet node name (see above)
0022
0023 These required nodes may be changed in the future for more generality