Skip to content
Snippets Groups Projects
Commit 07740845 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Merge branch 'autotool2' into develop

Directory pub/core contains
- symbolic link to .cpp and .h files in Core/*/src and Core/*/inc
- configure.ac, Makefile.am, and files generated by autoreconf -if
Try ./configure; make; make install
parents 25734169 28dc667b
No related branches found
No related tags found
No related merge requests found
Showing
with 1902 additions and 22 deletions
App/App 0 → 100755
File added
This diff is collapsed.
/********************************************************************
* src/AppDict.h
* CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
* FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
* CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
********************************************************************/
#ifdef __CINT__
#error src/AppDict.h/C is only for compilation. Abort cint.
#endif
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#define G__ANSIHEADER
#define G__DICTIONARY
#define G__PRIVATE_GVALUE
#include "G__ci.h"
#include "FastAllocString.h"
extern "C" {
extern void G__cpp_setup_tagtableAppDict();
extern void G__cpp_setup_inheritanceAppDict();
extern void G__cpp_setup_typetableAppDict();
extern void G__cpp_setup_memvarAppDict();
extern void G__cpp_setup_globalAppDict();
extern void G__cpp_setup_memfuncAppDict();
extern void G__cpp_setup_funcAppDict();
extern void G__set_cpp_environmentAppDict();
}
#include "TObject.h"
#include "TMemberInspector.h"
#include "inc/App.h"
#include <algorithm>
namespace std { }
using namespace std;
#ifndef G__MEMFUNCBODY
#endif
extern G__linked_taginfo G__AppDictLN_TClass;
extern G__linked_taginfo G__AppDictLN_TBuffer;
extern G__linked_taginfo G__AppDictLN_TMemberInspector;
extern G__linked_taginfo G__AppDictLN_TObject;
extern G__linked_taginfo G__AppDictLN_vectorlEdoublecOallocatorlEdoublegRsPgR;
extern G__linked_taginfo G__AppDictLN_vectorlEboolcOallocatorlEboolgRsPgR;
extern G__linked_taginfo G__AppDictLN_string;
extern G__linked_taginfo G__AppDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR;
extern G__linked_taginfo G__AppDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR;
extern G__linked_taginfo G__AppDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR;
extern G__linked_taginfo G__AppDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR;
extern G__linked_taginfo G__AppDictLN_TCanvas;
extern G__linked_taginfo G__AppDictLN_MultiLayer;
extern G__linked_taginfo G__AppDictLN_DrawHelper;
extern G__linked_taginfo G__AppDictLN_ISingletonlEDrawHelpergR;
extern G__linked_taginfo G__AppDictLN_vectorlETCanvasmUcOallocatorlETCanvasmUgRsPgR;
extern G__linked_taginfo G__AppDictLN_reverse_iteratorlEvectorlETCanvasmUcOallocatorlETCanvasmUgRsPgRcLcLiteratorgR;
extern G__linked_taginfo G__AppDictLN_TreeEventOutputData;
extern G__linked_taginfo G__AppDictLN_vectorlEvectorlEdoublecOallocatorlEdoublegRsPgRcOallocatorlEvectorlEdoublecOallocatorlEdoublegRsPgRsPgRsPgR;
extern G__linked_taginfo G__AppDictLN_reverse_iteratorlEvectorlEvectorlEdoublecOallocatorlEdoublegRsPgRcOallocatorlEvectorlEdoublecOallocatorlEdoublegRsPgRsPgRsPgRcLcLiteratorgR;
extern G__linked_taginfo G__AppDictLN_TreeEventFitData;
extern G__linked_taginfo G__AppDictLN_vectorlEstringcOallocatorlEstringgRsPgR;
extern G__linked_taginfo G__AppDictLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR;
/* STUB derived class for protected member access */
typedef ISingleton<DrawHelper> G__ISingletonlEDrawHelpergR;
# generate aditional code for GISASFW Python API
default: build
build:
python codegenerator.py make
install:
python codegenerator.py install
.PHONY: clean
clean:
rm -r -f output
rm -f *~
rm -f named_tuple.py
rm -f *.pyc
rm -f exposed_decl.pypp.txt
\ No newline at end of file
../../../Core/Algorithms/src/Beam.cpp
\ No newline at end of file
../../../Core/Algorithms/inc/Beam.h
\ No newline at end of file
../../../Core/Algorithms/src/ChiSquaredFrequency.cpp
\ No newline at end of file
../../../Core/Algorithms/inc/ChiSquaredFrequency.h
\ No newline at end of file
../../../Core/Algorithms/src/ChiSquaredModule.cpp
\ No newline at end of file
../../../Core/Algorithms/inc/ChiSquaredModule.h
\ No newline at end of file
../../../Core/Algorithms/src/ConvolutionDetectorResolution.cpp
\ No newline at end of file
../../../Core/Algorithms/inc/ConvolutionDetectorResolution.h
\ No newline at end of file
../../../Core/Algorithms/src/DWBADiffuseReflection.cpp
\ No newline at end of file
../../../Core/Algorithms/inc/DWBADiffuseReflection.h
\ No newline at end of file
../../../Core/Algorithms/src/DWBASimulation.cpp
\ No newline at end of file
../../../Core/Algorithms/inc/DWBASimulation.h
\ No newline at end of file
../../../Core/Algorithms/src/DecouplingApproximationStrategy.cpp
\ No newline at end of file
../../../Core/Algorithms/inc/DecouplingApproximationStrategy.h
\ No newline at end of file
../../../Core/Algorithms/src/Detector.cpp
\ No newline at end of file
../../../Core/Algorithms/inc/Detector.h
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment