Newer
Older
STAging / include / incDrawROOT.h
/** incDrawROOT.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 INCDRAWROOT_H
#define INCDRAWROOT_H

#include "TAxis.h"
#include "TGaxis.h"
#include "TCanvas.h"
#include "TColor.h"
#include "TLatex.h"
#include "TLegend.h"
#include "TLine.h"
#include "TMarker.h"
#include "TPad.h"
#include "TPolyLine.h"
#include "TText.h"



#endif