|
BOSS 7.1.3
BESIII Offline Software System
|
#include <CDFootPrint.h>
Public Member Functions | |
| CDFootPrint () | |
| CDFootPrint (const CDFootPrint &) | |
| virtual | ~CDFootPrint () |
| const CDFootPrint & | operator= (const CDFootPrint &) |
| const CDFootPrint & | operator+= (const CDFootPrint &aOtherPrint) |
| CDFootPrint & | fresh () |
| bool | operator== (const CDFootPrint &aOtherPrint) const |
| bool | operator!= (const CDFootPrint &aOtherPrint) const |
| CDFootPrint | operator+ (const CDFootPrint &aOtherPrint) const |
| bool | overlap (const CDFootPrint &aOtherPrint) const |
| bool | contains (const CDFootPrint &aOtherPrint) const |
| uint32_t | ToUInt32 () const |
Static Public Member Functions | |
| static void | reset () |
Friends | |
| class | FingerPrint |
| std::ostream & | operator<< (std::ostream &os, const CDFootPrint &obj) |
Definition at line 80 of file CDFootPrint.h.
| CDFootPrint::CDFootPrint | ( | ) |
Definition at line 106 of file CDFootPrint.cxx.
Referenced by CDFootPrint(), contains(), FingerPrint, fresh(), operator!=(), operator+(), operator+=(), operator<<, operator=(), operator==(), and overlap().
| CDFootPrint::CDFootPrint | ( | const CDFootPrint & | aOtherPrint | ) |
Definition at line 115 of file CDFootPrint.cxx.
|
virtual |
Definition at line 133 of file CDFootPrint.cxx.
| bool CDFootPrint::contains | ( | const CDFootPrint & | aOtherPrint | ) | const |
Definition at line 420 of file CDFootPrint.cxx.
| CDFootPrint & CDFootPrint::fresh | ( | void | ) |
Definition at line 234 of file CDFootPrint.cxx.
| bool CDFootPrint::operator!= | ( | const CDFootPrint & | aOtherPrint | ) | const |
Definition at line 365 of file CDFootPrint.cxx.
| CDFootPrint CDFootPrint::operator+ | ( | const CDFootPrint & | aOtherPrint | ) | const |
Definition at line 373 of file CDFootPrint.cxx.
| const CDFootPrint & CDFootPrint::operator+= | ( | const CDFootPrint & | aOtherPrint | ) |
Definition at line 168 of file CDFootPrint.cxx.
| const CDFootPrint & CDFootPrint::operator= | ( | const CDFootPrint & | aOtherPrint | ) |
Definition at line 148 of file CDFootPrint.cxx.
| bool CDFootPrint::operator== | ( | const CDFootPrint & | aOtherPrint | ) | const |
Definition at line 310 of file CDFootPrint.cxx.
| bool CDFootPrint::overlap | ( | const CDFootPrint & | aOtherPrint | ) | const |
Definition at line 384 of file CDFootPrint.cxx.
|
static |
Definition at line 481 of file CDFootPrint.cxx.
Referenced by ~CDFootPrint().
|
inline |
Definition at line 109 of file CDFootPrint.h.
|
friend |
Definition at line 84 of file CDFootPrint.h.
Referenced by FingerPrint.
|
friend |
Definition at line 89 of file CDFootPrint.cxx.