#include <OMTFReconstruction.h>
Public Member Functions | |
void | beginJob () |
void | beginRun (edm::Run const &run, edm::EventSetup const &iSetup) |
void | endJob () |
OMTFReconstruction () | |
OMTFReconstruction (const edm::ParameterSet &) | |
std::unique_ptr< l1t::RegionalMuonCandBxCollection > | reconstruct (const edm::Event &, const edm::EventSetup &) |
~OMTFReconstruction () | |
Private Member Functions | |
void | getProcessorCandidates (unsigned int iProcessor, l1t::tftype mtfType, int bx, l1t::RegionalMuonCandBxCollection &myCandidates) |
void | loadAndFilterDigis (const edm::Event &) |
void | writeResultToXML (unsigned int iProcessor, l1t::tftype mtfType, const OMTFinput &myInput, const std::vector< OMTFProcessor::resultsMap > &myResults, const std::vector< l1t::RegionalMuonCand > &candMuons) |
Private Attributes | |
xercesc::DOMElement * | aTopElement |
int | bxMax |
int | bxMin |
edm::Handle< CSCCorrelatedLCTDigiCollection > | cscDigis |
edm::Handle< L1MuDTChambPhContainer > | dtPhDigis |
edm::Handle< L1MuDTChambThContainer > | dtThDigis |
bool | dumpDetailedResultToXML |
bool | dumpResultToXML |
edm::ParameterSet | m_Config |
std::unique_ptr< IGhostBuster > | m_GhostBuster |
OMTFinputMaker | m_InputMaker |
OMTFProcessor * | m_OMTF |
OMTFConfiguration * | m_OMTFConfig |
OMTF objects. More... | |
OMTFConfigMaker * | m_OMTFConfigMaker |
OMTFSorter | m_Sorter |
XMLConfigWriter * | m_Writer |
edm::Handle< RPCDigiCollection > | rpcDigis |
Definition at line 36 of file OMTFReconstruction.h.
OMTFReconstruction::OMTFReconstruction | ( | ) |
Definition at line 19 of file OMTFReconstruction.cc.
OMTFReconstruction::OMTFReconstruction | ( | const edm::ParameterSet & | theConfig | ) |
Definition at line 23 of file OMTFReconstruction.cc.
References bxMax, bxMin, dumpDetailedResultToXML, dumpResultToXML, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), and m_Config.
OMTFReconstruction::~OMTFReconstruction | ( | ) |
Definition at line 34 of file OMTFReconstruction.cc.
References m_OMTF, m_OMTFConfig, and m_Writer.
void OMTFReconstruction::beginJob | ( | void | ) |
Definition at line 44 of file OMTFReconstruction.cc.
References m_OMTF, and m_OMTFConfig.
Referenced by L1TMuonOverlapTrackProducer::beginJob().
void OMTFReconstruction::beginRun | ( | edm::Run const & | run, |
edm::EventSetup const & | iSetup | ||
) |
Definition at line 61 of file OMTFReconstruction.cc.
References OMTFProcessor::configure(), OMTFConfiguration::configure(), dumpResultToXML, OMTFConfiguration::fwVersion(), edm::EventSetup::get(), edm::eventsetup::EventSetupRecordImplementation< T >::get(), XMLConfigWriter::initialiseXMLDocument(), OMTFSorter::initialize(), OMTFinputMaker::initialize(), m_GhostBuster, m_InputMaker, m_OMTF, m_OMTFConfig, m_Sorter, m_Writer, OMTFConfiguration::nPhiBins(), OMTFSorter::setNphiBins(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1TMuonOverlapTrackProducer::beginRun().
void OMTFReconstruction::endJob | ( | void | ) |
Definition at line 52 of file OMTFReconstruction.cc.
References dumpResultToXML, XMLConfigWriter::finaliseXMLDocument(), edm::ParameterSet::getParameter(), m_Config, m_Writer, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1TMuonOverlapTrackProducer::endJob().
|
private |
Definition at line 140 of file OMTFReconstruction.cc.
References OMTFinputMaker::buildInputForProcessor(), OMTFSorter::candidates(), cscDigis, dtPhDigis, dtThDigis, RemoveAddSevLevel::flag, OMTFinputMaker::getFlag(), input, m_GhostBuster, m_InputMaker, m_OMTF, m_Sorter, OMTFProcessor::processInput(), edm::Handle< T >::product(), BXVector< T >::push_back(), mps_update::results, rpcDigis, OMTFinputMaker::setFlag(), OMTFSorter::sortRefHitResults(), and writeResultToXML().
Referenced by reconstruct().
|
private |
Definition at line 126 of file OMTFReconstruction.cc.
References cscDigis, dtPhDigis, dtThDigis, edm::Event::getByLabel(), edm::ParameterSet::getParameter(), m_Config, and rpcDigis.
Referenced by reconstruct().
std::unique_ptr< l1t::RegionalMuonCandBxCollection > OMTFReconstruction::reconstruct | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | evSetup | ||
) |
The order is important: first put omtf_pos candidates, then omtf_neg.
Definition at line 100 of file OMTFReconstruction.cc.
References aTopElement, bxMax, bxMin, objects.IsoTrackAnalyzer::candidates, dumpResultToXML, edm::EventID::event(), getProcessorCandidates(), edm::EventBase::id(), loadAndFilterDigis(), m_OMTFConfig, m_Writer, OMTFConfiguration::nProcessors(), l1t::omtf_neg, l1t::omtf_pos, and XMLConfigWriter::writeEventHeader().
Referenced by L1TMuonOverlapTrackProducer::produce().
|
private |
Dump only regions, where a candidate was found
Definition at line 175 of file OMTFReconstruction.cc.
References aTopElement, dumpDetailedResultToXML, dumpResultToXML, makeMuonMisalignmentScenario::endcap, AlgoMuon::getPt(), m_OMTFConfig, m_Sorter, m_Writer, OMTFConfiguration::nTestRefHits(), l1t::omtf_neg, l1t::omtf_pos, OMTFSorter::sortRefHitResults(), XMLConfigWriter::writeAlgoMuon(), XMLConfigWriter::writeCandMuon(), XMLConfigWriter::writeEventData(), and XMLConfigWriter::writeResultsData().
Referenced by getProcessorCandidates().
|
private |
Definition at line 81 of file OMTFReconstruction.h.
Referenced by reconstruct(), and writeResultToXML().
|
private |
Definition at line 72 of file OMTFReconstruction.h.
Referenced by OMTFReconstruction(), and reconstruct().
|
private |
Definition at line 72 of file OMTFReconstruction.h.
Referenced by OMTFReconstruction(), and reconstruct().
|
private |
Definition at line 58 of file OMTFReconstruction.h.
Referenced by getProcessorCandidates(), and loadAndFilterDigis().
|
private |
Definition at line 56 of file OMTFReconstruction.h.
Referenced by getProcessorCandidates(), and loadAndFilterDigis().
|
private |
Definition at line 57 of file OMTFReconstruction.h.
Referenced by getProcessorCandidates(), and loadAndFilterDigis().
|
private |
Definition at line 71 of file OMTFReconstruction.h.
Referenced by OMTFReconstruction(), and writeResultToXML().
|
private |
Definition at line 71 of file OMTFReconstruction.h.
Referenced by beginRun(), endJob(), OMTFReconstruction(), reconstruct(), and writeResultToXML().
|
private |
Definition at line 54 of file OMTFReconstruction.h.
Referenced by endJob(), loadAndFilterDigis(), and OMTFReconstruction().
|
private |
Definition at line 78 of file OMTFReconstruction.h.
Referenced by beginRun(), and getProcessorCandidates().
|
private |
Definition at line 76 of file OMTFReconstruction.h.
Referenced by beginRun(), and getProcessorCandidates().
|
private |
Definition at line 79 of file OMTFReconstruction.h.
Referenced by beginJob(), beginRun(), getProcessorCandidates(), and ~OMTFReconstruction().
|
private |
OMTF objects.
Definition at line 75 of file OMTFReconstruction.h.
Referenced by beginJob(), beginRun(), reconstruct(), writeResultToXML(), and ~OMTFReconstruction().
|
private |
Definition at line 82 of file OMTFReconstruction.h.
|
private |
Definition at line 77 of file OMTFReconstruction.h.
Referenced by beginRun(), getProcessorCandidates(), and writeResultToXML().
|
private |
Definition at line 83 of file OMTFReconstruction.h.
Referenced by beginRun(), endJob(), reconstruct(), writeResultToXML(), and ~OMTFReconstruction().
|
private |
Definition at line 59 of file OMTFReconstruction.h.
Referenced by getProcessorCandidates(), and loadAndFilterDigis().