|
BOSS 8.0.0
BESIII Offline Software System
|
#include <AutoHistoCompare.h>
Public Member Functions | |
| AutoHistoCompare (TH1F *h1, const char *oldfn, const char *newfn, int method=2, bool norm=false) | |
| ~AutoHistoCompare () | |
| void | isNorm (bool isnorm) |
| void | ComparisonH1 () |
| void | ComparisonH2 () |
| void | ComparisonProfile () |
| void | DoCompare () |
| void | FolderMatch () |
| void | MatchH1 (TObject *obj) |
| void | FolderMatchH1 (TObject *obj) |
Definition at line 12 of file AutoHistoCompare.h.
| AutoHistoCompare::AutoHistoCompare | ( | TH1F * | h1, |
| const char * | oldfn, | ||
| const char * | newfn, | ||
| int | method = 2, | ||
| bool | norm = false ) |
Definition at line 31 of file AutoHistoCompare.cpp.
| AutoHistoCompare::~AutoHistoCompare | ( | ) |
Definition at line 53 of file AutoHistoCompare.cpp.
| void AutoHistoCompare::ComparisonH1 | ( | ) |
Definition at line 128 of file AutoHistoCompare.cpp.
Referenced by FolderMatchH1(), and MatchH1().
| void AutoHistoCompare::ComparisonH2 | ( | ) |
Definition at line 196 of file AutoHistoCompare.cpp.
| void AutoHistoCompare::ComparisonProfile | ( | ) |
Definition at line 218 of file AutoHistoCompare.cpp.
| void AutoHistoCompare::DoCompare | ( | ) |
Definition at line 60 of file AutoHistoCompare.cpp.
Referenced by main().
| void AutoHistoCompare::FolderMatch | ( | ) |
Definition at line 79 of file AutoHistoCompare.cpp.
Referenced by DoCompare().
| void AutoHistoCompare::FolderMatchH1 | ( | TObject * | obj | ) |
Definition at line 110 of file AutoHistoCompare.cpp.
Referenced by FolderMatch().
|
inline |
Definition at line 17 of file AutoHistoCompare.h.
| void AutoHistoCompare::MatchH1 | ( | TObject * | obj | ) |
Definition at line 92 of file AutoHistoCompare.cpp.
Referenced by DoCompare().