void my_root_script() {

  std::cout << "Hello from my_root_script.cxx!\n";

  std::cout << "This should be run with singularity\n";

}