Public Member Functions | |
TtFullHadKinFitProducer (const edm::ParameterSet &cfg) | |
default constructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Public Attributes | |
std::unique_ptr< TtFullHadKinFitter::KinFit > | kinFitter |
kinematic fit interface More... | |
Private Member Functions | |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
produce fitted object collections and meta data describing fit quality More... | |
Private Attributes | |
std::vector< edm::ParameterSet > | bResolutions_ |
std::string | bTagAlgo_ |
input tag for b-tagging algorithm More... | |
unsigned int | bTags_ |
minimal number of b-jets More... | |
std::vector< unsigned > | constraints_ |
numbering of different possible kinematic constraints More... | |
std::string | jetCorrectionLevel_ |
correction level for jets More... | |
std::vector< double > | jetEnergyResolutionEtaBinning_ |
std::vector< double > | jetEnergyResolutionScaleFactors_ |
scale factors for jet energy resolution More... | |
unsigned int | jetParam_ |
numbering of different possible jet parametrizations More... | |
edm::EDGetTokenT< std::vector< pat::Jet > > | jetsToken_ |
input tag for jets More... | |
edm::EDGetTokenT< std::vector< std::vector< int > > > | matchToken_ |
input tag for matches (in case the fit should be performed on certain matches) More... | |
double | maxBTagValueNonBJet_ |
max value of bTag for a non-b-jet More... | |
double | maxDeltaS_ |
maximal chi2 equivalent More... | |
double | maxF_ |
maximal deviation for contstraints More... | |
int | maxNComb_ |
maximal number of combinations to be written to the event More... | |
int | maxNJets_ |
maximal number of jets (-1 possible to indicate 'all') More... | |
unsigned int | maxNrIter_ |
maximal number of iterations to be performed for the fit More... | |
double | minBTagValueBJet_ |
min value of bTag for a b-jet More... | |
double | mTop_ |
top mass value used for constraints More... | |
double | mW_ |
W mass value used for constraints. More... | |
std::vector< edm::ParameterSet > | udscResolutions_ |
store the resolutions for the jets More... | |
bool | useBTagging_ |
switch to tell whether to use b-tagging or not More... | |
bool | useOnlyMatch_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 19 of file TtFullHadKinFitProducer.cc.
|
explicit |
default constructor
Definition at line 80 of file TtFullHadKinFitProducer.cc.
References bResolutions_, bTagAlgo_, bTags_, looper::cfg, constraints_, Exception, jetCorrectionLevel_, jetEnergyResolutionEtaBinning_, jetEnergyResolutionScaleFactors_, jetParam_, kinFitter, maxBTagValueNonBJet_, maxDeltaS_, maxF_, maxNComb_, maxNJets_, maxNrIter_, minBTagValueBJet_, mTop_, mW_, udscResolutions_, and useBTagging_.
|
overrideprivate |
produce fitted object collections and meta data describing fit quality
set match to be used
set the validity of a match
Definition at line 149 of file TtFullHadKinFitProducer.cc.
References heavyIonCSV_trainingSettings::idx, PDWG_EXODelayedJetMET_cff::jets, jetsToken_, kinFitter, match(), oniaPATMuonsWithTrigger_cff::matches, matchToken_, maxNComb_, eostools::move(), nPartons, useOnlyMatch_, and trackerHitRTTI::vector.
|
private |
Definition at line 67 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
input tag for b-tagging algorithm
Definition at line 37 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
minimal number of b-jets
Definition at line 45 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
numbering of different possible kinematic constraints
Definition at line 61 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
correction level for jets
Definition at line 47 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
Definition at line 70 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
scale factors for jet energy resolution
Definition at line 69 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
numbering of different possible jet parametrizations
Definition at line 59 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
input tag for jets
Definition at line 30 of file TtFullHadKinFitProducer.cc.
Referenced by produce().
std::unique_ptr<TtFullHadKinFitter::KinFit> TtFullHadKinFitProducer::kinFitter |
kinematic fit interface
Definition at line 74 of file TtFullHadKinFitProducer.cc.
Referenced by produce(), and TtFullHadKinFitProducer().
|
private |
input tag for matches (in case the fit should be performed on certain matches)
Definition at line 32 of file TtFullHadKinFitProducer.cc.
Referenced by produce().
|
private |
max value of bTag for a non-b-jet
Definition at line 41 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
maximal chi2 equivalent
Definition at line 55 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
maximal deviation for contstraints
Definition at line 57 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
maximal number of combinations to be written to the event
Definition at line 51 of file TtFullHadKinFitProducer.cc.
Referenced by produce(), and TtFullHadKinFitProducer().
|
private |
maximal number of jets (-1 possible to indicate 'all')
Definition at line 49 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
maximal number of iterations to be performed for the fit
Definition at line 53 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
min value of bTag for a b-jet
Definition at line 39 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
top mass value used for constraints
Definition at line 65 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
W mass value used for constraints.
Definition at line 63 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
store the resolutions for the jets
Definition at line 67 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
switch to tell whether to use b-tagging or not
Definition at line 43 of file TtFullHadKinFitProducer.cc.
Referenced by TtFullHadKinFitProducer().
|
private |
switch to tell whether all possible combinations should be used for the fit or only a certain combination
Definition at line 35 of file TtFullHadKinFitProducer.cc.
Referenced by produce().