yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
Profile2D.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_Profile2D_h
7#define YODA_Profile2D_h
8
9#include "YODA/Profile.h"
10#pragma message "Profile2D.h is deprecated. Please use Profile.h instead."
11
12#endif
13