https://github.com/root-project/root
Raw File
Tip revision: 04b589457c524815fcff101199c4b25e0502dafc authored by Philippe Canal on 21 May 2024, 19:16:57 UTC
io: Avoid infinite recursion in TFile::Open
Tip revision: 04b5894
rootcoreteam.h
#ifndef ROOT_ROOTCoreTeam
#define ROOT_ROOTCoreTeam

// This file is automatically generated with names from "git shortlog".
// with a terminating 0 - that is what our rootxx.cxx and rootx-cocoa.mm expect.
// Do not modify this file directly but run "make version" or
// "build/unix/coreteam.sh".

namespace ROOT {
namespace ROOTX {

const char *gROOTCoreTeam[] = {
   "Rene Brun",
   "Fons Rademakers",
   "Philippe Canal",
   "Axel Naumann",
   "Olivier Couet",
   "Lorenzo Moneta",
   "Vassil Vassilev",
   "Sergey Linev",
   "Danilo Piparo",
   "Gerardo Ganis",
   "Bertrand Bellenot",
   "Enrico Guiraud",
   "Guilherme Amadio",
   "Wouter Verkerke",
   "Pere Mato Vila",
   "Timur Pocheptsov",
   "Matevz Tadel",
   "Wim Lavrijsen",
   "Enric Tejedor Saavedra",
   "Ilka Antcheva",
   0 };

} // namespace ROOTX
} // namespace ROOT

#endif
back to top