Versions Compared

Key

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

...

00-03-08 includes commented-out JVF changes which will work in the next release (JVF branches do NOT work in 00-03-08), various bugfixes and naming convention updates, and updates to jet moment handling. 00-03-06 will still work if 00-03-08 gives problems for any reason. 00-03-07 does not compile in 15.1.0.

Compatible with release 15.3.0:

JetTrackVertexAnalysis-00-03-10

Changes from JetTrackVertexAnalysis-00-03-08:

  • Some includes changed in order to compile in 00-03-10
  • b-tagging code in RecoJetBlock.cxx cleaned up and updated for 15.3.0 b-tagging changes

Known bugs:

  • Setting DoExtrapolation = True in the TrackBlock appears to cause a segmentation fault. Under investigation

Install the following packages on top of 15.3.0 in order for the ntuple maker to work. Check out all packages before building any of them.

  • To avoid a seg fault in the magnetic field tool
    • InDetTrackingGeometry-01-04-03 in InnerDetector/InDetDetDescr/InDetTrackingGeometry
    • TrkDetDescrSvc-00-14-07 in Tracking/TrkDetDescr/TrkDetDescrSvc
  • To avoid zeros in all TrackParticle parameters
    • TrkEventTPCnv-00-21-00-01 in Tracking/TrkEventCnv/TrkEventTPCnv
    • TrkEventAthenaPool-01-30-05 in Tracking/TrkEventCnv/TrkEventAthenaPool
    • TrackParticleTPCnv-00-02-01 in Reconstruction/TrackParticleTPCnv
    • TrackParticleAthenaPool-00-04-04 in Reconstruction/TrackParticleAthenaPool

Structure and usage

 General structure

...