00001 #ifndef QUICK_ANA__OUTPUT_UTILS_H
00002 #define QUICK_ANA__OUTPUT_UTILS_H
00003
00005
00006
00007 #include <AsgTools/StatusCode.h>
00008
00009
00010 #include <xAODCore/AuxContainerBase.h>
00011
00012 namespace ana
00013 {
00014
00015 namespace OutputUtils
00016 {
00017
00021 template<class ContainerType, class AuxContainerType, class StoreType>
00022 StatusCode recordContainer(ContainerType* container,
00023 AuxContainerType* auxContainer,
00024 StoreType& store,
00025 const std::string& name);
00026
00027 }
00028
00029 }
00030
00031 #include <QuickAna/OutputUtils.icc>
00032
00033 #endif