CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackListCombiner.h
Go to the documentation of this file.
1 #ifndef TrackListCombiner_H
2 #define TrackListCombiner_H
3 
6 
7 #include <vector>
8 
9 namespace edm { class Event; class EventSetup; }
10 
12 {
13 public:
14  explicit TrackListCombiner(const edm::ParameterSet& ps);
16  virtual void produce(edm::Event& ev, const edm::EventSetup& es);
17 
18 private:
19  std::vector<std::string> trackProducers;
20 };
21 #endif
22 
bool ev
std::vector< std::string > trackProducers
virtual void produce(edm::Event &ev, const edm::EventSetup &es)
TrackListCombiner(const edm::ParameterSet &ps)