| 
    Jpp test-rotations-new
    
   the software that should make you happy 
   | 
 
Interface for routing module identifier to index and vice versa. More...
#include <JCalibrateMuon.hh>
  
Public Member Functions | |
| virtual | ~JRouter_t () | 
| Virtual destructor.   | |
| virtual size_t | getN () const =0 | 
| Get number of indices.   | |
| virtual int | getIndex (const int id) const =0 | 
| Get index.   | |
| virtual int | getID (const int index) const =0 | 
| Get identifier.   | |
Interface for routing module identifier to index and vice versa.
Definition at line 25 of file JCalibrateMuon.hh.
      
  | 
  inlinevirtual | 
      
  | 
  pure virtual | 
Get number of indices.
Implemented in JCALIBRATE::JModuleRouter_t, and JCALIBRATE::JStringRouter_t.
      
  | 
  pure virtual | 
Get index.
| id | module identifier | 
Implemented in JCALIBRATE::JModuleRouter_t, and JCALIBRATE::JStringRouter_t.
      
  | 
  pure virtual | 
Get identifier.
| index | index | 
Implemented in JCALIBRATE::JModuleRouter_t, and JCALIBRATE::JStringRouter_t.