Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-02 08:49:03

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 
0014 #ifndef RooFit_RooBrowser_h
0015 #define RooFit_RooBrowser_h
0016 
0017 #include "RooFit/xRooFit/xRooBrowser.h"
0018 
0019 namespace ROOT::Experimental {
0020 using RooBrowser = XROOFIT_NAMESPACE::xRooBrowser;
0021 }
0022 
0023 #endif