Newer
Older
TB_Chris / TbUT / scripts / runExampleAnalysis.C
@iaro iaro on 9 May 2016 320 bytes first attempt of automated anal
{
  //-------------------------
  // To execute:
  // SetupProject LHCb v36r2
  // root[]: .x runExampleAnalysis.C
  //
  //-------------------------

  gROOT->ProcessLine(".L CMS.C+");
  gROOT->ProcessLine(".L AnalysisBase.C+");
  gROOT->ProcessLine(".L ExampleAnalysis.C+");

  //  ExampleAnalysis a;
  //a.Loop();

}