Newer
Older
STAging / include / incBasicROOT.h
/** inBasicROOT.h
 *  Collection of header files to be included in one go
 *  Author:   Christian Elsasser (elsasser@cern.ch)
 *  Date:     2013-03-26 (last modified: 2013-03-26)
 *  Version:  v1.0
 *  Tested:   No (last tested version: none)
 */

#ifndef INCBASICROOT_H
#define INCBASICROOT_H


#include "TROOT.h"

#include "TApplication.h"
#include "TClass.h"
#include "TKey.h"
#include "TMath.h"
#include "TObject.h"
#include "TString.h"
#include "TSystem.h"

#endif