boca::Profile Class Reference

#include <Profile.hh>

Inheritance diagram for boca::Profile:
[legend]
Collaboration diagram for boca::Profile:
[legend]

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
 
- Public Member Functions inherited from boca::Canvas
 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
 
Canvasoperator= (Canvas const &)&=default
 
Canvasoperator= (Canvas &&)&=default
 

Additional Inherited Members

- Protected Member Functions inherited from boca::Canvas
 ~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

std::string boca::Profile::FileBaseName ( ) const
overridevirtual

Reimplemented from boca::Canvas.

void boca::Profile::SetDimensions ( latex::String const &  name,
int  bins,
Rectangle< double > const &  range 
)
void boca::Profile::SetProfile ( Plot const &  signal,
Plot const &  background 
)
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: