PFHitData Class Reference
 
 
 
PFHitData Class Reference

#include <PFMessages.h>

Inheritance diagram for PFHitData:
HitData MaxHeapOperators

Class Description

This class is used to identify the particle group and action list the hit particle belongs to.

Instances of this are logged to the system, and therefore are owned and the memory is freed by the System.

Public Member Functions

  PFHitData ()
  PFHitData (INode *pgroup, INode *alist)

Public Attributes

INode particleGroupNode
INode actionListNode

Constructor & Destructor Documentation

PFHitData ( INode pgroup,
INode alist 
) [inline]
{ particleGroupNode = pgroup; actionListNode = alist; }

Member Data Documentation