Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd /scratch/sid_complete
mkdir lcsim
cd lcsim

cp /scratch/sid_complete/myscripts/build_lcsim.sh .
source ./build_lcsim.sh

This will check out  everything from the lcsim repository, set the path to Maven correctly  and build the lcsim distribution, this is a lot faster than the first step

SLICPandora Installation

this is done using another script

Code Block

cp myscripts/build_slicpandora.sh
source ./build_slicpandora.sh
Panel

Note:

in the current cvs version (23/07/13), there are two bugs

Code Block

diff \-r1.13 CMakeLists.txt

27,28c27,28
< FIND_PACKAGE( PandoraSDK REQUIRED )
< FIND_PACKAGE( FineGranularityContent REQUIRED )
\--\-
> FIND_PACKAGE( PandoraPFANew REQUIRED )
> #FIND_PACKAGE( FineGranularityContent REQUIRED )
32c32
< FOREACH( pkg LCIO PandoraSDK&nbsp; )
\--\-
> FOREACH( pkg LCIO PandoraPFANew&nbsp; )


and then there was one difficulty in
diff \-r1.4 MCParticleProcessor.cpp


63c63
<&nbsp;&nbsp;&nbsp;&nbsp; mcParticleParameters.m_mcParticleType = pandora::MC_STANDARD;
\--\-
> //&nbsp;&nbsp;&nbsp; mcParticleParameters.m_mcParticleType = pandora::MC_STANDARD;

this has been reported

References