Skip to content
Snippets Groups Projects

Remove CVS keywords

Merged Marco Cattaneo requested to merge removeCVSkeywords into 2013-patches
987 files
+ 3
2547
Compare changes
  • Side-by-side
  • Inline
Files
987
@@ -3499,7 +3499,7 @@ use Stripping v3r0 Tools
"Typical" usage is
#include "Relations/IRelation2D.h"
#incldue "MCTools/HepMC2MC.h"
#include "MCTools/HepMC2MC.h"
typedef IRelation2D<HepMC::GenParticle*,MCParticle> Table ;
@@ -3547,7 +3547,7 @@ use Stripping v3r0 Tools
if ( !genps.empty() ) { genp = genps.front().to() ;}
To use these functionality, incldue the following lines into your *.opts file:
To use these functionality, include the following lines into your *.opts file:
#include "$LOKIGENOPTS/HepMC2MC.opts"
ApplicationMgr.DLLs += {"LoKiGen"} ;
@@ -7751,7 +7751,7 @@ Currently 3 functions are implemented:
"direct tables" and "associators" will be performed.
And later, the associators will be removed from LoKi.
- LoKi/MCTypes.h - modified to incldue
- LoKi/MCTypes.h - modified to include
new relation type IRelation<TrgTrack,MCParticle>
- LoKi/MCTrgTypes.h - useful file to import new relation type into LoKiHlt package
- LoKi/Extract.h - add new function from LoKiHlt package
Loading