00001
00002
00003 #ifndef XAOD_TAUXAODHELPERS_H
00004 #define XAOD_TAUXAODHELPERS_H
00005
00006
00007 #include "xAODTruth/TruthParticleContainer.h"
00008 #include "xAODTruth/TruthParticle.h"
00009
00010 #include <cstddef>
00011 #include <set>
00012
00013 namespace xAOD {
00014
00015 namespace TauHelpers{
00016
00017
00018 template<class T>
00019 const T* getLink(const xAOD::IParticle*, std::string, bool debug = false);
00020
00022 const xAOD::TruthParticle* getTruthParticle(const xAOD::IParticle*, bool debug = false);
00023
00024 }
00025
00026 }
00027
00028 #include "xAODTau/TauxAODHelpers.icc"
00029
00030 #endif // XAOD_TAUXAODHELPERS_H