Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

you might need to check that the path to this package are correct in ana.C (int the topology directory.your run directory e.g. topology/jetmetbtag/), in particular check a few hard-coded paths (not very nice):

   // GRL loader
   gSystem->AddIncludePath(" -I../../../../DataQuality/GoodRunsLists/");
   gSystem->Load("libGoodRunsLists.so");
   // JESUncertaintyProvider
   gSystem->AddIncludePath(" -I../../../../JetUncertainties/");
   gSystem->CompileMacro("../../../../JetUncertainties/src/JESUncertaintyProvider.cxx","k");
   // Trigger Navigation
   gSystem->AddIncludePath(" -I../../../../TriggerMenuNtuple");
   gSystem->Load("../../../../TriggerMenuNtuple/lib/libTriggerMenuNtuple.so","k");
   gSystem->AddIncludePath(" -I../../../../DataQuality/GoodRunsLists/");

   gSystem->AddIncludePath(" -I../../../../JetUncertainties/");

   gSystem->CompileMacro("../../../../JetUncertainties/src/JESUncertaintyProvider.cxx","k");

   gSystem->AddIncludePath(" -I../../../../TriggerMenuNtuple");

   gSystem->Load("../../../../TriggerMenuNtuple/lib/libTriggerMenuNtuple.so","k");

Run an example

In order to run on the example you need a ntuple. This example runs on an ntuple:
user.bcbutler.susySlim11.v1.simple_Bb_B200_L100_herwigpp_susy.merge.NTUP_SUSY.e636_s933_s946_r1831_r1700_p364/

...