Functions | |
unsigned | get_csc_alct_max_quality (int station, int ring, bool isRun3) |
unsigned | get_csc_clct_max_quality () |
unsigned | get_csc_lct_max_quality () |
unsigned | get_csc_max_eightstrip (int station, int ring) |
unsigned | get_csc_max_halfstrip (int station, int ring) |
unsigned | get_csc_max_quartstrip (int station, int ring) |
unsigned | get_csc_max_wire (int station, int ring) |
std::pair< unsigned, unsigned > | get_csc_min_max_cfeb (int station, int ring) |
std::pair< unsigned, unsigned > | get_csc_min_max_pattern (bool isRun3) |
unsigned csctp::get_csc_alct_max_quality | ( | int | station, |
int | ring, | ||
bool | isRun3 | ||
) |
Definition at line 90 of file CSCLCTTools.cc.
References relativeConstraints::ring, and relativeConstraints::station.
Referenced by CSCAnodeLCTProcessor::checkValid().
unsigned csctp::get_csc_clct_max_quality | ( | ) |
Definition at line 99 of file CSCLCTTools.cc.
Referenced by CSCCathodeLCTProcessor::checkValid().
unsigned csctp::get_csc_lct_max_quality | ( | ) |
Definition at line 104 of file CSCLCTTools.cc.
Referenced by CSCMotherboard::checkValid().
unsigned csctp::get_csc_max_eightstrip | ( | int | station, |
int | ring | ||
) |
Definition at line 63 of file CSCLCTTools.cc.
References get_csc_max_halfstrip(), relativeConstraints::ring, and relativeConstraints::station.
Referenced by CSCCathodeLCTProcessor::checkValid(), and CSCMotherboard::checkValid().
unsigned csctp::get_csc_max_halfstrip | ( | int | station, |
int | ring | ||
) |
Definition at line 39 of file CSCLCTTools.cc.
References relativeConstraints::ring, and relativeConstraints::station.
Referenced by CSCCathodeLCTProcessor::checkValid(), CSCMotherboard::checkValid(), get_csc_max_eightstrip(), get_csc_max_quartstrip(), and CSCCathodeLCTProcessor::run().
unsigned csctp::get_csc_max_quartstrip | ( | int | station, |
int | ring | ||
) |
Definition at line 61 of file CSCLCTTools.cc.
References get_csc_max_halfstrip(), relativeConstraints::ring, and relativeConstraints::station.
Referenced by CSCCathodeLCTProcessor::checkValid(), and CSCMotherboard::checkValid().
unsigned csctp::get_csc_max_wire | ( | int | station, |
int | ring | ||
) |
Definition at line 19 of file CSCLCTTools.cc.
References relativeConstraints::ring, and relativeConstraints::station.
Referenced by CSCMotherboard::checkValid(), CSCAnodeLCTProcessor::checkValid(), and CSCAnodeLCTProcessor::run().
std::pair< unsigned, unsigned > csctp::get_csc_min_max_cfeb | ( | int | station, |
int | ring | ||
) |
Definition at line 65 of file CSCLCTTools.cc.
References CSCConstants::MAX_CFEBS, relativeConstraints::ring, and relativeConstraints::station.
Referenced by CSCCathodeLCTProcessor::checkValid().
std::pair< unsigned, unsigned > csctp::get_csc_min_max_pattern | ( | bool | isRun3 | ) |
Definition at line 76 of file CSCLCTTools.cc.
Referenced by CSCCathodeLCTProcessor::checkValid(), and CSCMotherboard::checkValid().