Newer
Older
TB_Chris / TbUT / scripts / .svn / tmp / runClusterWithTrackAna.C.tmp
@iaro iaro on 9 May 2016 391 bytes first attempt of automated anal
#include <stdlib.h> 
#include "AnalysisBase_Inputs.h"

void runClusterWithTrackAna(){

  int bias = atoi(m_bias);
  
  gROOT->ProcessLine(".L CMS.C+");
  gROOT->ProcessLine(".L AnalysisBase.C+");
  gROOT->ProcessLine(".L ClusterWithTrackAna.C+");
<<<<<<< .mine

  //  ClusterWithTrackAna a;
  //a.Loop();
=======
  
  TTree *t;
  ClusterWithTrackAna a(bias);
  a.Loop();
>>>>>>> .r204986

}