~ma5/madanalysis5/madanalysis-development

« back to all changes in this revision

Viewing changes to tools/SampleAnalyzer/Process/JetClustering/TauTagger.h

  • Committer: Benjamin Fuks
  • Date: 2018-05-04 10:44:49 UTC
  • mfrom: (115.1.81 v1.6beta)
  • Revision ID: fuks@cern.ch-20180504104449-60h8a00loxgr8zg0
Releasing v1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef TAUTAGGER_H
26
26
#define TAUTAGGER_H
27
27
 
28
 
//SampleAnalyser headers
 
28
 
 
29
// SampleAnalyser headers
29
30
#include "SampleAnalyzer/Commons/Base/TaggerBase.h"
30
31
 
 
32
 
31
33
namespace MA5
32
34
{
33
35