#include <CSCUpgradeMotherboardLUT.h>
Public Member Functions | |
CSCRPCMotherboardLUT () | |
std::vector< std::pair< int, int > > | get_csc_hs_to_rpc_strip (Parity par) const |
std::vector< int > | get_csc_wg_to_rpc_roll (Parity par) const |
std::vector< std::vector< double > > | get_lut_wg_eta (Parity par) const |
std::vector< std::pair< double, double > > | get_rpc_roll_eta_limits (Parity par) const |
std::vector< int > | get_rpc_strip_to_csc_hs (Parity par) const |
virtual | ~CSCRPCMotherboardLUT () |
Protected Attributes | |
std::vector< std::pair< int, int > > | csc_hs_to_rpc_strip_even |
std::vector< std::pair< int, int > > | csc_hs_to_rpc_strip_odd |
std::vector< int > | csc_wg_to_rpc_roll_even |
std::vector< int > | csc_wg_to_rpc_roll_odd |
std::vector< std::vector< double > > | lut_wg_eta_even |
std::vector< std::vector< double > > | lut_wg_eta_odd |
std::vector< std::pair< double, double > > | rpc_roll_eta_limits_even |
std::vector< std::pair< double, double > > | rpc_roll_eta_limits_odd |
std::vector< int > | rpc_strip_to_csc_hs_even |
std::vector< int > | rpc_strip_to_csc_hs_odd |
Definition at line 106 of file CSCUpgradeMotherboardLUT.h.
CSCRPCMotherboardLUT::CSCRPCMotherboardLUT | ( | ) |
Definition at line 204 of file CSCUpgradeMotherboardLUT.cc.
|
virtual |
Definition at line 222 of file CSCUpgradeMotherboardLUT.cc.
std::vector< std::pair< int, int > > CSCRPCMotherboardLUT::get_csc_hs_to_rpc_strip | ( | Parity | par | ) | const |
Definition at line 255 of file CSCUpgradeMotherboardLUT.cc.
References csc_hs_to_rpc_strip_even, csc_hs_to_rpc_strip_odd, and Even.
std::vector< int > CSCRPCMotherboardLUT::get_csc_wg_to_rpc_roll | ( | Parity | par | ) | const |
Definition at line 261 of file CSCUpgradeMotherboardLUT.cc.
References csc_wg_to_rpc_roll_even, csc_wg_to_rpc_roll_odd, and Even.
std::vector< std::vector< double > > CSCRPCMotherboardLUT::get_lut_wg_eta | ( | Parity | par | ) | const |
Definition at line 237 of file CSCUpgradeMotherboardLUT.cc.
References Even, lut_wg_eta_even, and lut_wg_eta_odd.
std::vector< std::pair< double, double > > CSCRPCMotherboardLUT::get_rpc_roll_eta_limits | ( | Parity | par | ) | const |
Definition at line 243 of file CSCUpgradeMotherboardLUT.cc.
References Even, rpc_roll_eta_limits_even, and rpc_roll_eta_limits_odd.
std::vector< int > CSCRPCMotherboardLUT::get_rpc_strip_to_csc_hs | ( | Parity | par | ) | const |
Definition at line 249 of file CSCUpgradeMotherboardLUT.cc.
References Even, rpc_strip_to_csc_hs_even, and rpc_strip_to_csc_hs_odd.
|
protected |
Definition at line 133 of file CSCUpgradeMotherboardLUT.h.
Referenced by get_csc_hs_to_rpc_strip().
|
protected |
Definition at line 132 of file CSCUpgradeMotherboardLUT.h.
Referenced by get_csc_hs_to_rpc_strip().
|
protected |
Definition at line 136 of file CSCUpgradeMotherboardLUT.h.
Referenced by get_csc_wg_to_rpc_roll().
|
protected |
Definition at line 135 of file CSCUpgradeMotherboardLUT.h.
Referenced by get_csc_wg_to_rpc_roll().
|
protected |
Definition at line 122 of file CSCUpgradeMotherboardLUT.h.
Referenced by get_lut_wg_eta().
|
protected |
Definition at line 121 of file CSCUpgradeMotherboardLUT.h.
Referenced by get_lut_wg_eta().
|
protected |
Definition at line 126 of file CSCUpgradeMotherboardLUT.h.
Referenced by get_rpc_roll_eta_limits().
|
protected |
Definition at line 125 of file CSCUpgradeMotherboardLUT.h.
Referenced by get_rpc_roll_eta_limits().
|
protected |
Definition at line 130 of file CSCUpgradeMotherboardLUT.h.
Referenced by get_rpc_strip_to_csc_hs().
|
protected |
Definition at line 129 of file CSCUpgradeMotherboardLUT.h.
Referenced by get_rpc_strip_to_csc_hs().