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

#include <NearlinePlotMaker.h>

Public Member Functions

 NearlinePlotLogScale (bool metric_time_graph_log=true, bool histo_1d_log=true, bool histo_2d_log=true, bool bin_by_bin_log=true)
 
 NearlinePlotLogScale (bool metric_time_graph_log=true, bool histo_1d_log=true, bool histo_2d_log=true, bool bin_by_bin_log=true)
 

Public Attributes

bool fMetricTimeGraphLog
 
bool fHisto1DLog
 
bool fHisto2DLog
 
bool fBinByBinLog
 

Detailed Description

Definition at line 62 of file NearlinePlotMaker.h.

Constructor & Destructor Documentation

NearlinePlotLogScale::NearlinePlotLogScale ( bool  metric_time_graph_log = true,
bool  histo_1d_log = true,
bool  histo_2d_log = true,
bool  bin_by_bin_log = true 
)
inline

Definition at line 67 of file NearlinePlotMaker.h.

67  {
68  fMetricTimeGraphLog=metric_time_graph_log;
69  fHisto1DLog=histo_1d_log;
70  fHisto2DLog=histo_2d_log;
71  fBinByBinLog=bin_by_bin_log;
72  }
NearlinePlotLogScale::NearlinePlotLogScale ( bool  metric_time_graph_log = true,
bool  histo_1d_log = true,
bool  histo_2d_log = true,
bool  bin_by_bin_log = true 
)
inline

Definition at line 67 of file NearlinePlotMakerDev.h.

67  {
68  fMetricTimeGraphLog=metric_time_graph_log;
69  fHisto1DLog=histo_1d_log;
70  fHisto2DLog=histo_2d_log;
71  fBinByBinLog=bin_by_bin_log;
72  }

Member Data Documentation

bool NearlinePlotLogScale::fBinByBinLog

Definition at line 66 of file NearlinePlotMaker.h.

bool NearlinePlotLogScale::fHisto1DLog

Definition at line 64 of file NearlinePlotMaker.h.

bool NearlinePlotLogScale::fHisto2DLog

Definition at line 65 of file NearlinePlotMaker.h.

bool NearlinePlotLogScale::fMetricTimeGraphLog

Definition at line 63 of file NearlinePlotMaker.h.


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