Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2026-07-16 08:11:24

0001 #!/bin/bash
0002 
0003 g++ -O2 -std=c++17 lfratio_pythia.cc -o lfratio_pythia $(root-config --cflags --libs) $(HepMC3-config --cflags --libs)