CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
JetVertexAssociation.h
Go to the documentation of this file.
1 #ifndef JetVertexAssociation_h
2 #define JetVertexAssociation_h
3 
8 
10 
11 #include <memory>
12 #include <string>
13 #include <iostream>
14 #include <iomanip>
15 #include <cmath>
16 #include <vector>
17 
18 namespace edm {
19  class ParameterSet;
20  class Event;
21  class EventSetup;
22 } // namespace edm
23 
24 namespace cms {
25 
27  public:
29 
30  ~JetVertexAssociation() override {}
31 
32  void produce(edm::Event& e, const edm::EventSetup& c) override;
33 
34  private:
35  typedef std::vector<double> ResultCollection1;
36  typedef std::vector<bool> ResultCollection2;
37 
42  };
43 } // namespace cms
44 
45 #endif
const edm::EventSetup & c
edm::EDGetTokenT< reco::VertexCollection > vertex_token
edm::EDGetTokenT< reco::TrackCollection > track_token
std::vector< double > ResultCollection1
JetVertexAssociation(const edm::ParameterSet &ps)
edm::EDGetTokenT< reco::CaloJetCollection > jet_token
std::vector< bool > ResultCollection2
void produce(edm::Event &e, const edm::EventSetup &c) override