22.11.2011 Kamil Sedlak
Implemented posibility to write hits from musrSimAna into a "dump file", which can be used later as an input to the analysis of a real PSI data (as in a real experiment).
This commit is contained in:
@ -13,7 +13,7 @@ all: musrRoot
|
||||
%.o:%.cxx
|
||||
$(CPP) -c $(CPPFLAGS) $^
|
||||
|
||||
musrRoot: musrSimAna.o musrAnalysis.o musrCounter.o musrTH.o
|
||||
musrRoot: musrSimAna.o musrAnalysis.o musrCounter.o musrTH.o musrWriteDump.o
|
||||
$(CPP) -o musrSimAna $(LDFLAGS) $^
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user