1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef DataFormats_BTauReco_DeepBoostedJetTagInfo_h
#define DataFormats_BTauReco_DeepBoostedJetTagInfo_h
#include "DataFormats/BTauReco/interface/FeaturesTagInfo.h"
#include "DataFormats/BTauReco/interface/DeepBoostedJetFeatures.h"
namespace reco {
typedef FeaturesTagInfo<btagbtvdeep::DeepBoostedJetFeatures> DeepBoostedJetTagInfo;
DECLARE_EDM_REFS(DeepBoostedJetTagInfo)
} // namespace reco
#endif // DataFormats_BTauReco_DeepBoostedJetTagInfo_h
|