Main Page
Data Structures
Files
File List
src
photosCInterfaces
src/photosCInterfaces/Makefile
1
include ../make.inc
2
3
SOURCES_CC=
PhotosParticle
.cxx
PhotosEvent
.cxx
PhotosBranch
.cxx
Photos
.cxx
4
OBJECTS_CC=$(SOURCES_CC:.cxx=.o)
5
6
%.o: %.cxx
7
$(CC) $(CFLAGS) $(DEBUG) -I. -I../utilities -I../photos-C -I../eventRecordInterfaces -c $< -o $@
8
9
all: $(OBJECTS_CC)
10
11
clean:
12
rm -f *.o *~;
Photos
Controls the configuration and initialization of Photos.
PhotosParticle
Abstract base class for particle in the event. This class also handles boosting.
PhotosEvent
Abstract base class for containing the event information.
PhotosBranch
Single branching point.
Generated by
1.8.5