CMS 3D CMS Logo

OMTFPatternMaker.h
Go to the documentation of this file.
1 #ifndef OMTFPatternMaker_H
2 #define OMTFPatternMaker_H
3 
4 #include "xercesc/util/XercesDefs.hpp"
5 
11 
17 
19 
20 class OMTFProcessor;
21 class OMTFConfiguration;
22 class OMTFConfigMaker;
23 class OMTFinputMaker;
24 
25 class SimTrack;
26 
27 class XMLConfigWriter;
28 
29 namespace XERCES_CPP_NAMESPACE{
30  class DOMElement;
31  class DOMDocument;
32  class DOMImplementation;
33 }
34 
36 public:
37 
39 
40  ~OMTFPatternMaker() override;
41 
42  void beginRun(edm::Run const& run, edm::EventSetup const& iSetup) override;
43 
44  void beginJob() override;
45 
46  void endJob() override;
47 
48  void analyze(const edm::Event&, const edm::EventSetup&) override;
49 
50 private:
51 
52  const SimTrack *findSimMuon(const edm::Event &ev, const edm::EventSetup &es, const SimTrack *previous=nullptr);
53 
56 
62 
63  void writeMergedGPs();
64 
65  bool makeConnectionsMaps, makeGoldenPatterns, mergeXMLFiles;
66 
68  unsigned int nPdfAddrBits;
69 
75  xercesc::DOMElement *aTopElement;
78 
79 };
80 
81 #endif
edm::EDGetTokenT< edm::SimTrackContainer > inputTokenSimHit
def analyze(function, filename, filter=None)
Definition: Profiling.py:11
OMTFConfiguration * myOMTFConfig
OMTF objects.
bool ev
edm::EDGetTokenT< L1MuDTChambPhContainer > inputTokenDTPh
void beginJob()
Definition: Breakpoints.cc:15
OMTFConfigMaker * myOMTFConfigMaker
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > inputTokenCSC
xercesc::DOMElement * aTopElement
edm::InputTag g4SimTrackSrc
XMLConfigWriter * myWriter
OMTFProcessor * myOMTF
edm::EDGetTokenT< RPCDigiCollection > inputTokenRPC
unsigned int nPdfAddrBits
Original pdf width. read from configuration.
Definition: Run.h:43
edm::EDGetTokenT< L1MuDTChambThContainer > inputTokenDTTh
OMTFinputMaker * myInputMaker
edm::ParameterSet theConfig