RMF
RMF::decorator::ParticleFactory Class Reference

#include <RMF/decorator/physics.h>

+ Inheritance diagram for RMF::decorator::ParticleFactory:

Public Member Functions

 ParticleFactory (FileConstHandle fh)
 
 ParticleFactory (FileHandle fh)
 
ParticleConst get (NodeConstHandle nh) const
 
Particle get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Particle.

Examples:
benchmark/benchmark_rmf.cpp.

Definition at line 175 of file physics.h.

Member Function Documentation

ParticleConst RMF::decorator::ParticleFactory::get ( NodeConstHandle  nh) const

Get a ParticleConst for nh.

Examples:
benchmark/benchmark_rmf.cpp.

Definition at line 193 of file physics.h.

Particle RMF::decorator::ParticleFactory::get ( NodeHandle  nh) const

Get a Particle for nh.

Definition at line 202 of file physics.h.

bool RMF::decorator::ParticleFactory::get_is ( NodeConstHandle  nh) const

Check whether nh has all the attributes required to be a ParticleConst.

Examples:
benchmark/benchmark_rmf.cpp.

Definition at line 212 of file physics.h.

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: