-
Notifications
You must be signed in to change notification settings - Fork 18
Generator Reconstruction Matching
lucaswiens edited this page Jul 30, 2019
·
16 revisions
Generator Level | Reconstruction Level |
---|---|
genBosonLV |
svfitLV , simpleFitLV
|
genMatchedTau1LV |
svfitTau1LV , simpleFitTau1LV
|
genMatchedTau2LV |
svfitTau2LV , simpleFitTau2LV
|
genMatchedTau1VisibleLV |
lep1LV |
genMatchedTau2VisibleLV |
lep2LV |
In order to filter out events without matched 4-momentum found, you should add (genMatched...LV.mass() < 9000)
as weight/cut (see https://github.com/artus-analysis/Artus/blob/master/Utility/src/DefaultValues.cc#L12).