• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

roclib/src_nxyter/Feb2nxGas.cxx (r4864/r4110)

Go to the documentation of this file.
00001 //============================================================================
00006 //============================================================================
00007 
00008 #include "roc/defines_roc.h"
00009 #include "nxyter/Feb2nxGas.h"
00010 
00017 //----------------------------------------------------------------------------
00019 
00026 nxyter::Feb2nxGas::Feb2nxGas(base::Board* board, int port) :
00027   nxyter::FebBase(board, port, kFeb2nxGas)
00028 {
00029   int nxnum0 = (port==CON19) ? 0 : 2;
00030   int nxnum1 = (port==CON19) ? 1 : 3;
00031 
00032   //      addr, nxnum, adc
00033   addNxChip(40, nxnum0,  0);
00034   addNxChip(48, nxnum1,  1);
00035 }
00036 
00037 //----------------------------------------------------------------------------
00038 
00039 nxyter::Feb2nxGas::~Feb2nxGas()
00040 {
00041 }
00042 

Generated on Tue Dec 10 2013 04:52:23 for ROCsoft by  doxygen 1.7.1