File indexing completed on 2025-01-18 10:10:26
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #include "Config.h"
0014
0015 #ifdef XROOFIT_USE_PRAGMA_ONCE
0016 #pragma once
0017 #endif
0018 #if !defined(XROOFIT_XROOHYPOSPACE_H) || defined(XROOFIT_USE_PRAGMA_ONCE)
0019 #ifndef XROOFIT_USE_PRAGMA_ONCE
0020 #define XROOFIT_XROOHYPOSPACE_H
0021 #endif
0022
0023 #include "xRooNLLVar.h"
0024
0025 BEGIN_XROOFIT_NAMESPACE
0026
0027 class xRooHypoSpace : public xRooNLLVar::xRooHypoSpace {
0028 public:
0029 using xRooNLLVar::xRooHypoSpace::xRooHypoSpace;
0030 ClassDef(xRooHypoSpace, 0)
0031 };
0032
0033 END_XROOFIT_NAMESPACE
0034
0035 #endif