CMS 3D CMS Logo

CSCTFCandidateProducer.h
Go to the documentation of this file.
1 #ifndef CSCTrackFinder_CSCTFCandidateProducer_h
2 #define CSCTrackFinder_CSCTFCandidateProducer_h
3 
4 #include <string>
5 #include <vector>
6 
14 
15 class L1MuRegionalCand;
16 
18 public:
20 
21  void produce(edm::StreamID, edm::Event& e, const edm::EventSetup& c) const override;
22 
23 private:
27 };
28 
29 #endif
const CSCTFCandidateBuilder my_builder
CSCTFCandidateProducer(const edm::ParameterSet &)
const edm::EDPutTokenT< std::vector< L1MuRegionalCand > > putToken_
const edm::EDGetTokenT< L1CSCTrackCollection > input_module
void produce(edm::StreamID, edm::Event &e, const edm::EventSetup &c) const override