00001 //Dear emacs, this is -*-c++-*- 00002 #ifndef XAODCALOEVENT_CALOCLUSTERFWD_H 00003 #define XAODCALOEVENT_CALOCLUSTERFWD_H 00004 00005 namespace xAOD { 00006 class CaloCluster_v1; 00007 typedef CaloCluster_v1 CaloCluster; 00008 } 00009 00010 #endif