a base class to hold extra information in PseudoJet More...
#include <PseudoJet.hh>
a base class to hold extra information in PseudoJet
This is a dummy class to hold extra information. The motivation behind its existence is a safety procedure: we could symply hold a generic pointer but this allows for clean destruction when memory is released and this allows consistency checks at the level of the end-user by using dynamic_cast instead of a brute-force cast.
Definition at line 257 of file PseudoJet.hh.