Classes | |
class | ActivationLut |
class | HostLut |
class | SiteLut |
class | TimeZoneLut |
class | Zone |
class | ZoneLut |
Functions | |
template<typename T > | |
T | getMedianOfSorted (T arr[], const unsigned int &arr_size) |
template<typename T , typename C > | |
void | mergesort (T arr[], const unsigned int &arr_size, const unsigned int &first_n, const C &comparator) |
template<typename T , typename C > | |
void | mergesort (T arr[], const unsigned int &arr_size, const C &comparator) |
template<typename T , typename C > | |
void | mergesortBlock (T arr[], const unsigned int &offset, const unsigned int &step, const unsigned int &block_begin, const unsigned int &block_end, const unsigned int &first_n, const C &comparator) |
template<typename T , typename C > | |
void | swapWires (T arr[], const unsigned int &wire_1, const unsigned int &wire_2, const C &comparator) |
T emtf::phase2::data::getMedianOfSorted | ( | T | arr[], |
const unsigned int & | arr_size | ||
) |
Definition at line 140 of file DataUtils.h.
Referenced by emtf::phase2::algo::TrackBuildingLayer::calc_theta_median().
void emtf::phase2::data::mergesort | ( | T | arr[], |
const unsigned int & | arr_size, | ||
const unsigned int & | first_n, | ||
const C & | comparator | ||
) |
Definition at line 66 of file DataUtils.h.
References OfflinePixel3DPrimaryVertices_cfi::block_size, mps_fire::i, mergesortBlock(), hltrates_dqm_sourceclient-live_cfg::offset, and swapWires().
Referenced by emtf::phase2::algo::RoadSortingLayer::apply(), emtf::phase2::algo::TrackBuildingLayer::calc_theta_median(), and mergesort().
void emtf::phase2::data::mergesort | ( | T | arr[], |
const unsigned int & | arr_size, | ||
const C & | comparator | ||
) |
Definition at line 134 of file DataUtils.h.
References mergesort().
void emtf::phase2::data::mergesortBlock | ( | T | arr[], |
const unsigned int & | offset, | ||
const unsigned int & | step, | ||
const unsigned int & | block_begin, | ||
const unsigned int & | block_end, | ||
const unsigned int & | first_n, | ||
const C & | comparator | ||
) |
Definition at line 27 of file DataUtils.h.
References hltrates_dqm_sourceclient-live_cfg::offset, and swapWires().
Referenced by mergesort().
void emtf::phase2::data::swapWires | ( | T | arr[], |
const unsigned int & | wire_1, | ||
const unsigned int & | wire_2, | ||
const C & | comparator | ||
) |
Definition at line 16 of file DataUtils.h.
References mps_fire::result, and groupFilesInBlocks::temp.
Referenced by mergesort(), and mergesortBlock().