~ma5/madanalysis5/madanalysis-development

« back to all changes in this revision

Viewing changes to tools/SampleAnalyzer/Process/Analyzer/MergingPlots.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 MERGING_PLOTS_H
26
26
#define MERGING_PLOTS_H
27
27
 
28
 
#ifdef FASTJET_USE
29
28
 
 
29
// SampleAnalyzer headers
30
30
#include "SampleAnalyzer/Process/Plot/MergingPlotType.h"
31
31
#include "SampleAnalyzer/Process/Analyzer/AnalyzerBase.h"
32
32
 
33
33
 
 
34
#ifdef FASTJET_USE
 
35
 
 
36
 
34
37
namespace MA5
35
38
{
36
39
 
52
55
  std::vector<MergingPlotType> DJR_;
53
56
 
54
57
  /// User configuration
55
 
  MAuint32  merging_njets_;
56
 
  MAuint8 merging_nqmatch_;
57
 
  MAbool  merging_nosingrad_;
58
 
  MAbool  ma5_mode_;
 
58
  MAuint32 merging_njets_;
 
59
  MAuint8  merging_nqmatch_;
 
60
  MAbool   merging_nosingrad_;
 
61
  MAbool   ma5_mode_;
59
62
 
60
63
  /// Saving merging plots in the output file
61
64
  void Write_TextFormat(SAFWriter& output);