ATLAS Offline Software
DataQuality/ZLumiScripts/scripts/Pandas_scripts/plotting/AtlasStyle/AtlasUtils.h
Go to the documentation of this file.
1 //
2 // @file AtlasUtils.h
3 //
4 //
5 // @author M.Sutton
6 //
7 // Copyright (C) 2010 Atlas Collaboration
8 //
9 // $Id: AtlasUtils.h, v0.0 Thu 25 Mar 2010 10:34:20 CET $
10 
11 
12 #ifndef __ATLASUTILS_H
13 #define __ATLASUTILS_H
14 
15 #include "TGraphErrors.h"
16 #include "TGraphAsymmErrors.h"
17 
18 void ATLAS_LABEL(Double_t x,Double_t y,Color_t color=1);
19 
20 TGraphErrors* myTGraphErrorsDivide(TGraphErrors* g1,TGraphErrors* g2);
21 
22 TGraphAsymmErrors* myTGraphErrorsDivide(TGraphAsymmErrors* g1,TGraphAsymmErrors* g2);
23 
24 TGraphAsymmErrors* myMakeBand(TGraphErrors* g0, TGraphErrors* g1,TGraphErrors* g2);
25 
26 void myAddtoBand(TGraphErrors* g1, TGraphAsymmErrors* g2);
27 
28 TGraphErrors* TH1TOTGraph(TH1 *h1);
29 
30 void myText(Double_t x,Double_t y,Color_t color,const char *text, bool set_text_size = false);
31 
32 void myBoxText(Double_t x, Double_t y,Double_t boxsize,Int_t mcolor,const char *text);
33 
34 void myMarkerText(Double_t x,Double_t y,Int_t color,Int_t mstyle,const char *text,Float_t msize=2.);
35 
36 #endif // __ATLASUTILS_H
color
Definition: jFexInputByteStreamTool.cxx:25
beamspotnt.msize
msize
Definition: bin/beamspotnt.py:1442
myBoxText
void myBoxText(Double_t x, Double_t y, Double_t boxsize, Int_t mcolor, const char *text)
myText
void myText(Double_t x, Double_t y, Color_t color, const char *text, bool set_text_size=false)
read_hist_ntuple.h1
h1
Definition: read_hist_ntuple.py:21
x
#define x
myTGraphErrorsDivide
TGraphErrors * myTGraphErrorsDivide(TGraphErrors *g1, TGraphErrors *g2)
Definition: Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/AtlasUtils.h:38
fitman.g1
g1
Definition: fitman.py:619
myMarkerText
void myMarkerText(Double_t x, Double_t y, Int_t color, Int_t mstyle, const char *text, Float_t msize=2.)
fitman.g2
g2
Definition: fitman.py:624
myAddtoBand
void myAddtoBand(TGraphErrors *g1, TGraphAsymmErrors *g2)
Definition: Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/AtlasUtils.h:211
ATLAS_LABEL
void ATLAS_LABEL(Double_t x, Double_t y, Color_t color=1)
Definition: Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/AtlasUtils.h:29
y
#define y
TH1
Definition: rootspy.cxx:268
TH1TOTGraph
TGraphErrors * TH1TOTGraph(TH1 *h1)
Definition: Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/AtlasUtils.h:262
myMakeBand
TGraphAsymmErrors * myMakeBand(TGraphErrors *g0, TGraphErrors *g1, TGraphErrors *g2)
Definition: Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/AtlasUtils.h:169
makeTransCanvas.text
text
Definition: makeTransCanvas.py:11