Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:14:03

0001 CFLAGS = -pthread -m64 -Wno-deprecated -I src/
0002 CFLAGS += $(shell root-config --cflags --libs)
0003 
0004 all : Tracklet_RecoVtx
0005 
0006 Tracklet_RecoVtx : src/Tracklet_RecoVtx.cxx src/Hit.h src/Vertex.h src/Utilities.h
0007         g++ ${CFLAGS} src/Tracklet_RecoVtx.cxx src/Hit.h src/Vertex.h src/Utilities.h -o Tracklet_RecoVtx