yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
Point3D.h
Go to the documentation of this file.
1// -*- C++ -*-
2//
3// This file is part of YODA -- Yet more Objects for Data Analysis
4// Copyright (C) 2008-2023 The YODA collaboration (see AUTHORS for details)
5//
6#ifndef YODA_POINT3D_H
7#define YODA_POINT3D_H
8
9#include "YODA/Point.h"
10#pragma message "Point3D.h is deprecated. Please use Point.h instead."
11
12#endif