#include <MapperMMG.h>
Definition at line 14 of file MapperMMG.h.
 
◆ MapperMMG()
  
  | 
        
          | Muon::nsw::MapperMMG::MapperMMG | ( |  | ) |  |  | inline | 
 
 
◆ ~MapperMMG()
  
  | 
        
          | virtual Muon::nsw::MapperMMG::~MapperMMG | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ channel_number()
  
  | 
        
          | uint16_t Muon::nsw::MapperMMG::channel_number | ( | uint8_t | feb_radius, |  
          |  |  | uint16_t | vmm, |  
          |  |  | uint16_t | vmm_chan |  
          |  | ) |  | const |  | inline | 
 
Definition at line 29 of file MapperMMG.h.
   40   if ((feb_radius % 2) == 0) {
 
 
 
 
◆ elink_info()
  
  | 
        
          | bool Muon::nsw::MapperMMG::elink_info | ( | uint8_t | mod_radius, |  
          |  |  | uint16_t | channel_number, |  
          |  |  | uint & | elink |  
          |  | ) |  | const |  | inline | 
 
Definition at line 70 of file MapperMMG.h.
   77   } 
else if(feb_radius >= 12 && feb_radius <= 15){
 
 
 
 
◆ vmm_info()
  
  | 
        
          | bool Muon::nsw::MapperMMG::vmm_info | ( | uint8_t | mod_radius, |  
          |  |  | uint16_t | channel_number, |  
          |  |  | uint8_t & | feb_radius, |  
          |  |  | uint16_t & | vmm, |  
          |  |  | uint16_t & | vmm_chan |  
          |  | ) |  | const |  | inline | 
 
Definition at line 51 of file MapperMMG.h.
   60   if (mod_radius == 1) feb_radius += 10;
 
   62   if ((feb_radius % 2) == 0) {
 
 
 
 
The documentation for this class was generated from the following file: