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

EMC_TRAJ_SET_SCALE Class Reference

#include <emc.hh>

Inheritance diagram for EMC_TRAJ_SET_SCALE:

Inheritance graph
[legend]
Collaboration diagram for EMC_TRAJ_SET_SCALE:

Collaboration graph
[legend]

Public Methods

 EMC_TRAJ_SET_SCALE ()
void update (CMS *cms)

Data Fields

double scale

Constructor & Destructor Documentation

EMC_TRAJ_SET_SCALE::EMC_TRAJ_SET_SCALE   [inline]
 

Definition at line 1367 of file emc.hh.


Member Function Documentation

void EMC_TRAJ_SET_SCALE::update CMS *    cms
 

Reimplemented from EMC_TRAJ_CMD_MSG.

Definition at line 2126 of file emc.cc.

02127 {
02128 
02129         EMC_TRAJ_CMD_MSG::update(cms);
02130         cms->update(scale);
02131 
02132 }


Field Documentation

double EMC_TRAJ_SET_SCALE::scale
 

Definition at line 1372 of file emc.hh.

Referenced by emcTaskIssueCommand(), main(), and sendFeedOverride().


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