00001 #ifndef VIS_FRAMEWORK_BASE_VIS_PHI_START_H 00002 # define VIS_FRAMEWORK_BASE_VIS_PHI_START_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "VisFramework/VisFrameworkBase/interface/VisActiveConfigurable.h" 00007 00008 //<<<<<< PUBLIC DEFINES >>>>>> 00009 //<<<<<< PUBLIC CONSTANTS >>>>>> 00010 //<<<<<< PUBLIC TYPES >>>>>> 00011 //<<<<<< PUBLIC VARIABLES >>>>>> 00012 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00013 //<<<<<< CLASS DECLARATIONS >>>>>> 00014 00015 class VisPhiStart : public VisActiveConfigurable<double> 00016 { 00017 public: 00018 VisPhiStart (IgState *state, lat::Callback notify); 00019 // implicit copy constructor 00020 // implicit assignment operator 00021 // implicit destructor 00022 }; 00023 00024 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00025 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00026 00027 #endif // VIS_FRAMEWORK_BASE_VIS_PHI_START_H