CMS 3D CMS Logo

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