#include <memory>#include "boost/functional/hash.hpp"#include "FWCore/ParameterSet/interface/ParameterSet.h"#include "FWCore/Framework/interface/Event.h"#include "FWCore/Framework/interface/EventSetup.h"#include "FWCore/Framework/interface/EDProducer.h"#include "FWCore/Utilities/interface/InputTag.h"#include "DataFormats/JetReco/interface/CaloJet.h"#include "DataFormats/JetReco/interface/PFJet.h"#include "DataFormats/TrackReco/interface/TrackFwd.h"#include "PhysicsTools/SelectorUtils/interface/JetIDSelectionFunctor.h"#include "JetMETCorrections/Objects/interface/JetCorrector.h"#include "CommonTools/Utils/interface/StringCutObjectSelector.h"#include "UserCode/ICHiggsTauTau/interface/JPTJet.hh"#include "UserCode/ICHiggsTauTau/interface/PFJet.hh"#include "UserCode/ICHiggsTauTau/interface/CaloJet.hh"#include "UserCode/ICHiggsTauTau/plugins/PrintConfigTools.h"#include "UserCode/ICHiggsTauTau/plugins/Consumes.h"Go to the source code of this file.
Data Structures | |
| struct | JetSrcHelper< U > |
| A struct to help with the configuration of the ICJetProducer, in particular the aspects that depend on the source jet class. More... | |
| struct | JetSrcHelper< pat::Jet > |
| A specialisation of the JetSrcHelper<U> struct for pat::Jet input. More... | |