1 #ifndef UserCode_ICHiggsTauTau_ICSuperClusterProducer_h
2 #define UserCode_ICHiggsTauTau_ICSuperClusterProducer_h
7 #include "boost/functional/hash.hpp"
8 #include "FWCore/Framework/interface/EDProducer.h"
9 #include "FWCore/ParameterSet/interface/ParameterSet.h"
10 #include "FWCore/Framework/interface/Event.h"
11 #include "FWCore/Framework/interface/EventSetup.h"
12 #include "FWCore/Utilities/interface/InputTag.h"
13 #include "DataFormats/EgammaReco/interface/SuperCluster.h"
29 virtual void beginJob();
30 virtual void produce(edm::Event&,
const edm::EventSetup&);
31 virtual void endJob();
33 std::vector<ic::SuperCluster>* scs_;
34 edm::InputTag input_barrel_;
35 edm::InputTag input_endcap_;
38 boost::hash<reco::SuperCluster const*> sc_hasher_;
Produces an ic::SuperCluster collection from the separate barrel and endcap collections, which must be compatible with an edm::View
~ICSuperClusterProducer()
ICSuperClusterProducer(const edm::ParameterSet &)