GRUTinizer
|
#include "Globals.h"
#include "GCanvas.h"
#include <TClass.h>
#include <TPaveStats.h>
#include <TList.h>
#include <TText.h>
#include <TLatex.h>
#include <TH1.h>
#include <TH2.h>
#include <TGraphErrors.h>
#include <Buttons.h>
#include <KeySymbols.h>
#include <TVirtualX.h>
#include <TROOT.h>
#include <TFrame.h>
#include <TF1.h>
#include <TGraph.h>
#include <TPolyMarker.h>
#include <TSpectrum.h>
#include <TApplication.h>
#include <TContextMenu.h>
#include "GRootCommands.h"
#include <iostream>
#include <fstream>
#include <string>
#include <TMath.h>
Macros | |
#define | kArrowKeyPress 25 |
#define | kArrowKeyRelease 26 |
#define | MAXNUMBEROFMARKERS 4 |
Enumerations | |
enum | MyArrowPress { kMyArrowLeft = 0x1012, kMyArrowUp = 0x1013, kMyArrowRight = 0x1014, kMyArrowDown = 0x1015 } |
Functions | |
ClassImp (GMarker) void GMarker |
#define kArrowKeyPress 25 |
#define kArrowKeyRelease 26 |
#define MAXNUMBEROFMARKERS 4 |
enum MyArrowPress |
ClassImp | ( | GMarker | ) |