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