/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/Heppy/src/classes.h
59 строк
3 KB
Cms Build
Clang-Format
31 май 2019, 14:09
31 май 2019, 14:09
c029a52
Код
Авторство
О чём код?
#include "PhysicsTools/Heppy/interface/BTagSF.h" #include "PhysicsTools/Heppy/interface/RochCor.h" #include "PhysicsTools/Heppy/interface/RochCor2012.h" #include "PhysicsTools/Heppy/interface/FSRWeightAlgo.h" #include "PhysicsTools/Heppy/interface/CMGMuonCleanerBySegmentsAlgo.h" #include "PhysicsTools/Heppy/interface/TriggerBitChecker.h" #include "PhysicsTools/Heppy/interface/MuScleFitCorrector.h" #include "PhysicsTools/Heppy/interface/EGammaMvaEleEstimatorFWLite.h" #include "PhysicsTools/Heppy/interface/Davismt2.h" #include "PhysicsTools/Heppy/interface/mt2w_bisect.h" #include "PhysicsTools/Heppy/interface/Hemisphere.h" #include "PhysicsTools/Heppy/interface/AlphaT.h" #include "PhysicsTools/Heppy/interface/Apc.h" #include "PhysicsTools/Heppy/interface/JetUtils.h" #include "PhysicsTools/Heppy/interface/Megajet.h" #include "PhysicsTools/Heppy/interface/ReclusterJets.h" #include "PhysicsTools/Heppy/interface/IsolationComputer.h" #include "EgammaAnalysis/ElectronTools/interface/SimpleElectron.h" #include "EgammaAnalysis/ElectronTools/interface/ElectronEPcombinator.h" //#include "EgammaAnalysis/ElectronTools/interface/ElectronEnergyCalibrator.h" #include "PhysicsTools/Heppy/interface/PdfWeightProducerTool.h" #include <vector> namespace { struct heppy_dictionary { heppy::BTagSF bTagSF_; heppy::RochCor rc_; heppy::RochCor2012 rc2012_; heppy::PdfWeightProducerTool pdfw_; heppy::FSRWeightAlgo walgo_; heppy::TriggerBitChecker checker; heppy::CMGMuonCleanerBySegmentsAlgo cmgMuonCleanerBySegmentsAlgo; heppy::EGammaMvaEleEstimatorFWLite egMVA; heppy::Hemisphere hemisphere(std::vector<float> px, std::vector<float> py, std::vector<float> pz, std::vector<float> E, int hemi_seed, int hemi_association); heppy::Hemisphere hemisphere_; heppy::Davismt2 mt2; heppy::mt2w_bisect::mt2w mt2wlept; heppy::AlphaT alphaT; heppy::Apc apc; heppy::Megajet megajet; heppy::ReclusterJets reclusterJets(std::vector<float> px, std::vector<float> py, std::vector<float> pz, std::vector<float> E, double ktpower, double rparam); heppy::JetUtils jetUtils; // heppy::SimpleElectron fuffaElectron; // ElectronEnergyCalibrator fuffaElectronCalibrator; // heppy::ElectronEPcombinator fuffaElectronCombinator; }; } // namespace