|
| DalitzHistoStackSet () |
|
| DalitzHistoStackSet (const DalitzHistoStackSet &other) |
|
virtual void | add (const DalitzCoordSet &coord, const MINT::counted_ptr< TH1 > &histo) |
|
virtual void | add (const DalitzHistogram &histo) |
|
virtual void | add (const DalitzHistoSet &hL) |
|
bool | draw (const std::string &baseName="", const std::string &drawOpt="HIST", const std::string &format="eps") const |
|
void | setColourPalette (int nCol, int *pal, double max, double min=0.000001) |
|
virtual | ~DalitzHistoStackSet () |
|
| DalitzSet () |
|
| DalitzSet (const DalitzSet< THStack > &other) |
|
const std::string & | name () const |
|
virtual | ~DalitzSet () |
|
| PolymorphMap () |
|
| PolymorphMap (const PolymorphMap &other) |
|
| PolymorphMap (const typename std::map< DalitzCoordSet, MINT::counted_ptr< THStack > > &other) |
|
virtual | ~PolymorphMap () |
|
std::map< DalitzCoordSet, MINT::counted_ptr< THStack > > & | theMap () |
|
const std::map< DalitzCoordSet, MINT::counted_ptr< THStack > > & | theMap () const |
|
MINT::counted_ptr< THStack > & | operator[] (const DalitzCoordSet &k) |
|
const MINT::counted_ptr< THStack > & | operator[] (const DalitzCoordSet &k) const |
|
std::map< DalitzCoordSet, MINT::counted_ptr< THStack > >::iterator | begin () |
|
std::map< DalitzCoordSet, MINT::counted_ptr< THStack > >::const_iterator | begin () const |
|
std::map< DalitzCoordSet, MINT::counted_ptr< THStack > >::iterator | end () |
|
std::map< DalitzCoordSet, MINT::counted_ptr< THStack > >::const_iterator | end () const |
|
std::map< DalitzCoordSet, MINT::counted_ptr< THStack > >::iterator | find (const DalitzCoordSet &c) |
|
std::map< DalitzCoordSet, MINT::counted_ptr< THStack > >::const_iterator | find (const DalitzCoordSet &c) const |
|
void | insert (typename std::map< DalitzCoordSet, MINT::counted_ptr< THStack > >::const_iterator first, typename std::map< DalitzCoordSet, MINT::counted_ptr< THStack > >::const_iterator last) |
|
unsigned int | size () const |
|
bool | empty () const |
|
PolymorphMap< DalitzCoordSet, MINT::counted_ptr< THStack > > & | operator= (const PolymorphMap &other) |
|
void | clear () |
|
void | resize (unsigned int N) |
|
void | resize (unsigned int N, const MINT::counted_ptr< THStack > &c) |
|
| operator const typename std::map< DalitzCoordSet, MINT::counted_ptr< THStack > > & () const |
|
| operator typename std::map< DalitzCoordSet, MINT::counted_ptr< THStack > > & () |
|
bool | operator== (const MINT::PolymorphMap< DalitzCoordSet, MINT::counted_ptr< THStack > > &v2) const |
|
bool | operator!= (const MINT::PolymorphMap< DalitzCoordSet, MINT::counted_ptr< THStack > > &v2) const |
|
bool | operator< (const MINT::PolymorphMap< DalitzCoordSet, MINT::counted_ptr< THStack > > &v2) const |
|
bool | operator> (const MINT::PolymorphMap< DalitzCoordSet, MINT::counted_ptr< THStack > > &v2) const |
|
Definition at line 14 of file DalitzHistoStackSet.h.