namespace YODA

YODA

Types

Name
typedef std::shared_ptr< YODA::AnalysisObject >AnalysisObjectPtr
typedef std::shared_ptr< YODA::Counter >CounterPtr
typedef std::shared_ptr< YODA::Histo1D >Histo1DPtr
typedef std::shared_ptr< YODA::Histo2D >Histo2DPtr
typedef std::shared_ptr< YODA::Profile1D >Profile1DPtr
typedef std::shared_ptr< YODA::Profile2D >Profile2DPtr
typedef std::shared_ptr< YODA::Scatter1D >Scatter1DPtr
typedef std::shared_ptr< YODA::Scatter2D >Scatter2DPtr
typedef std::shared_ptr< YODA::Scatter3D >Scatter3DPtr

Types Documentation

typedef AnalysisObjectPtr

typedef std::shared_ptr<YODA::AnalysisObject> YODA::AnalysisObjectPtr;

typedef CounterPtr

typedef std::shared_ptr<YODA::Counter> YODA::CounterPtr;

typedef Histo1DPtr

typedef std::shared_ptr<YODA::Histo1D> YODA::Histo1DPtr;

typedef Histo2DPtr

typedef std::shared_ptr<YODA::Histo2D> YODA::Histo2DPtr;

typedef Profile1DPtr

typedef std::shared_ptr<YODA::Profile1D> YODA::Profile1DPtr;

typedef Profile2DPtr

typedef std::shared_ptr<YODA::Profile2D> YODA::Profile2DPtr;

typedef Scatter1DPtr

typedef std::shared_ptr<YODA::Scatter1D> YODA::Scatter1DPtr;

typedef Scatter2DPtr

typedef std::shared_ptr<YODA::Scatter2D> YODA::Scatter2DPtr;

typedef Scatter3DPtr

typedef std::shared_ptr<YODA::Scatter3D> YODA::Scatter3DPtr;

Updated on 2022-08-07 at 20:17:16 +0100