#include <CSCUpgradeMotherboardLUT.h>
Public Member Functions | |
CSCGEMMotherboardLUTME21 () | |
virtual std::vector< std::pair< int, int > > | get_csc_hs_to_gem_pad (Parity par, enum CSCPart) const |
virtual std::vector< int > | get_gem_pad_to_csc_hs (Parity par, enum CSCPart) const |
virtual | ~CSCGEMMotherboardLUTME21 () |
Public Member Functions inherited from CSCGEMMotherboardLUT | |
CSCGEMMotherboardLUT () | |
std::vector< std::pair< int, int > > | get_csc_wg_to_gem_roll (Parity par, int layer=1) const |
std::vector< int > | get_gem_roll_to_csc_wg (Parity par, int layer=1) const |
virtual | ~CSCGEMMotherboardLUT () |
Public Attributes | |
std::vector< std::pair< int, int > > | csc_hs_to_gem_pad_even |
std::vector< std::pair< int, int > > | csc_hs_to_gem_pad_odd |
std::vector< int > | gem_pad_to_csc_hs_even |
std::vector< int > | gem_pad_to_csc_hs_odd |
Additional Inherited Members | |
Protected Attributes inherited from CSCGEMMotherboardLUT | |
std::vector< std::pair< int, int > > | csc_wg_to_gem_roll_even_l1 |
std::vector< std::pair< int, int > > | csc_wg_to_gem_roll_even_l2 |
std::vector< std::pair< int, int > > | csc_wg_to_gem_roll_odd_l1 |
std::vector< std::pair< int, int > > | csc_wg_to_gem_roll_odd_l2 |
std::vector< std::pair< double, double > > | gem_roll_eta_limits_even_l1 |
std::vector< std::pair< double, double > > | gem_roll_eta_limits_even_l2 |
std::vector< std::pair< double, double > > | gem_roll_eta_limits_odd_l1 |
std::vector< std::pair< double, double > > | gem_roll_eta_limits_odd_l2 |
std::vector< int > | gem_roll_to_csc_wg_even_l1 |
std::vector< int > | gem_roll_to_csc_wg_even_l2 |
std::vector< int > | gem_roll_to_csc_wg_odd_l1 |
std::vector< int > | gem_roll_to_csc_wg_odd_l2 |
std::vector< std::vector< double > > | lut_pt_vs_dphi_gemcsc |
std::vector< std::vector< double > > | lut_wg_eta_even |
std::vector< std::vector< double > > | lut_wg_eta_odd |
Definition at line 88 of file CSCUpgradeMotherboardLUT.h.
CSCGEMMotherboardLUTME21::CSCGEMMotherboardLUTME21 | ( | ) |
Definition at line 161 of file CSCUpgradeMotherboardLUT.cc.
References csc_hs_to_gem_pad_even, csc_hs_to_gem_pad_odd, CSCGEMMotherboardLUT::csc_wg_to_gem_roll_even_l1, CSCGEMMotherboardLUT::csc_wg_to_gem_roll_even_l2, CSCGEMMotherboardLUT::csc_wg_to_gem_roll_odd_l1, CSCGEMMotherboardLUT::csc_wg_to_gem_roll_odd_l2, gem_pad_to_csc_hs_even, gem_pad_to_csc_hs_odd, CSCGEMMotherboardLUT::gem_roll_eta_limits_even_l1, CSCGEMMotherboardLUT::gem_roll_eta_limits_even_l2, CSCGEMMotherboardLUT::gem_roll_eta_limits_odd_l1, CSCGEMMotherboardLUT::gem_roll_eta_limits_odd_l2, CSCGEMMotherboardLUT::lut_pt_vs_dphi_gemcsc, CSCGEMMotherboardLUT::lut_wg_eta_even, and CSCGEMMotherboardLUT::lut_wg_eta_odd.
|
virtual |
Definition at line 199 of file CSCUpgradeMotherboardLUT.cc.
|
virtual |
Implements CSCGEMMotherboardLUT.
Definition at line 48 of file CSCUpgradeMotherboardLUT.cc.
References Even.
|
virtual |
Implements CSCGEMMotherboardLUT.
Definition at line 42 of file CSCUpgradeMotherboardLUT.cc.
References Even.
std::vector<std::pair<int,int> > CSCGEMMotherboardLUTME21::csc_hs_to_gem_pad_even |
Definition at line 103 of file CSCUpgradeMotherboardLUT.h.
Referenced by CSCGEMMotherboardLUTME21().
std::vector<std::pair<int,int> > CSCGEMMotherboardLUTME21::csc_hs_to_gem_pad_odd |
Definition at line 102 of file CSCUpgradeMotherboardLUT.h.
Referenced by CSCGEMMotherboardLUTME21().
std::vector<int> CSCGEMMotherboardLUTME21::gem_pad_to_csc_hs_even |
Definition at line 100 of file CSCUpgradeMotherboardLUT.h.
Referenced by CSCGEMMotherboardLUTME21().
std::vector<int> CSCGEMMotherboardLUTME21::gem_pad_to_csc_hs_odd |
Definition at line 99 of file CSCUpgradeMotherboardLUT.h.
Referenced by CSCGEMMotherboardLUTME21().