Skip to content
Snippets Groups Projects
Commit 718baba1 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

v19r1

parent 4db7bdc7
No related branches found
Tags v19r1
No related merge requests found
Showing
with 118 additions and 4 deletions
......@@ -6,5 +6,5 @@ find_package(GaudiProject)
#---------------------------------------------------------------
# Declare project name and version
gaudi_project(Phys v19r0
USE Rec v17r0)
gaudi_project(Phys v19r1
USE Rec v17r1)
################################################################################
# Package: DaVinciDecayFinder
################################################################################
gaudi_subdir(DaVinciDecayFinder v1r0)
gaudi_depends_on_subdirs(Phys/DaVinciKernel)
gaudi_add_module(DaVinciDecayFinder
src/*.cpp
LINK_LIBRARIES DaVinciKernelLib)
#============================================================================
# Created : 2014-08-05
# Maintainer : Chris Jones
#============================================================================
package DaVinciDecayFinder
version v1r0
#============================================================================
# Structure, i.e. directories to process.
#============================================================================
branches cmt doc src
#============================================================================
# Used packages.
#============================================================================
use DaVinciKernel v* Phys
include_path none
#============================================================================
# Component library building rule
#============================================================================
library DaVinciDecayFinder ../src/*.cpp
#============================================================================
# define component library link options
#============================================================================
apply_pattern component_library library=DaVinciDecayFinder
# Extra language for translating yacc to c++
# This is used to generate once the necessary files on Linux that are
# then committed (tool not available on win)
#============================================================================
# macro yaccppflags " -l -d "
# macro yaccpp "yacc $(yaccppflags)
# make_fragment yacc_to_icpp -suffix=icpp -header=yacc_to_icpp_header
# document yacc_to_icpp RecParser recparser.ypp
# macro recparser_ypp_yaccpp_prefix "DecayFinder::"
# macro lexppflags " -L "
# macro lexpp "lex ${lexppflags}
# make_fragment lex_to_icpp -suffix=icpp -header=lex_to_icpp_header
# document lex_to_icpp RecLexer reclexer.lpp
# macro reclexer_lpp_lexpp_prefix "DecayFinder::"
v1r0
!-----------------------------------------------------------------------------
! Package : Phys/DaVinciDecayFinder
! Responsible : DV Maintainer
! Purpose : Depreciated Decay Finder
!-----------------------------------------------------------------------------
!========================= DaVinciDecayFinder v1r0 2014-09-30 =========================
! 2014-08-05 - Chris Jones
- First version. Move DecayFinder to its own package (effectively depreciated).
// $Id: DecayFinder.cpp 155646 2013-04-25 18:58:06Z jonrob $
// $Id: DecayFinder.cpp 176006 2014-08-05 13:56:21Z jonrob $
// Include files
#include <list>
#include <functional>
......
// $Id: DecayFinder.h 155646 2013-04-25 18:58:06Z jonrob $
// $Id: DecayFinder.h 176006 2014-08-05 13:56:21Z jonrob $
#ifndef TOOLS_DECAYFINDER_H
#define TOOLS_DECAYFINDER_H 1
......
################################################################################
# Package: DaVinciFilters
################################################################################
gaudi_subdir(DaVinciFilters v1r0)
gaudi_depends_on_subdirs(Phys/DaVinciKernel
Phys/LoKiArrayFunctors
Phys/DecayTreeFitter)
gaudi_add_module(DaVinciFilters
src/*.cpp
LINK_LIBRARIES DaVinciKernelLib LoKiArrayFunctorsLib DecayTreeFitter)
#============================================================================
# Created : 2014-08-05
# Maintainer : Chris Jones
#============================================================================
package DaVinciFilters
version v1r0
#============================================================================
# Structure, i.e. directories to process.
#============================================================================
branches cmt doc src
#============================================================================
# Used packages.
#============================================================================
use DaVinciKernel v* Phys
use LoKiArrayFunctors v* Phys
use DecayTreeFitter v* Phys
include_path none
#============================================================================
# Component library building rule
#============================================================================
library DaVinciFilters ../src/*.cpp
#============================================================================
# define component library link options
#============================================================================
apply_pattern component_library library=DaVinciFilters
v1r0
!-----------------------------------------------------------------------------
! Package : Phys/DaVinciFilters
! Responsible : DV Maintainer
! Purpose : DV Filtering tools
!-----------------------------------------------------------------------------
!========================= DaVinciFilters v1r0 2014-09-30 =========================
! 2014-08-05 - Chris Jones
- First version. Split off from DaVinciTools the components related to filtering.
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