~ma5/madanalysis5/madanalysis-development

« back to all changes in this revision

Viewing changes to tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFMidpoint.cpp

  • 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:
22
22
////////////////////////////////////////////////////////////////////////////////
23
23
 
24
24
 
25
 
//SampleAnalyser headers
 
25
// SampleAnalyser headers
26
26
#include "SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFMidpoint.h"
27
27
 
28
 
//FastJet headers
 
28
// FastJet headers
29
29
#include <fastjet/ClusterSequence.hh>
30
30
#include <fastjet/PseudoJet.hh>
31
31
#include <fastjet/CDFMidPointPlugin.hh>
 
32
 
 
33
 
32
34
typedef fastjet::JetDefinition::Plugin FastJetPlugin;
33
35
 
34
36