Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TAG_eff.C File Reference

Go to the source code of this file.

Functions

 if (dir)
 
 if (!gPad) return
 
gStyle SetOptStat ("")
 
tleg SetTextSize (0.045)
 
tleg AddEntry (eff_tagm,"TAGM","l")
 
tleg AddEntry (eff_tagh,"TAGH","l")
 
eff_tagh SetTitle ("Tagger Efficiency")
 
eff_tagh SetTitleSize (0.045)
 
eff_tagh GetXaxis () -> SetTitleSize(0.045)
 
eff_tagh GetYaxis () -> SetTitleSize(0.045)
 
eff_tagh SetAxisRange (0.0, 1.0,"Y")
 
eff_tagh SetLineColor (kGreen)
 
eff_tagh Draw ()
 
eff_tagm SetLineColor (kRed)
 
eff_tagm Draw ("same")
 

Variables

TCanvas * c1 = gPad->GetCanvas()
 
TLegend * tleg = new TLegend(0.75,0.75,0.90,0.90)
 

Function Documentation

tleg AddEntry ( eff_tagm  ,
"TAGM"  ,
"l"   
)
tleg AddEntry ( eff_tagh  ,
"TAGH"  ,
"l"   
)
eff_tagh Draw ( )
eff_tagm Draw ( "same"  )
eff_tagh GetXaxis ( ) -> SetTitleSize(0.045)
eff_tagh GetYaxis ( ) -> SetTitleSize(0.045)
if ( dir  )

Definition at line 11 of file TAG_eff.C.

References c1.

if ( gPad)

Definition at line 32 of file bcal_hist_eff.C.

eff_tagh SetAxisRange ( 0.  0,
1.  0,
"Y"   
)
eff_tagh SetLineColor ( kGreen  )
eff_tagm SetLineColor ( kRed  )
gStyle SetOptStat ( ""  )
tleg SetTextSize ( 0.  045)
eff_tagh SetTitle ( "Tagger Efficiency"  )
eff_tagh SetTitleSize ( 0.  045)

Variable Documentation

TCanvas* c1 = gPad->GetCanvas()

Definition at line 32 of file TAG_eff.C.

TLegend* tleg = new TLegend(0.75,0.75,0.90,0.90)

Definition at line 35 of file TAG_eff.C.