This package implements a Gaudi service, encapsulating the flux package. Its only function is to return an IFlux object, whose methods are implemented by the flux package.
package FluxSvc version v2 branches FluxSvc mgr doc use flux v3 use GaudiSvc include_dirs $(FLUXSVCROOT) library FluxSvc *.cxx *.h\ Dll/*.cxx\ ../FluxSvc/*.h # define link options apply_pattern package_Clinkopts apply_pattern packageShr #============================================================= private # get flags to build shared library apply_pattern package_Cshlibflags private # need to use this only to make the dll available for the test program (which does not use it!) use RootHistCnv macro WinJobOptions "" WIN32 "test/jobOptions.txt" application testFluxSvc test/TestMain.cxx test/FluxTestAlg.cxx ${WinJobOptions}
The FluxSvc package depends on the following packages
package FluxSvc version v2 branches FluxSvc mgr doc use flux v3 use GaudiSvc include_dirs $(FLUXSVCROOT) library FluxSvc *.cxx *.h\ Dll/*.cxx\ ../FluxSvc/*.h # define link options apply_pattern package_Clinkopts apply_pattern packageShr #============================================================= private # get flags to build shared library apply_pattern package_Cshlibflags private # need to use this only to make the dll available for the test program (which does not use it!) use RootHistCnv macro WinJobOptions "" WIN32 "test/jobOptions.txt" application testFluxSvc test/TestMain.cxx test/FluxTestAlg.cxx ${WinJobOptions}
1.2.3 written by Dimitri van Heesch,
© 1997-2000