CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TMuonOverlapTrackProducer.h
Go to the documentation of this file.
1 #ifndef OMTFProducer_H
2 #define OMTFProducer_H
3 
4 #include "xercesc/util/XercesDefs.hpp"
5 
8 
14 
19 
23 
24 
25 
27 class OMTFProcessor;
28 class OMTFConfiguration;
29 class OMTFConfigMaker;
30 class XMLConfigWriter;
31 
32 
33 
34 namespace XERCES_CPP_NAMESPACE{
35  class DOMElement;
36  class DOMDocument;
37  class DOMImplementation;
38 }
39 
40 
42  public:
44 
46 
47  virtual void beginJob();
48 
49  virtual void endJob();
50 
51  virtual void beginRun(edm::Run const& run, edm::EventSetup const& iSetup);
52 
53  virtual void produce(edm::Event&, const edm::EventSetup&);
54 
55  private:
56 
58 
63 
65 
67 
68 };
69 
70 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< L1MuDTChambPhContainer > inputTokenDTPh
edm::EDGetTokenT< RPCDigiCollection > inputTokenRPC
virtual void beginRun(edm::Run const &run, edm::EventSetup const &iSetup)
edm::EDGetTokenT< L1MuDTChambThContainer > inputTokenDTTh
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > inputTokenCSC
Definition: Run.h:43
L1TMuonOverlapTrackProducer(const edm::ParameterSet &)