GaudiAlg.h GaudiAlg/GaudiAlg.h Namespace with definition of useful constants, types and function, common for all classes from GaudiAlg package.
More...
|
typedef Histos::HistoID | HistoID |
| The actual type for histogram identifier. More...
|
|
typedef std::vector< double > | HistoBinEdges |
| Type for bin edges for variable binning histograms. More...
|
|
typedef GaudiUtils::HashMap< std::string, AIDA::IHistogram1D * > | Histo1DMapTitle |
| the actual type for (title)->(1D histogram) map More...
|
|
typedef GaudiUtils::HashMap< HistoID, AIDA::IHistogram1D * > | Histo1DMapID |
| the actual type for (ID)->(1D histogram) map More...
|
|
typedef GaudiUtils::HashMap< std::string, AIDA::IHistogram2D * > | Histo2DMapTitle |
| the actual type for (title)->(2D histogram) map More...
|
|
typedef GaudiUtils::HashMap< HistoID, AIDA::IHistogram2D * > | Histo2DMapID |
| the actual type for (ID)->(2D histogram) map More...
|
|
typedef GaudiUtils::HashMap< std::string, AIDA::IHistogram3D * > | Histo3DMapTitle |
| the actual type for (title)->(3D histogram) map More...
|
|
typedef GaudiUtils::HashMap< HistoID, AIDA::IHistogram3D * > | Histo3DMapID |
| the actual type for (ID)->(3D histogram) map More...
|
|
typedef GaudiUtils::HashMap< std::string, AIDA::IProfile1D * > | Profile1DMapTitle |
| the actual type for (title)->(1D Profile Histogram) map More...
|
|
typedef GaudiUtils::HashMap< HistoID, AIDA::IProfile1D * > | Profile1DMapID |
| the actual type for (ID)->(1D Profile histogram) map More...
|
|
typedef GaudiUtils::HashMap< std::string, AIDA::IProfile2D * > | Profile2DMapTitle |
| the actual type for (title)->(2D Profile Histogram) map More...
|
|
typedef GaudiUtils::HashMap< HistoID, AIDA::IProfile2D * > | Profile2DMapID |
| the actual type for (ID)->(2D Profile histogram) map More...
|
|
typedef GaudiUtils::HashMap< std::string, Tuples::TupleObj * > | TupleMapTitle |
| the actual type for (title)->(tuple) map More...
|
|
typedef GaudiUtils::HashMap< TupleID, Tuples::TupleObj * > | TupleMapID |
| the actual type for (ID)->(tuple) map More...
|
|
typedef Tuples::TupleID | TupleID |
| the actual type for N-Tuple identifier More...
|
|
GaudiAlg.h GaudiAlg/GaudiAlg.h Namespace with definition of useful constants, types and function, common for all classes from GaudiAlg package.
Definitions of few useful hash-maps, classes and typedefs used for classes GaudiHistos and GaudiTuples.
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@l.nosp@m.app..nosp@m.in2p3.nosp@m..fr
- Date
- 2005-08-06
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
- Date
- 2004-01-23
the actual type for (ID)->(1D histogram) map
Definition at line 61 of file Maps.h.
the actual type for (title)->(1D histogram) map
Definition at line 55 of file Maps.h.
the actual type for (ID)->(2D histogram) map
Definition at line 76 of file Maps.h.
the actual type for (title)->(2D histogram) map
Definition at line 70 of file Maps.h.
the actual type for (ID)->(3D histogram) map
Definition at line 91 of file Maps.h.
the actual type for (title)->(3D histogram) map
Definition at line 85 of file Maps.h.
Type for bin edges for variable binning histograms.
Definition at line 33 of file HistoID.h.
The actual type for histogram identifier.
Definition at line 31 of file HistoID.h.
the actual type for (ID)->(1D Profile histogram) map
Definition at line 106 of file Maps.h.
the actual type for (title)->(1D Profile Histogram) map
Definition at line 100 of file Maps.h.
the actual type for (ID)->(2D Profile histogram) map
Definition at line 121 of file Maps.h.
the actual type for (title)->(2D Profile Histogram) map
Definition at line 115 of file Maps.h.
the actual type for N-Tuple identifier
Definition at line 31 of file TupleID.h.
the actual type for (ID)->(tuple) map
Definition at line 136 of file Maps.h.
the actual type for (title)->(tuple) map
Definition at line 130 of file Maps.h.
Operator overloading for ostream.
Definition at line 144 of file GaudiHistoID.h.
145 {
return id.fillStream ( str ) ; }