/*-------------------------------------------------------------------------------*/ /* ListOfIPPortNumbers.h 28-Sep-99 29-Feb-2000 add Monit Server 10-Apr-2001 add L2 TCC */ /*-------------------------------------------------------------------------------*/ #define KiIP_Port_CoorToL1Tcc 52160 #define KiIP_Port_CoorToL2Tcc 52165 #if defined ( TAILOR_L2RS ) #if ( defined ( TRICS_IO_NONE ) || defined ( TRICS_IO_FAKE ) ) // #define KiIP_Host_L1Tcc "msul1a.pa.msu.edu" #define KiIP_Host_L1Tcc "localhost" #else #define KiIP_Host_L1Tcc "d0tcc1.fnal.gov" #endif //IP Port Assigned to COOR -> L2_TCC communication regarding L2 PP, L2 Glob #define KiIP_Port_CoorToTcc KiIP_Port_CoorToL2Tcc //IP Port Assigned to L2_TCC Remote Console Service #define KiIP_Port_RemCons 52166 //IP Port Assigned to L2_TCC Monitoring Server #define KiIP_Port_MonitServer 52167 #else // not TAILOR_L2RS //IP Port Assigned to COOR -> L1_TCC communication regarding L1FW, L1CT, L2FW #define KiIP_Port_CoorToTcc KiIP_Port_CoorToL1Tcc //IP Port Assigned to L1_TCC Remote Console Service #define KiIP_Port_RemCons 52161 //IP Port Assigned to L1_TCC Monitoring Server #define KiIP_Port_MonitServer 52162 //IP Port Assigned to L1_TCC Luminosity Server #define KiIP_Port_LuminosityServer 52163 #endif // TAILOR_L2RS