CMS 3D CMS Logo

SubJetProducer.cc
Go to the documentation of this file.
2 #include "SubJetProducer.h"
3 
4 using namespace edm;
5 using namespace cms;
6 using namespace reco;
7 
8 SubJetProducer::SubJetProducer(edm::ParameterSet const& conf):
9  CompoundJetProducer( conf ),
10  alg_(conf.getParameter<double>("jetPtMin"),
11  conf.getParameter<int>("nSubjets"),
12  conf.getParameter<double>("zcut"),
13  conf.getParameter<double>("rcut_factor"),
14  fjJetDefinition_,
15  doAreaFastjet_,
16  fjActiveArea_,
17  voronoiRfact_
18  )
19 {
20 }
21 
23 {
25 }
26 
28 {
29 
30  alg_.run( fjInputs_,
32 }
33 
34 
35 //define this as a plug-in
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
std::vector< fastjet::PseudoJet > fjInputs_
int iEvent
Definition: GenABIO.cc:230
SubJetAlgorithm alg_
std::vector< CompoundPseudoJet > fjCompoundJets_
void produce(edm::Event &iEvent, const edm::EventSetup &iSetup) override
void runAlgorithm(edm::Event &iEvent, const edm::EventSetup &iSetup) override
fixed size matrix
void produce(edm::Event &iEvent, const edm::EventSetup &iSetup) override
HLT enums.
void run(const std::vector< fastjet::PseudoJet > &cell_particles, std::vector< CompoundPseudoJet > &hardjetsOutput)
Find the ProtoJets from the collection of input Candidates.