Last change
on this file since 613 was 592, checked in by harald, 24 years ago |
Introduced a Task to read in the data from CT1 files to study the behaviour
of different analysis methods. Also the macro "macros/readCT1.C" was added
that reads in the CT1 data files and puts the content in the MNphotEvent
container. Then you can access that representation of this event.
|
-
Property svn:executable
set to
*
|
File size:
874 bytes
|
Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | # @maintitle
|
---|
9 |
|
---|
10 | # @code
|
---|
11 |
|
---|
12 | #
|
---|
13 | # please change all system depend values in the
|
---|
14 | # config.mk.${OSTYPE} file
|
---|
15 | #
|
---|
16 | #
|
---|
17 | include ../Makefile.conf.$(OSTYPE)
|
---|
18 | include ../Makefile.conf.general
|
---|
19 |
|
---|
20 | # @endcode
|
---|
21 |
|
---|
22 | INCLUDES = -I.
|
---|
23 |
|
---|
24 | # @code
|
---|
25 |
|
---|
26 | CINT = Mc
|
---|
27 | LIB = mmc.a
|
---|
28 |
|
---|
29 | #------------------------------------------------------------------------------
|
---|
30 |
|
---|
31 | .SUFFIXES: .c .cc .cxx .h .hxx .o
|
---|
32 |
|
---|
33 | SRCFILES = MHeaderTrig.cxx \
|
---|
34 | MMcEvt.cxx \
|
---|
35 | MMcTrig.cxx
|
---|
36 |
|
---|
37 | SRCS = $(SRCFILES)
|
---|
38 | HEADERS = $(SRCFILES:.cxx=.hxx)
|
---|
39 | OBJS = $(SRCFILES:.cxx=.o)
|
---|
40 |
|
---|
41 | ############################################################
|
---|
42 |
|
---|
43 | all: $(LIB)
|
---|
44 |
|
---|
45 | include ../Makefile.rules
|
---|
46 |
|
---|
47 | clean: rmlib rmcint rmobjs rmcore
|
---|
48 |
|
---|
49 | mrproper: clean rmbak
|
---|
50 |
|
---|
51 | # @endcode
|
---|
52 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.