#include <VisFramework/VisFrameworkBase/interface/VisPhiStart.h>
Public Member Functions | |
VisPhiStart (IgState *state, lat::Callback notify) |
Definition at line 15 of file VisPhiStart.h.
VisPhiStart::VisPhiStart | ( | IgState * | state, | |
lat::Callback | notify | |||
) |
Definition at line 16 of file VisPhiStart.cc.
00017 : VisActiveConfigurable<double> (state, notify, M_PI / 2.0, "VisPhiStart") 00018 { 00019 }