CMS 3D CMS Logo

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 
45  ~L1TMuonOverlapTrackProducer() override;
46 
47  void beginJob() override;
48 
49  void endJob() override;
50 
51  void beginRun(edm::Run const& run, edm::EventSetup const& iSetup) override;
52 
53  void produce(edm::Event&, const edm::EventSetup&) override;
54 
55  private:
56 
58 
63 
64  bool dumpResultToXML, dumpDetailedResultToXML;
65 
67 
68 };
69 
70 #endif
edm::EDGetTokenT< L1MuDTChambPhContainer > inputTokenDTPh
void beginJob()
Definition: Breakpoints.cc:15
edm::EDGetTokenT< RPCDigiCollection > inputTokenRPC
edm::EDGetTokenT< L1MuDTChambThContainer > inputTokenDTTh
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > inputTokenCSC
Definition: Run.h:44