Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:10:26

0001 /*
0002  * Project: xRooFit
0003  * Author:
0004  *   Will Buttinger, RAL 2022
0005  *
0006  * Copyright (c) 2022, CERN
0007  *
0008  * Redistribution and use in source and binary forms,
0009  * with or without modification, are permitted according to the terms
0010  * listed in LICENSE (http://roofit.sourceforge.net/license.txt)
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 // include guard