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