#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/global/EDProducer.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/JetReco/interface/PFJetCollection.h"
#include "DataFormats/TauReco/interface/PFTauFwd.h"
#include "DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h"
#include "Math/GenVector/VectorUtil.h"
#include "DataFormats/HLTReco/interface/TriggerTypeDefs.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "DataFormats/JetReco/interface/PFJet.h"
#include "HLTrigger/HLTcore/interface/defaultModuleLabel.h"
#include "DataFormats/Math/interface/deltaR.h"
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | L1TJetsMatching< T > |
Functions | |
template<typename T > | |
std::pair< std::vector< T >, std::vector< T > > | categorise (const std::vector< T > &pfMatchedJets, double pt1, double pt2, double pt3, double Mjj) |
std::pair<std::vector<T>, std::vector<T> > categorise | ( | const std::vector< T > & | pfMatchedJets, |
double | pt1, | ||
double | pt2, | ||
double | pt3, | ||
double | Mjj | ||
) |
Definition at line 71 of file L1TJetsMatching.h.
References mps_fire::i, testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, dqmiolumiharvest::j, convertSQLitetoXML_cfg::output, HLT_2018_cff::pt1, and HLT_2018_cff::pt2.
Referenced by L1TJetsMatching< T >::produce().