Changeset 2244 in Sophya for trunk/SophyaLib/HiStats


Ignore:
Timestamp:
Nov 4, 2002, 1:48:25 PM (23 years ago)
Author:
plaszczy
Message:

nouvelle classe qui permet une gestion plus siple des ntuples
(juste un proxy) : voir header

Location:
trunk/SophyaLib/HiStats
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/Makefile

    r1837 r2244  
    55        rm -f $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)xntuple.o
    66        rm -f $(LIB)libHiStats.a
    7 $(LIB)libHiStats.a : $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)xntuple.o
     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
    88        $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
    99ifeq ($(CXX),cxx)
  • trunk/SophyaLib/HiStats/objlist.list

    r1371 r2244  
    55ntupintf.o
    66ntuple.o
     7proxtuple.o
    78xntuple.o
Note: See TracChangeset for help on using the changeset viewer.