Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:28:23

0001 #include "plotting/PlotMEIFBenchmarks.cpp+"
0002 
0003 void makeMEIFBenchmarkPlots(const TString& arch, const TString& sample, const TString& build) {
0004   PlotMEIFBenchmarks MEIFBenchmarks(arch, sample, build);
0005   MEIFBenchmarks.RunMEIFBenchmarkPlots();
0006 }