Variables | |
const double | PLANE_WIDTH = 6.6522 |
const double | CELL_WIDTH = 3.9887 |
const double | TDC_TICK = 15.625 |
const double | SPEED_OF_LIGHT = 30.0 |
const unsigned | N_CELLS = 384 |
const unsigned | N_PLANES = 896 |
const unsigned | MAX_CELL = N_CELLS - 1 |
const unsigned | MAX_PLANE = N_PLANES - 1 |
const unsigned | SURFACE_CELL_CUT = 6 |
const unsigned | SURFACE_MIN_CELL = SURFACE_CELL_CUT |
const unsigned | SURFACE_MAX_CELL = MAX_CELL - SURFACE_CELL_CUT |
const unsigned | SURFACE_PLANE_CUT = 5 |
const unsigned | SURFACE_MIN_PLANE = SURFACE_PLANE_CUT |
const unsigned | SURFACE_MAX_PLANE = MAX_PLANE - SURFACE_PLANE_CUT |
const unsigned | VIEW_MATCH_TDC_CUT = 128 |
const unsigned | VIEW_MATCH_PLANE_CUT = 2 |
const unsigned | TRACK_MIN_HITS = 20 |
const unsigned | TRACK_MIN_UNIQUE_PLANES = 3 |
const double | TRACK_MIN_DISTANCE = 400 |
const unsigned | ROAD_HALF_WIDTH = 10 |
const double | ROAD_TIME_VARIATION = 64 |
const double novaddt::smt::Constants::CELL_WIDTH = 3.9887 |
Definition at line 12 of file Constants.h.
Referenced by novaddt::smt::Track::calculate_distance(), mono::Track::calculate_distance(), novaddt::MoonShadow::GetPhysLength(), and novaddt::MoonShadow::GetPhysVec().
const unsigned novaddt::smt::Constants::MAX_CELL = N_CELLS - 1 |
Definition at line 19 of file Constants.h.
const unsigned novaddt::smt::Constants::MAX_PLANE = N_PLANES - 1 |
Definition at line 20 of file Constants.h.
const unsigned novaddt::smt::Constants::N_CELLS = 384 |
Definition at line 16 of file Constants.h.
const unsigned novaddt::smt::Constants::N_PLANES = 896 |
Definition at line 17 of file Constants.h.
const double novaddt::smt::Constants::PLANE_WIDTH = 6.6522 |
Definition at line 11 of file Constants.h.
Referenced by novaddt::smt::Track::calculate_distance(), mono::Track::calculate_distance(), novaddt::MoonShadow::GetPhysLength(), and novaddt::MoonShadow::GetPhysVec().
const unsigned novaddt::smt::Constants::ROAD_HALF_WIDTH = 10 |
Definition at line 37 of file Constants.h.
Referenced by mono::Cluster::hit_is_on_road(), mono::SlowMonopoleTrigger::hit_is_on_road(), and novaddt::smt::Trigger::hit_is_on_road().
const double novaddt::smt::Constants::ROAD_TIME_VARIATION = 64 |
Definition at line 38 of file Constants.h.
Referenced by mono::Cluster::hit_is_in_time_with_road(), mono::SlowMonopoleTrigger::hit_is_in_time_with_road(), and novaddt::smt::Trigger::hit_is_in_time_with_road().
const double novaddt::smt::Constants::SPEED_OF_LIGHT = 30.0 |
Definition at line 14 of file Constants.h.
Referenced by mono::Track::Track().
const unsigned novaddt::smt::Constants::SURFACE_CELL_CUT = 6 |
Definition at line 22 of file Constants.h.
const unsigned novaddt::smt::Constants::SURFACE_MAX_CELL = MAX_CELL - SURFACE_CELL_CUT |
Definition at line 24 of file Constants.h.
Referenced by mono::Cluster::hit_is_on_surface(), mono::SlowMonopoleTrigger::hit_is_on_surface(), and novaddt::smt::Trigger::hit_is_on_surface().
const unsigned novaddt::smt::Constants::SURFACE_MAX_PLANE = MAX_PLANE - SURFACE_PLANE_CUT |
Definition at line 28 of file Constants.h.
Referenced by mono::Cluster::hit_is_on_surface(), mono::SlowMonopoleTrigger::hit_is_on_surface(), and novaddt::smt::Trigger::hit_is_on_surface().
const unsigned novaddt::smt::Constants::SURFACE_MIN_CELL = SURFACE_CELL_CUT |
Definition at line 23 of file Constants.h.
Referenced by mono::Cluster::hit_is_on_surface(), mono::SlowMonopoleTrigger::hit_is_on_surface(), and novaddt::smt::Trigger::hit_is_on_surface().
const unsigned novaddt::smt::Constants::SURFACE_MIN_PLANE = SURFACE_PLANE_CUT |
Definition at line 27 of file Constants.h.
Referenced by mono::Cluster::hit_is_on_surface(), mono::SlowMonopoleTrigger::hit_is_on_surface(), and novaddt::smt::Trigger::hit_is_on_surface().
const unsigned novaddt::smt::Constants::SURFACE_PLANE_CUT = 5 |
Definition at line 26 of file Constants.h.
const double novaddt::smt::Constants::TDC_TICK = 15.625 |
Definition at line 13 of file Constants.h.
Referenced by novaddt::smt::Track::calculate_velocity(), and mono::Track::calculate_velocity().
const double novaddt::smt::Constants::TRACK_MIN_DISTANCE = 400 |
Definition at line 35 of file Constants.h.
Referenced by mono::Cluster::good_track(), novaddt::smt::Trigger::good_track(), and mono::SlowMonopoleTrigger::good_track().
const unsigned novaddt::smt::Constants::TRACK_MIN_HITS = 20 |
Definition at line 33 of file Constants.h.
Referenced by mono::SlowMonopoleTrigger::algorithm(), mono::Cluster::make(), and novaddt::smt::Trigger::run_algorithm().
const unsigned novaddt::smt::Constants::TRACK_MIN_UNIQUE_PLANES = 3 |
Definition at line 34 of file Constants.h.
Referenced by mono::SlowMonopoleTrigger::algorithm(), mono::Cluster::make(), and novaddt::smt::Trigger::run_algorithm().
const unsigned novaddt::smt::Constants::VIEW_MATCH_PLANE_CUT = 2 |
Definition at line 31 of file Constants.h.
Referenced by mono::Cluster::hits_are_view_matched(), novaddt::smt::Trigger::hits_are_view_matched(), and mono::SlowMonopoleTrigger::hits_are_view_matched().
const unsigned novaddt::smt::Constants::VIEW_MATCH_TDC_CUT = 128 |
Definition at line 30 of file Constants.h.
Referenced by mono::Cluster::find_view_matched_hits(), novaddt::smt::Trigger::find_view_matched_hits(), and mono::SlowMonopoleTrigger::find_view_matched_hits().