Changeset 2245 in Sophya for trunk/SophyaLib/HiStats
- Timestamp:
- Nov 4, 2002, 5:33:22 PM (23 years ago)
- Location:
- trunk/SophyaLib/HiStats
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/Makefile
r2244 r2245 3 3 all: $(LIB)libHiStats.a 4 4 clean: 5 rm -f $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ) xntuple.o5 rm -f $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o 6 6 rm -f $(LIB)libHiStats.a 7 7 $(LIB)libHiStats.a : $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o … … 101 101 $(INC)dvlist.h \ 102 102 $(INC)mutyv.h 103 $(OBJ)proxtuple.o: proxtuple.cc proxtuple.h ntuple.h \ 104 $(INC)objfio.h \ 105 $(INC)machdefs.h \ 106 $(INC)anydataobj.h \ 107 $(INC)ppersist.h \ 108 $(INC)pexceptions.h \ 109 $(INC)gnumd5.h ntupintf.h \ 110 $(INC)dvlist.h \ 111 $(INC)mutyv.h 103 112 $(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \ 104 113 $(INC)machdefs.h \ -
trunk/SophyaLib/HiStats/proxtuple.h
r2244 r2245 34 34 //forward declarations 35 35 36 #include <ntuple.h>37 #include <string>36 #include "ntuple.h" 37 #include <string> 38 38 39 39 class ProxTuple
Note:
See TracChangeset
for help on using the changeset viewer.