CMS 3D CMS Logo

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  void produce(edm::StreamID, edm::Event& e, const edm::EventSetup& c) const override;
31 
32  private:
33  typedef std::vector<double> ResultCollection1;
34  typedef std::vector<bool> ResultCollection2;
35 
40  };
41 } // namespace cms
42 
43 #endif
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::StreamID, edm::Event &e, const edm::EventSetup &c) const override
Namespace of DDCMS conversion namespace.
HLT enums.