mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
fix a typo and makefile
This commit is contained in:
@ -524,4 +524,4 @@ TGraphErrors* energyCalibration::calibrate(int nscan, Double_t *en, Double_t *ee
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Fit data is empty
|
|
||||||
|
8
slsDetectorCalibration/makefile
Normal file
8
slsDetectorCalibration/makefile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
CC=gcc
|
||||||
|
CFLAGS= -g -c -W -lstdc++
|
||||||
|
|
||||||
|
ROOTINCLUDE=$(ROOTSYS)/include
|
||||||
|
|
||||||
|
energyCalibration.o: energyCalibration.cpp
|
||||||
|
$(CC) $(CFLAGS) energyCalibration.cpp -I $(ROOTINCLUDE)
|
||||||
|
|
Reference in New Issue
Block a user