00001
00002 #ifndef XAOD_ANALYSIS
00003 #ifndef CALOCLUSTERKINEHELPER_H
00004 #define CALOCLUSTERKINEHELPER_H
00005
00006 #include "xAODCaloEvent/CaloCluster.h"
00007
00008 class CaloClusterKineHelper {
00009
00012
00013 public:
00014
00016 static void calculateKine(xAOD::CaloCluster* clu, const bool useweight=true, const bool updateLayers=true );
00017
00018 };
00019
00020 #endif
00021 #endif