mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
fix a typo and makefile
This commit is contained in:
parent
d69c6df9ce
commit
e16cda9509
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user