Skip to content
Snippets Groups Projects
Commit fecd3f8e authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

FlavorTagDiscriminants: Fix warnings.

 - Unused typedefs.
 - struct/class mismatch
parent e8df3bb2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
#include <string>
namespace lwt {
class GraphConfig;
struct GraphConfig;
}
namespace FlavorTagDiscriminants {
......
......@@ -112,11 +112,6 @@ BTagJetAugmenter::BTagJetAugmenter(std::string associator, FlavorTagDiscriminant
m_rnnip_pbIsValid(rnn(f) + "_pbIsValid"),
m_rnnip_isDefaults(rnn(f) + "_isDefaults")
{
using namespace FlavorTagDiscriminants;
typedef SG::AuxElement::Decorator<float> ADF;
typedef SG::AuxElement::Decorator<double> ADD;
typedef SG::AuxElement::Decorator<char> ADC;
typedef SG::AuxElement::Decorator<int> ADI;
}
BTagJetAugmenter::~BTagJetAugmenter() = default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment