00001 #include <stdio.h> 00002 #include <TH1.h> 00003 00004 #include "SpyGeneric.h" 00005 00006 //------------------------------ 00007 //------------------------------ 00008 SpyGeneric* 00009 SpyGeneric::set(TH1 * h0, TString tx ){ 00010 h=h0; 00011 text=tx; 00012 text=tx; 00013 return this; 00014 } 00015 00016 00017
1.5.9