#include <memory>
#include <string>
#include <iostream>
#include <map>
#include <algorithm>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/JetReco/interface/Jet.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/JetReco/interface/CaloJetCollection.h"
#include "DataFormats/JetReco/interface/PFJetCollection.h"
#include "DataFormats/JetReco/interface/GenJetCollection.h"
#include "DataFormats/JetReco/interface/CaloJet.h"
#include "DataFormats/JetReco/interface/PFJet.h"
#include "DataFormats/JetReco/interface/GenJet.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "TFile.h"
#include "TH1.h"
#include "TH2.h"
Go to the source code of this file.
Classes | |
class | DijetRatio< Jet > |
Functions | |
void | hInit (TH1F *hJet[], const char *name) |
template<class R > | |
void | histoFill (TH1F *jetHisto[], edm::Handle< R > jetsRec, double eta1, double eta2) |
Variables | |
const int | histoSize = 5 |
|
inline |
Definition at line 57 of file DijetRatio.h.
References Skims_PA_cff::name, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by DijetRatio< Jet >::beginJob().
void histoFill | ( | TH1F * | jetHisto[], |
edm::Handle< R > | jetsRec, | ||
double | eta1, | ||
double | eta2 | ||
) |
Definition at line 82 of file DijetRatio.h.
References StorageManager_cfg::e1, HLT_2023v12_cff::eta1, HLT_2023v12_cff::eta2, EgHLTOffHistBins_cfi::mass, and findQualityFiles::v.
Referenced by DijetRatio< Jet >::analyze().
const int histoSize = 5 |
Definition at line 54 of file DijetRatio.h.
Referenced by DijetRatio< Jet >::endJob().