Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/RooBrowser.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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