https://github.com/root-project/root
Raw File
Tip revision: c16a0eb67e8a320e16e725c159e386e1dbed4711 authored by David Abdurachmanov on 26 October 2016, 13:47:08 UTC
Set code model to Large for PowerPC64 (aka ppc64le)
Tip revision: c16a0eb
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[] = {
	"Ilka Antcheva",
	"Bertrand Bellenot",
	"Anirudha Bose",
	"Rene Brun",
	"Philippe Canal",
	"Olivier Couet",
	"Gerardo Ganis",
	"Andrei Gheata",
	"Wim Lavrijsen",
	"Pere Mato",
	"Lorenzo Moneta",
	"Axel Naumann",
	"Valeri Onuchine",
	"Danilo Piparo",
	"Timur Pocheptsov",
	"Fons Rademakers",
	"Paul Russo",
	"Matevz Tadel",
	"Vassil Vassilev",
	"Wouter Verkerke",
        0};
}
}

#endif
back to top