FastJet 3.0.4
fastjet::PseudoJet::UserInfoBase Class Reference

a base class to hold extra user information in a PseudoJet More...

#include <fastjet/PseudoJet.hh>

Inherited by MyUserInfo.

List of all members.


Detailed Description

a base class to hold extra user information in a PseudoJet

This is a base class to help associate extra user information with a jet. The user should store their information in a class derived from this. This allows information of arbitrary complexity to be easily associated with a PseudoJet (in contrast to the user index). For example, in a Monte Carlo simulation, the user information might include the PDG ID, and the position of the production vertex for the particle.

The PseudoJet is able to store a shared pointer to any object derived from UserInfo. The use of a shared pointer frees the user of the need to handle the memory management associated with the information.

Having the user information derive from a common base class also facilitates dynamic casting, etc.

Definition at line 363 of file PseudoJet.hh.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends