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