Versions Compared

Key

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

...

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

that's it, you're done, now up to actually running a few events ?! Continue reading here

References