RMF
RMF::decorator::IntermediateParticleFactory Class Reference

#include <RMF/decorator/physics.h>

+ Inheritance diagram for RMF::decorator::IntermediateParticleFactory:

Public Member Functions

 IntermediateParticleFactory (FileConstHandle fh)
 
 IntermediateParticleFactory (FileHandle fh)
 
IntermediateParticleConst get (NodeConstHandle nh) const
 
IntermediateParticle get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type IntermediateParticle.

Examples:
benchmark/benchmark_rmf.cpp.

Definition at line 346 of file physics.h.

Member Function Documentation

IntermediateParticleConst RMF::decorator::IntermediateParticleFactory::get ( NodeConstHandle  nh) const

Get a IntermediateParticleConst for nh.

Examples:
benchmark/benchmark_rmf.cpp.

Definition at line 362 of file physics.h.

+ Here is the call graph for this function:

IntermediateParticle RMF::decorator::IntermediateParticleFactory::get ( NodeHandle  nh) const

Get a IntermediateParticle for nh.

Definition at line 370 of file physics.h.

+ Here is the call graph for this function:

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

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

Definition at line 379 of file physics.h.

+ Here is the call graph for this function:


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