boca::branch::Info Class Reference
Info tree branch More...
#include <Info.hh>
Inheritance diagram for boca::branch::Info:
Collaboration diagram for boca::branch::Info:
Public Member Functions | |
| Info () | |
| Info (FileInfo const &file) | |
| boca::Crosssection | Crosssection () const |
| boca::Crosssection | CrosssectionError () const |
| boca::Mass | Mass () const |
| int | EventNumber () const |
| std::string | Name () const |
| boca::Names | Names () const |
| latex::String | LatexName () const |
| void | SetCrosssection (const boca::Crosssection &crosssection_) |
| void | SetCrosssectionError (const boca::Crosssection &crosssection_error_) |
| void | SetMass (boca::Mass const &mass_) |
| void | SetEventNumber (int event_number) |
| void | SetNames (boca::Names const &names) |
Public Member Functions inherited from boca::branch::Base | |
| Base () | |
| Base (Base const &)=default | |
| Base (Base &&)=default | |
| Base & | operator= (Base const &)&=default |
| Base & | operator= (Base &&)&=default |
Additional Inherited Members | |
Static Public Member Functions inherited from boca::branch::Base | |
| static float | InitialValue () |
Protected Member Functions inherited from boca::branch::Base | |
| ~Base () | |
Detailed Description
Info tree branch
Constructor & Destructor Documentation
| boca::branch::Info::Info | ( | ) |
| boca::branch::Info::Info | ( | FileInfo const & | file | ) |
Member Function Documentation
| boca::Crosssection boca::branch::Info::Crosssection | ( | ) | const |
| boca::Crosssection boca::branch::Info::CrosssectionError | ( | ) | const |
| int boca::branch::Info::EventNumber | ( | ) | const |
| latex::String boca::branch::Info::LatexName | ( | ) | const |
| boca::Mass boca::branch::Info::Mass | ( | ) | const |
| std::string boca::branch::Info::Name | ( | ) | const |
| boca::Names boca::branch::Info::Names | ( | ) | const |
| void boca::branch::Info::SetCrosssection | ( | const boca::Crosssection & | crosssection_ | ) |
| void boca::branch::Info::SetCrosssectionError | ( | const boca::Crosssection & | crosssection_error_ | ) |
| void boca::branch::Info::SetEventNumber | ( | int | event_number | ) |
| void boca::branch::Info::SetMass | ( | boca::Mass const & | mass_ | ) |
| void boca::branch::Info::SetNames | ( | boca::Names const & | names | ) |
The documentation for this class was generated from the following files:

Public Member Functions inherited from