Public Member Functions | Public Attributes | List of all members
NearlinePlotEnables Struct Reference

#include <NearlinePlotMaker.h>

Public Member Functions

 NearlinePlotEnables (bool normalise_histo_1d=false, bool make_metric_time_graph=true, bool make_2d_histo=true, bool make_bin_by_bin_plots=false)
 
 NearlinePlotEnables (bool normalise_histo_1d=false, bool make_metric_time_graph=true, bool make_2d_histo=true, bool make_bin_by_bin_plots=false)
 

Public Attributes

bool fMakeMetricTimeGraph
 
bool fMake2DHisto
 
bool fMakeBinByBinPlots
 
bool fNormaliseHisto1D
 

Detailed Description

Definition at line 76 of file NearlinePlotMaker.h.

Constructor & Destructor Documentation

NearlinePlotEnables::NearlinePlotEnables ( bool  normalise_histo_1d = false,
bool  make_metric_time_graph = true,
bool  make_2d_histo = true,
bool  make_bin_by_bin_plots = false 
)
inline

Definition at line 81 of file NearlinePlotMaker.h.

81  {
82  fMakeMetricTimeGraph=make_metric_time_graph;
83  fMake2DHisto=make_2d_histo;
84  fMakeBinByBinPlots=make_bin_by_bin_plots;
85  fNormaliseHisto1D=normalise_histo_1d;
86  }
NearlinePlotEnables::NearlinePlotEnables ( bool  normalise_histo_1d = false,
bool  make_metric_time_graph = true,
bool  make_2d_histo = true,
bool  make_bin_by_bin_plots = false 
)
inline

Definition at line 81 of file NearlinePlotMakerDev.h.

81  {
82  fMakeMetricTimeGraph=make_metric_time_graph;
83  fMake2DHisto=make_2d_histo;
84  fMakeBinByBinPlots=make_bin_by_bin_plots;
85  fNormaliseHisto1D=normalise_histo_1d;
86  }

Member Data Documentation

bool NearlinePlotEnables::fMake2DHisto

Definition at line 78 of file NearlinePlotMaker.h.

bool NearlinePlotEnables::fMakeBinByBinPlots

Definition at line 79 of file NearlinePlotMaker.h.

bool NearlinePlotEnables::fMakeMetricTimeGraph

Definition at line 77 of file NearlinePlotMaker.h.

bool NearlinePlotEnables::fNormaliseHisto1D

Definition at line 80 of file NearlinePlotMaker.h.


The documentation for this struct was generated from the following files: