[Rivet] [Rivet-svn] r2972 - trunk/data/anainfo

David Grellscheid david.grellscheid at durham.ac.uk
Fri Feb 25 10:09:15 GMT 2011


Hi Frank,

Please don't let the .so files get too large, either. At runtime, I 
wouldn't want to have the LHAPDF problem of reserving enormous amounts 
of VMEM for analyses I'm never going to use.

The duplicates issue for the developers can be made less severe by using 
'rm oldlocation.la; make' instead of a full 'make clean; make'. That 
saves a lot of time.

> RivetATLASAnalyses_la_SOURCES = \
> if ENABLE_UNVALIDATED
>     ATLAS_2010_CONF_2010_049.cc
> endif
>     ATLAS_2010_S8591806.cc \
>     ATLAS_2010_S8817804.cc \
>     ATLAS_2010_S8894728.cc \
>     ATLAS_2010_S8914702.cc \
>     ATLAS_2010_S8918562.cc \
>     ATLAS_2010_S8919674.cc \
>     ATLAS_2011_S8924791.cc \
>     ATLAS_2011_S8971293.cc

Almost. The syntax is

foo_SOURCES = always.cc ....
if ENABLE_OTHER_STUFF
  foo_SOURCES += other.cc ...
endif

That works fine in Herwig's BSM model selection.

   David


More information about the Rivet mailing list