swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: 04c6b788750dae89b991f2f6161652629a8944f7 authored by Pere Mato on 13 June 2017, 07:14:04 UTC
Uopdate date in release notes
Tip revision: 04c6b78
rootcoreteam.h
#ifndef ROOT_ROOTCoreTeam
#define ROOT_ROOTCoreTeam

namespace ROOT {
namespace ROOTX {

//This file is automatically generated with names from http://root.cern.ch/gitstats/authors.html.
//The names are sorted in an alphabetical order (sorted by a family name).
//Please note the structure: it should be always like this - names as
//string literals in an array's initializer
//with a terminating 0 - that's what our rootxx.cxx and rootx-cocoa.mm expect.
//The array (or its elements actually) has an internal linkage
//(it has a definition here, not in rootxx.cxx or rootx-cocoa.mm files.
//Please, do not modify this file.

const char * gROOTCoreTeam[] = {
	"Rene Brun",
	"Fons Rademakers",
	"Philippe Canal",
	"Axel Naumann",
	"Olivier Couet",
	"Lorenzo Moneta",
	"Vassil Vassilev",
	"Gerardo Ganis",
	"Bertrand Bellenot",
	"Danilo Piparo",
	"Wouter Verkerke",
	"Timur Pocheptsov",
	"Matevz Tadel",
	"Pere Mato",
	"Wim Lavrijsen",
	"Ilka Antcheva",
	"Paul Russo",
	"Andrei Gheata",
	"Anirudha Bose",
	"Valeri Onuchine",
        0};
}
}

#endif
back to top