00001 #ifndef ASSOCIATIONUTILS_BJETHELPER_H
00002 #define ASSOCIATIONUTILS_BJETHELPER_H
00003
00004
00005 #include "xAODJet/JetContainer.h"
00006
00007
00008 #include "AssociationUtils/OverlapRemovalDefs.h"
00009
00010 namespace ORUtils
00011 {
00012
00017 class BJetHelper
00018 {
00019
00020 public:
00021
00023 BJetHelper(const std::string& bJetLabel);
00024
00026 bool isBJet(const xAOD::Jet& jet) const;
00027
00028 private:
00029
00031 ort::inputAccessor_t m_bJetAccessor;
00032
00033 };
00034
00035 }
00036
00037 #endif