00001
00002
00003
00004
00005
00006
00007
00008
00010
00011 #ifndef TRIGGERCONFCTPCONFIGONLINE
00012 #define TRIGGERCONFCTPCONFIGONLINE
00013
00014 #include "TrigConfL1Data/CTPConfig.h"
00015
00016
00017 namespace TrigConf
00018 {
00019
00020 typedef CTPConfig CTPConfigOnline;
00021
00022 }
00023
00024 #endif