Skip to content

Commit

Permalink
Rearranged file directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dchao committed Sep 23, 2014
1 parent 411db97 commit 9a87493
Show file tree
Hide file tree
Showing 31 changed files with 11 additions and 11 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CXXFLAGS += -fPIC
LIBNAME = libTupleReader.so

# path to compiled libaries
PKG_LIBPATH = lib
PKG_LIBPATH = ../lib

# package Contents
SOURCES = BDtaunuDef.cc GraphDef.cc \
Expand All @@ -34,7 +34,7 @@ CUSTOM_CPP_UTIL_ROOT = /Users/dchao/bdtaunu/v4/custom_cpp_utilities
INCFLAGS += -I$(CUSTOM_CPP_UTIL_ROOT)

# particle data file
PDT_FILE_PATHNAME = $(shell pwd | sed 's/\/[^/]*$$//')/tuple_reader/meta/pdt.dat
PDT_FILE_PATHNAME = $(shell pwd | sed 's/\/[^/]*$$//')/meta/pdt.dat
CXXFLAGS += -D__PDT_FILE_PATHNAME='"$(PDT_FILE_PATHNAME)"'

# Build Rules
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ BINARIES = mcreader_test1 mcreader_test2 mcreader_test3

# tuple_reader
TUPLE_READER_LIBNAME = -lTupleReader
TUPLE_READER_INC_PATH = ../
TUPLE_READER_LIB_PATH = ../lib
TUPLE_READER_INC_PATH = ../../
TUPLE_READER_LIB_PATH = ../../lib
INCFLAGS += -I $(TUPLE_READER_INC_PATH)
LDFLAGS += -L $(TUPLE_READER_LIB_PATH) $(TUPLE_READER_LIBNAME)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <iostream>
#include <chrono>

#include "BDtaunuMcReader.h"
#include <bdtaunu_tuple_analyzer/BDtaunuMcReader.h>

using namespace std;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#include <utility>
#include <cassert>

#include "BDtaunuDef.h"
#include "BDtaunuMcReader.h"
#include "UpsilonCandidate.h"
#include <bdtaunu_tuple_analyzer/BDtaunuDef.h>
#include <bdtaunu_tuple_analyzer/BDtaunuMcReader.h>
#include <bdtaunu_tuple_analyzer/UpsilonCandidate.h>

using namespace std;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#include <utility>
#include <cassert>

#include "BDtaunuDef.h"
#include "BDtaunuMcReader.h"
#include "UpsilonCandidate.h"
#include <bdtaunu_tuple_analyzer/BDtaunuDef.h>
#include <bdtaunu_tuple_analyzer/BDtaunuMcReader.h>
#include <bdtaunu_tuple_analyzer/UpsilonCandidate.h>

using namespace std;

Expand Down

0 comments on commit 9a87493

Please sign in to comment.