#include <HVisitors.h>
Inheritance diagram for MinMaxSetter:


Definition at line 206 of file HVisitors.h.
Public Member Functions | |
| MinMaxSetter (Double_t min_, Double_t max_) | |
| virtual void | visit (RegO &h) const |
| The visit function. | |
Private Attributes | |
| Double_t | min |
| The new minimum. | |
| Double_t | max |
| The new maximum. | |
|
||||||||||||
|
Definition at line 208 of file HVisitors.h. |
|
|
The visit function.
Implements ConstHVisitor. Definition at line 214 of file HVisitors.h. |
1.3.2