boca::Profile Class Reference
#include <Profile.hh>
Inheritance diagram for boca::Profile:
Collaboration diagram for boca::Profile:
Public Member Functions | |
Profile (std::string const &path, std::string const &folder, std::string const &name, bool show_title=false) | |
~Profile () | |
void | SetXAxis (latex::String const &title) |
void | SetYAxis (latex::String const &title) |
void | SetZAxis (latex::String const &title, int bins) |
void | SetProfile (Plot const &signal, Plot const &background) |
void | SetDimensions (latex::String const &name, int bins, Rectangle< double > const &range) |
std::string | FileBaseName () const override |
![]() | |
Canvas () | |
Canvas (std::string const &path, std::string const &name, bool show_title=false) | |
TCanvas const & | canvas () const |
TCanvas & | canvas () |
template<typename Value > | |
bool | SetLog (Range< Value > const &range) |
void | SetLog () |
std::string | SaveAs (std::string const &name) |
std::string | FileName () const |
Canvas (Canvas const &)=default | |
Canvas (Canvas &&)=default | |
Canvas & | operator= (Canvas const &)&=default |
Canvas & | operator= (Canvas &&)&=default |
Additional Inherited Members | |
![]() | |
~Canvas () | |
std::string const & | Title () const |
std::string | Path () const |
Constructor & Destructor Documentation
boca::Profile::Profile | ( | std::string const & | path, |
std::string const & | folder, | ||
std::string const & | name, | ||
bool | show_title = false |
||
) |
boca::Profile::~Profile | ( | ) |
Member Function Documentation
|
overridevirtual |
Reimplemented from boca::Canvas.
void boca::Profile::SetDimensions | ( | latex::String const & | name, |
int | bins, | ||
Rectangle< double > const & | range | ||
) |
void boca::Profile::SetXAxis | ( | latex::String const & | title | ) |
void boca::Profile::SetYAxis | ( | latex::String const & | title | ) |
void boca::Profile::SetZAxis | ( | latex::String const & | title, |
int | bins | ||
) |
The documentation for this class was generated from the following files:
- boca/plotting/Profile.hh
- source/plotting/Profile.cpp