StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SpyGeneric.cxx
1 #include <stdio.h>
2 #include <TH1.h>
3 
4 #include "SpyGeneric.h"
5 
6 //------------------------------
7 //------------------------------
9 SpyGeneric::set(TH1 * h0, TString tx ){
10  h=h0;
11  text=tx;
12  text=tx;
13  return this;
14 }
15 
16 
17