Newer
Older
TB_Chris / TbUT / scripts / .svn / text-base / runClusterAna.C.svn-base
@iaro iaro on 9 May 2016 181 bytes first attempt of automated anal
  1. void runClusterAna(int bias = 350){
  2.  
  3. gROOT->ProcessLine(".L AnalysisBaseCluOnly.C+");
  4. gROOT->ProcessLine(".L ClusterAna.C+");
  5. TTree *t;
  6. ClusterAna a(bias);
  7. a.Loop();
  8. }