Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

EMC_TRAJ_SET_MAX_VELOCITY Class Reference

#include <emc.hh>

Inheritance diagram for EMC_TRAJ_SET_MAX_VELOCITY:

Inheritance graph
[legend]
Collaboration diagram for EMC_TRAJ_SET_MAX_VELOCITY:

Collaboration graph
[legend]

Public Methods

 EMC_TRAJ_SET_MAX_VELOCITY ()
void update (CMS *cms)

Data Fields

double velocity

Constructor & Destructor Documentation

EMC_TRAJ_SET_MAX_VELOCITY::EMC_TRAJ_SET_MAX_VELOCITY   [inline]
 

Definition at line 1345 of file emc.hh.


Member Function Documentation

void EMC_TRAJ_SET_MAX_VELOCITY::update CMS *    cms
 

Reimplemented from EMC_TRAJ_CMD_MSG.

Definition at line 3008 of file emc.cc.

03009 {
03010 
03011         EMC_TRAJ_CMD_MSG::update(cms);
03012         cms->update(velocity);
03013 
03014 }


Field Documentation

double EMC_TRAJ_SET_MAX_VELOCITY::velocity
 

Definition at line 1350 of file emc.hh.


The documentation for this class was generated from the following files:
Generated on Sun Dec 2 15:29:06 2001 for EMC by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001