#include <PndMdtID.h>
 | 
| static Int_t  | Identifier (Int_t iMod, Int_t iOct, Int_t iLayer, Int_t iBox, Int_t iWire) | 
|   | 
| static Int_t  | Identifier (Int_t iMod, Int_t iOct, Int_t iLayer, Int_t iStrip) | 
|   | 
| static Int_t  | LayerID (Int_t iMod, Int_t iOct, Int_t iLayer) | 
|   | 
| static Int_t  | LayerID (Int_t detID) | 
|   | 
| static Short_t  | Module (Int_t detID) | 
|   | 
| static Short_t  | Sector (Int_t detID) | 
|   | 
| static Short_t  | Layer (Int_t detID) | 
|   | 
| static Short_t  | Box (Int_t detID) | 
|   | 
| static Short_t  | Wire (Int_t detID) | 
|   | 
| static Short_t  | Strip (Int_t detID) | 
|   | 
| static Bool_t  | isWire (Int_t detID) | 
|   | 
| static Bool_t  | isStrip (Int_t detID) | 
|   | 
Definition at line 6 of file PndMdtID.h.
 
◆ Box()
  
  
      
        
          | static Short_t PndMdtID::Box  | 
          ( | 
          Int_t  | 
          detID | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Identifier() [1/2]
  
  
      
        
          | static Int_t PndMdtID::Identifier  | 
          ( | 
          Int_t  | 
          iMod,  | 
         
        
           | 
           | 
          Int_t  | 
          iOct,  | 
         
        
           | 
           | 
          Int_t  | 
          iLayer,  | 
         
        
           | 
           | 
          Int_t  | 
          iBox,  | 
         
        
           | 
           | 
          Int_t  | 
          iWire  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Identifier() [2/2]
  
  
      
        
          | static Int_t PndMdtID::Identifier  | 
          ( | 
          Int_t  | 
          iMod,  | 
         
        
           | 
           | 
          Int_t  | 
          iOct,  | 
         
        
           | 
           | 
          Int_t  | 
          iLayer,  | 
         
        
           | 
           | 
          Int_t  | 
          iStrip  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
Definition at line 11 of file PndMdtID.h.
   11 { 
return (iStrip + 2000) + (10000 * iLayer + 1000000 * iOct + 10000000 * iMod); }
  
 
 
◆ isStrip()
  
  
      
        
          | static Bool_t PndMdtID::isStrip  | 
          ( | 
          Int_t  | 
          detID | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Definition at line 23 of file PndMdtID.h.
   23 { 
return detID % 10000 >= 2000; }
  
 
 
◆ isWire()
  
  
      
        
          | static Bool_t PndMdtID::isWire  | 
          ( | 
          Int_t  | 
          detID | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Layer()
  
  
      
        
          | static Short_t PndMdtID::Layer  | 
          ( | 
          Int_t  | 
          detID | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ LayerID() [1/2]
  
  
      
        
          | static Int_t PndMdtID::LayerID  | 
          ( | 
          Int_t  | 
          iMod,  | 
         
        
           | 
           | 
          Int_t  | 
          iOct,  | 
         
        
           | 
           | 
          Int_t  | 
          iLayer  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ LayerID() [2/2]
  
  
      
        
          | static Int_t PndMdtID::LayerID  | 
          ( | 
          Int_t  | 
          detID | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Definition at line 14 of file PndMdtID.h.
   14 { 
return detID / 10000 * 10000; }
  
 
 
◆ Module()
  
  
      
        
          | static Short_t PndMdtID::Module  | 
          ( | 
          Int_t  | 
          detID | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Sector()
  
  
      
        
          | static Short_t PndMdtID::Sector  | 
          ( | 
          Int_t  | 
          detID | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Strip()
  
  
      
        
          | static Short_t PndMdtID::Strip  | 
          ( | 
          Int_t  | 
          detID | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Wire()
  
  
      
        
          | static Short_t PndMdtID::Wire  | 
          ( | 
          Int_t  | 
          detID | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
The documentation for this class was generated from the following file: