| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

SlowControlInfo.h

Go to the documentation of this file.
00001 //$Id: SlowControlInfo.h,v 1.1 2006/04/20 14:39:56 ranjard Exp $
00002 #ifndef DETDESC_SLOWCONTROLINFO_H
00003 #define DETDESC_SLOWCONTROLINFO_H 1
00004 
00005 #include <string>
00006 
00007 // Base classes
00008 #include "ConditionInfo.h"
00009 #include "DetDesc/ISlowControl.h"
00010 
00012 //--------------------------------------------------------------------------
00020 
00021 class SlowControlInfo: virtual public ConditionInfo,
00022                        virtual public ISlowControl
00023 {
00024 
00025  public: 
00026   
00028   SlowControlInfo( IDetectorElement* de,
00029                    const std::string& condition );
00030 
00032   virtual ~SlowControlInfo();
00033   
00034 };
00035 
00036 #endif // DETDESC_SLOWCONTROLINFO_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:00:13 2011 for DetDesc by doxygen 1.4.7