File indexing completed on 2026-04-05 08:10:26
0001 CFLAGS = -pthread -m64 -Wno-deprecated -I src/
0002 CFLAGS += $(shell root-config --cflags --libs)
0003
0004 all : Tracklet_RecoVtx BeamspotReco
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
0008
0009 BeamspotReco : src/BeamspotReco.cxx
0010 g++ $(CFLAGS) src/BeamspotReco.cxx -I$(OFFLINE_MAIN)/include -o BeamspotReco