#include "GaudiKernel/HashMap.h"
#include "GaudiAlg/HistoID.h"
#include "GaudiAlg/TupleID.h"
Include dependency graph for Maps.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | AIDA |
namespace | Tuples |
namespace | GaudiAlg |
Defines | |
#define | GAUDIALG_MAPS_H 1 |
Typedefs | |
typedef GaudiUtils::HashMap< std::string, AIDA::IHistogram1D * > | GaudiAlg::Histo1DMapTitle |
the actual type for (title)->(1D histogram) map | |
typedef GaudiUtils::HashMap< HistoID::NumericID, AIDA::IHistogram1D * > | GaudiAlg::Histo1DMapNumericID |
the actual type for (Numeric ID)->(1D histogram) map | |
typedef GaudiUtils::HashMap< HistoID::LiteralID, AIDA::IHistogram1D * > | GaudiAlg::Histo1DMapLiteralID |
the actual type for (Literal ID)->(1D histogram) map | |
typedef GaudiUtils::HashMap< std::string, AIDA::IHistogram2D * > | GaudiAlg::Histo2DMapTitle |
the actual type for (title)->(2D histogram) map | |
typedef GaudiUtils::HashMap< HistoID::NumericID, AIDA::IHistogram2D * > | GaudiAlg::Histo2DMapNumericID |
the actual type for (Numeric ID)->(2D histogram) map | |
typedef GaudiUtils::HashMap< HistoID::LiteralID, AIDA::IHistogram2D * > | GaudiAlg::Histo2DMapLiteralID |
the actual type for (Literal ID)->(2D histogram) map | |
typedef GaudiUtils::HashMap< std::string, AIDA::IHistogram3D * > | GaudiAlg::Histo3DMapTitle |
the actual type for (title)->(3D histogram) map | |
typedef GaudiUtils::HashMap< HistoID::NumericID, AIDA::IHistogram3D * > | GaudiAlg::Histo3DMapNumericID |
the actual type for (Numeric ID)->(3D histogram) map | |
typedef GaudiUtils::HashMap< HistoID::LiteralID, AIDA::IHistogram3D * > | GaudiAlg::Histo3DMapLiteralID |
the actual type for (Literal ID)->(3D histogram) map | |
typedef GaudiUtils::HashMap< std::string, AIDA::IProfile1D * > | GaudiAlg::Profile1DMapTitle |
the actual type for (title)->(1D Profile Histogram) map | |
typedef GaudiUtils::HashMap< HistoID::NumericID, AIDA::IProfile1D * > | GaudiAlg::Profile1DMapNumericID |
the actual type for (Numeric ID)->(1D Profile histogram) map | |
typedef GaudiUtils::HashMap< HistoID::LiteralID, AIDA::IProfile1D * > | GaudiAlg::Profile1DMapLiteralID |
the actual type for (Literal ID)->(1D Profile histogram) map | |
typedef GaudiUtils::HashMap< std::string, AIDA::IProfile2D * > | GaudiAlg::Profile2DMapTitle |
the actual type for (title)->(2D Profile Histogram) map | |
typedef GaudiUtils::HashMap< HistoID::NumericID, AIDA::IProfile2D * > | GaudiAlg::Profile2DMapNumericID |
the actual type for (Numeric ID)->(2D Profile histogram) map | |
typedef GaudiUtils::HashMap< HistoID::LiteralID, AIDA::IProfile2D * > | GaudiAlg::Profile2DMapLiteralID |
the actual type for (Literal ID)->(2D Profile histogram) map | |
typedef GaudiUtils::HashMap< std::string, Tuples::TupleObj * > | GaudiAlg::TupleMapTitle |
the actual type for (title)->(tuple) map | |
typedef GaudiUtils::HashMap< TupleID::NumericID, Tuples::TupleObj * > | GaudiAlg::TupleMapNumericID |
the actual type for (Numeric ID)->(tuple) map | |
typedef GaudiUtils::HashMap< TupleID::LiteralID, Tuples::TupleObj * > | GaudiAlg::TupleMapLiteralID |
the actual type for (Literal ID)->(tuple) map |