#include <CSCUpgradeMotherboardLUT.h>
Public Member Functions | |
CSCRPCMotherboardLUTME31 () | |
~CSCRPCMotherboardLUTME31 () override | |
Public Member Functions inherited from CSCRPCMotherboardLUT | |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from CSCRPCMotherboardLUT | |
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 139 of file CSCUpgradeMotherboardLUT.h.
CSCRPCMotherboardLUTME31::CSCRPCMotherboardLUTME31 | ( | ) |
Definition at line 226 of file CSCUpgradeMotherboardLUT.cc.
|
inlineoverride |
Definition at line 144 of file CSCUpgradeMotherboardLUT.h.