00001 #ifndef TrigAnalysisTest_EVENTPTRDEF_H
00002 #define TrigAnalysisTest_EVENTPTRDEF_H
00003
00004
00005
00006
00007
00008 namespace asg {
00009 class SgTEvent;
00010 }
00011 class StoreGateSvc;
00012
00013 #ifdef ASGTOOL_STANDALONE
00014 typedef asg::SgTEvent* EventPtr_t;
00015 #elif defined(ASGTOOL_ATHENA)
00016 typedef StoreGateSvc* EventPtr_t;
00017 #else
00018 # error "Wrong environment configuration detected!"
00019 #endif
00020
00021 #endif