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