|
| 1 | +/************************************************************** |
| 2 | + * * |
| 3 | + * TopoMgr * |
| 4 | + * * |
| 5 | + * Topology handling in BESIII * |
| 6 | + * * |
| 7 | + * Author: Markus Kuhlmann, Marvin Richter * |
| 8 | + * email: mkuhlmann@ep1.rub.de, mrichter@ep1.rub.de * |
| 9 | + * * |
| 10 | + * Copyright (C) 2016 Markus Kuhlmann, Marvin Richter * |
| 11 | + * * |
| 12 | + * * |
| 13 | + * Description: Topology handling in BESIII * |
| 14 | + * * |
| 15 | + * License: * |
| 16 | + * * |
| 17 | + * This file is part of TopoMgr * |
| 18 | + * * |
| 19 | + * TopoMgr is free software: you can redistribute it and/or * |
| 20 | + * modify it under the terms of the GNU General Public * |
| 21 | + * License as published by the Free Software Foundation, * |
| 22 | + * either version 3 of the License, or (at your option) any * |
| 23 | + * later version. * |
| 24 | + * * |
| 25 | + * TopoMgr is distributed in the hope that it will be useful,* |
| 26 | + * but WITHOUT ANY WARRANTY; without even the implied * |
| 27 | + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * |
| 28 | + * PURPOSE. See the GNU General Public License for more * |
| 29 | + * details. * |
| 30 | + * * |
| 31 | + * You should have received a copy of the GNU General * |
| 32 | + * Public License along with TopoMgr (license.txt). If not, * |
| 33 | + * * |
| 34 | + * * |
| 35 | + * see <http://www.gnu.org/licenses/>. * |
| 36 | + * * |
| 37 | + *************************************************************/ |
| 38 | + |
| 39 | +Please find usage example in example directory |
| 40 | +Tested and found working under ROOT5.34-36 buolt with GCC4.9.2 |
0 commit comments