Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:12:36

0001 /*
0002  * Project: RooFit
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 /** \namespace ROOT::Experimental::XRooFit
0014 \ingroup xroofit
0015 
0016 <a href="https://gitlab.cern.ch/will/xroofit">xRooFit</a> is a high-level API for RooFit.
0017 
0018 A version of the API is included in ROOT as an experimental feature, inside the ROOT::Experimental::XRooFit namespace.
0019 
0020  */
0021 
0022 #ifndef RooFit_XRooFit_h
0023 #define RooFit_XRooFit_h
0024 
0025 #include "RooFit/xRooFit/xRooFit.h"
0026 
0027 #endif