#include <EMTFConfiguration.h>
Public Member Functions | |
EMTFConfiguration (const edm::ParameterSet &) | |
void | update (const edm::Event &, const edm::EventSetup &) |
~EMTFConfiguration () | |
Public Attributes | |
int | bx_window_ |
int | csc_bx_shift_ |
bool | csc_en_ |
edm::InputTag | csc_input_ |
std::string | displ_graph_path_ |
bool | ge0_en_ |
edm::InputTag | ge0_input_ |
int | gem_bx_shift_ |
bool | gem_en_ |
edm::InputTag | gem_input_ |
bool | include_neighbor_en_ |
int | max_bx_ |
int | me0_bx_shift_ |
bool | me0_en_ |
edm::InputTag | me0_input_ |
int | min_bx_ |
std::string | prompt_graph_path_ |
int | rpc_bx_shift_ |
bool | rpc_en_ |
edm::InputTag | rpc_input_ |
std::string | validation_dir_ |
int | verbosity_ |
Definition at line 10 of file EMTFConfiguration.h.
EMTFConfiguration::EMTFConfiguration | ( | const edm::ParameterSet & | pset | ) |
Definition at line 11 of file EMTFConfiguration.cc.
References bx_window_, csc_bx_shift_, csc_en_, csc_input_, displ_graph_path_, ge0_en_, ge0_input_, gem_bx_shift_, gem_en_, gem_input_, include_neighbor_en_, max_bx_, me0_bx_shift_, me0_en_, me0_input_, min_bx_, prompt_graph_path_, muonDTDigis_cfi::pset, rpc_bx_shift_, rpc_en_, rpc_input_, AlCaHLTBitMon_QueryRunRegistry::string, validation_dir_, and verbosity_.
EMTFConfiguration::~EMTFConfiguration | ( | ) |
Definition at line 48 of file EMTFConfiguration.cc.
void EMTFConfiguration::update | ( | const edm::Event & | i_event, |
const edm::EventSetup & | i_event_setup | ||
) |
Definition at line 50 of file EMTFConfiguration.cc.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), MatrixUtil.Steps::overwrite(), and emtf::phase2::EMTFContext::update().
int emtf::phase2::EMTFConfiguration::bx_window_ |
Definition at line 32 of file EMTFConfiguration.h.
Referenced by emtf::phase2::SectorProcessor::configureBx(), EMTFConfiguration(), and emtf::phase2::TrackFinder::process().
int emtf::phase2::EMTFConfiguration::csc_bx_shift_ |
Definition at line 41 of file EMTFConfiguration.h.
Referenced by emtf::phase2::CSCTPCollector::collect(), and EMTFConfiguration().
bool emtf::phase2::EMTFConfiguration::csc_en_ |
Definition at line 35 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration(), emtf::phase2::SectorProcessor::SectorProcessor(), and emtf::phase2::TrackFinder::TrackFinder().
edm::InputTag emtf::phase2::EMTFConfiguration::csc_input_ |
Definition at line 46 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration().
std::string emtf::phase2::EMTFConfiguration::displ_graph_path_ |
Definition at line 27 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration(), and emtf::phase2::EMTFContext::update().
bool emtf::phase2::EMTFConfiguration::ge0_en_ |
Definition at line 39 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration(), emtf::phase2::SectorProcessor::SectorProcessor(), and emtf::phase2::TrackFinder::TrackFinder().
edm::InputTag emtf::phase2::EMTFConfiguration::ge0_input_ |
Definition at line 50 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration().
int emtf::phase2::EMTFConfiguration::gem_bx_shift_ |
Definition at line 43 of file EMTFConfiguration.h.
Referenced by emtf::phase2::GEMTPCollector::collect(), and EMTFConfiguration().
bool emtf::phase2::EMTFConfiguration::gem_en_ |
Definition at line 37 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration(), emtf::phase2::SectorProcessor::SectorProcessor(), and emtf::phase2::TrackFinder::TrackFinder().
edm::InputTag emtf::phase2::EMTFConfiguration::gem_input_ |
Definition at line 48 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration().
bool emtf::phase2::EMTFConfiguration::include_neighbor_en_ |
Definition at line 53 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration(), emtf::phase2::GEMTPSelector::getInputLink(), emtf::phase2::GE0TPSelector::getInputLink(), emtf::phase2::ME0TPSelector::getInputLink(), emtf::phase2::CSCTPSelector::getInputLink(), and emtf::phase2::RPCTPSelector::getInputLink().
int emtf::phase2::EMTFConfiguration::max_bx_ |
Definition at line 31 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration(), and emtf::phase2::TrackFinder::process().
int emtf::phase2::EMTFConfiguration::me0_bx_shift_ |
Definition at line 44 of file EMTFConfiguration.h.
Referenced by emtf::phase2::GE0TPCollector::collect(), emtf::phase2::ME0TPCollector::collect(), and EMTFConfiguration().
bool emtf::phase2::EMTFConfiguration::me0_en_ |
Definition at line 38 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration(), emtf::phase2::SectorProcessor::SectorProcessor(), and emtf::phase2::TrackFinder::TrackFinder().
edm::InputTag emtf::phase2::EMTFConfiguration::me0_input_ |
Definition at line 49 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration().
int emtf::phase2::EMTFConfiguration::min_bx_ |
Definition at line 30 of file EMTFConfiguration.h.
Referenced by emtf::phase2::SectorProcessor::configureBx(), EMTFConfiguration(), and emtf::phase2::TrackFinder::process().
std::string emtf::phase2::EMTFConfiguration::prompt_graph_path_ |
Definition at line 26 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration(), and emtf::phase2::EMTFContext::update().
int emtf::phase2::EMTFConfiguration::rpc_bx_shift_ |
Definition at line 42 of file EMTFConfiguration.h.
Referenced by emtf::phase2::RPCTPCollector::collect(), and EMTFConfiguration().
bool emtf::phase2::EMTFConfiguration::rpc_en_ |
Definition at line 36 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration(), emtf::phase2::SectorProcessor::SectorProcessor(), and emtf::phase2::TrackFinder::TrackFinder().
edm::InputTag emtf::phase2::EMTFConfiguration::rpc_input_ |
Definition at line 47 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration().
std::string emtf::phase2::EMTFConfiguration::validation_dir_ |
Definition at line 23 of file EMTFConfiguration.h.
Referenced by EMTFConfiguration().
int emtf::phase2::EMTFConfiguration::verbosity_ |
Definition at line 20 of file EMTFConfiguration.h.
Referenced by emtf::phase2::algo::HitmapLayer::apply(), emtf::phase2::algo::DuplicateRemovalLayer::apply(), emtf::phase2::algo::ParameterAssignmentLayer::apply(), emtf::phase2::algo::PatternMatchingLayer::apply(), emtf::phase2::algo::RoadSortingLayer::apply(), emtf::phase2::algo::TrackBuildingLayer::apply(), emtf::phase2::algo::TrackBuildingLayer::attachSegments(), EMTFConfiguration(), emtf::phase2::SectorProcessor::populateSegments(), and emtf::phase2::TrackFinder::process().