Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
xRooHypoSpace.h
Go to the documentation of this file.
1/*
2 * Project: xRooFit
3 * Author:
4 * Will Buttinger, RAL 2022
5 *
6 * Copyright (c) 2022, CERN
7 *
8 * Redistribution and use in source and binary forms,
9 * with or without modification, are permitted according to the terms
10 * listed in LICENSE (http://roofit.sourceforge.net/license.txt)
11 */
12
13#include "Config.h"
14
15#ifdef XROOFIT_USE_PRAGMA_ONCE
16#pragma once
17#endif
18#if !defined(XROOFIT_XROOHYPOSPACE_H) || defined(XROOFIT_USE_PRAGMA_ONCE)
19#ifndef XROOFIT_USE_PRAGMA_ONCE
20#define XROOFIT_XROOHYPOSPACE_H
21#endif
22
23#include "xRooNLLVar.h"
24
26
28public:
29 using xRooNLLVar::xRooHypoSpace::xRooHypoSpace;
31};
32
34
35#endif // include guard
#define ClassDef(name, id)
Definition Rtypes.h:337
#define BEGIN_XROOFIT_NAMESPACE
Definition Config.h:24
#define END_XROOFIT_NAMESPACE
Definition Config.h:25