GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Bg.C
Go to the documentation of this file.
1 
3 void Bg()
4 {
5  TMarker m; m.SetMarkerStyle(21); m.SetMarkerColor(30);
6 
8  if ( thecollector )
9  thecollector->SetMarker(m);
10 }
11 
void Bg()
Function to set markers to background style.
Definition: Bg.C:3
static ClickCollector * TheCollector()
Definition: CollectOn.C:62
void SetMarker(TMarker m)
Definition: CollectOn.C:43