Definition at line 321 of file h2plot.
◆ p1d2plot() [1/2]
tools::sg::p1d2plot::p1d2plot |
( |
const histo::p1d & |
a_data | ) |
|
|
inline |
◆ ~p1d2plot()
virtual tools::sg::p1d2plot::~p1d2plot |
( |
| ) |
|
|
inlinevirtual |
◆ p1d2plot() [2/2]
tools::sg::p1d2plot::p1d2plot |
( |
const p1d2plot & |
a_from | ) |
|
|
inline |
Definition at line 399 of file h2plot.
400 :plottable(a_from),bins1D(a_from)
◆ axis_max()
virtual float tools::sg::p1d2plot::axis_max |
( |
| ) |
const |
|
inlinevirtual |
◆ axis_min()
virtual float tools::sg::p1d2plot::axis_min |
( |
| ) |
const |
|
inlinevirtual |
◆ bin_entries()
virtual unsigned int tools::sg::p1d2plot::bin_entries |
( |
int |
aI | ) |
const |
|
inlinevirtual |
◆ bin_error()
virtual float tools::sg::p1d2plot::bin_error |
( |
int |
aI | ) |
const |
|
inlinevirtual |
◆ bin_lower_edge()
virtual float tools::sg::p1d2plot::bin_lower_edge |
( |
int |
aI | ) |
const |
|
inlinevirtual |
◆ bin_Sw()
virtual float tools::sg::p1d2plot::bin_Sw |
( |
int |
aI | ) |
const |
|
inlinevirtual |
◆ bin_upper_edge()
virtual float tools::sg::p1d2plot::bin_upper_edge |
( |
int |
aI | ) |
const |
|
inlinevirtual |
◆ bins()
virtual unsigned int tools::sg::p1d2plot::bins |
( |
| ) |
const |
|
inlinevirtual |
◆ bins_Sw_range()
virtual void tools::sg::p1d2plot::bins_Sw_range |
( |
float & |
a_mn, |
|
|
float & |
a_mx, |
|
|
bool |
a_with_entries |
|
) |
| const |
|
inlinevirtual |
◆ cast()
virtual void* tools::sg::p1d2plot::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlinevirtual |
◆ copy()
virtual plottable* tools::sg::p1d2plot::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ has_entries_per_bin()
virtual bool tools::sg::p1d2plot::has_entries_per_bin |
( |
| ) |
const |
|
inlinevirtual |
◆ infos()
virtual void tools::sg::p1d2plot::infos |
( |
const std::string & |
a_opts, |
|
|
std::string & |
a_sinfos |
|
) |
| const |
|
inlinevirtual |
Implements tools::sg::plottable.
Definition at line 338 of file h2plot.
340 std::string f_lf(
"\n");
341 std::vector<std::string> ws;
342 words(a_opts,
" ",
false,ws);
343 std::vector<std::string>::const_iterator it;
344 for(it=ws.begin();it!=ws.end();++it) {
345 if(((*it)==
"name") &&
m_name.size()) {
346 if(a_sinfos.size()) a_sinfos += f_lf;
347 a_sinfos +=
"Name\n";
350 }
else if((*it)==
"entries") {
351 if(a_sinfos.size()) a_sinfos += f_lf;
352 a_sinfos +=
"Entries\n";
354 }
else if((*it)==
"mean") {
355 if(a_sinfos.size()) a_sinfos += f_lf;
356 a_sinfos +=
"Mean\n";
358 }
else if((*it)==
"rms") {
359 if(a_sinfos.size()) a_sinfos += f_lf;
361 if(!numas<double>(
m_data.
rms(),a_sinfos)) {}
◆ is_profile()
virtual bool tools::sg::p1d2plot::is_profile |
( |
| ) |
const |
|
inlinevirtual |
◆ is_valid()
virtual bool tools::sg::p1d2plot::is_valid |
( |
| ) |
const |
|
inlinevirtual |
◆ legend()
virtual const std::string& tools::sg::p1d2plot::legend |
( |
| ) |
const |
|
inlinevirtual |
◆ name()
virtual const std::string& tools::sg::p1d2plot::name |
( |
| ) |
const |
|
inlinevirtual |
◆ operator=()
◆ set_legend()
virtual void tools::sg::p1d2plot::set_legend |
( |
const std::string & |
a_s | ) |
|
|
inlinevirtual |
◆ set_name()
virtual void tools::sg::p1d2plot::set_name |
( |
const std::string & |
a_s | ) |
|
|
inlinevirtual |
◆ title()
virtual const std::string& tools::sg::p1d2plot::title |
( |
| ) |
const |
|
inlinevirtual |
◆ m_data
◆ m_legend
std::string tools::sg::p1d2plot::m_legend |
|
protected |
◆ m_name
std::string tools::sg::p1d2plot::m_name |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/h2plot