#include <HistMan.h>
Public Member Functions | |
| AxisInfo () | |
| ~AxisInfo () | |
| const std::string & | GetTitle () const |
| double | GetMin () const |
| double | GetMax () const |
| int | GetNbins () const |
| bool | Valid () const |
| const std::vector< double > & | GetBins () const |
| void | Print (std::ostream &o=std::cout) const |
Protected Attributes | |
| int | fNbins |
| double | fMin |
| double | fMax |
| bool | fValid |
| std::vector< double > | fBins |
| std::string | fTitle |
Friends | |
| class | HistMan |
|
|
Definition at line 981 of file PhysicsNtuple/Hist/HistMan.cxx.
|
|
|
Definition at line 991 of file PhysicsNtuple/Hist/HistMan.cxx. 00992 {
00993 }
|
|
|
Definition at line 1020 of file PhysicsNtuple/Hist/HistMan.cxx. Referenced by Anp::HistMan::CreateHist1d(), and Anp::HistMan::CreateTH1(). 01021 {
01022 return fBins;
01023 }
|
|
|
Definition at line 1008 of file PhysicsNtuple/Hist/HistMan.cxx. Referenced by Anp::HistMan::CreateHist1d(), Anp::HistMan::CreateTH1(), Anp::HistMan::CreateTH2(), and Print(). 01009 {
01010 return fMax;
01011 }
|
|
|
Definition at line 1002 of file PhysicsNtuple/Hist/HistMan.cxx. Referenced by Anp::HistMan::CreateHist1d(), Anp::HistMan::CreateTH1(), Anp::HistMan::CreateTH2(), and Print(). 01003 {
01004 return fMin;
01005 }
|
|
|
Definition at line 1014 of file PhysicsNtuple/Hist/HistMan.cxx. Referenced by Anp::HistMan::CreateHist1d(), Anp::HistMan::CreateTH1(), Anp::HistMan::CreateTH2(), and Print(). 01015 {
01016 return fNbins;
01017 }
|
|
|
Definition at line 996 of file PhysicsNtuple/Hist/HistMan.cxx. Referenced by Anp::HistMan::CreateTH1(), and Anp::HistMan::CreateTH2(). 00997 {
00998 return fTitle;
00999 }
|
|
|
Definition at line 1032 of file PhysicsNtuple/Hist/HistMan.cxx. References fTitle, GetMax(), GetMin(), and GetNbins(). Referenced by Anp::operator<<(), and Anp::HistMan::Print(). 01033 {
01034 o << "AxisInfo (" << fTitle << "): (nbin, min, max) = "
01035 << "(" << GetNbins() << ", " << GetMin() << ", " << GetMax() << ")" << std::endl;
01036 }
|
|
|
Definition at line 1026 of file PhysicsNtuple/Hist/HistMan.cxx. Referenced by Anp::HistMan::GetTH2(). 01027 {
01028 return fValid;
01029 }
|
|
|
Definition at line 42 of file PhysicsNtuple/Hist/HistMan.h. |
|
|
Definition at line 50 of file PhysicsNtuple/Hist/HistMan.h. Referenced by Anp::HistMan::ReadAxis(). |
|
|
Definition at line 46 of file PhysicsNtuple/Hist/HistMan.h. Referenced by Anp::HistMan::ReadAxis(). |
|
|
Definition at line 45 of file PhysicsNtuple/Hist/HistMan.h. Referenced by Anp::HistMan::ReadAxis(). |
|
|
Definition at line 44 of file PhysicsNtuple/Hist/HistMan.h. Referenced by Anp::HistMan::ReadAxis(). |
|
|
Definition at line 52 of file PhysicsNtuple/Hist/HistMan.h. Referenced by Print(), Anp::HistMan::ReadAxis(), and Anp::HistMan::ReadHistogram(). |
|
|
Definition at line 48 of file PhysicsNtuple/Hist/HistMan.h. Referenced by Anp::HistMan::ReadAxis(). |
1.3.9.1