Class template RecordableObservable
alps::RecordableObservable
Synopsis
Description
RecordableObservable
public
construct/copy/destruct
-
RecordableObservable();
just a default constructor
~RecordableObservable();
RecordableObservable
public member functions
-
void operator<<(const value_type & x) ;
add another measurement to the observable
-
void add(const value_type & x) ;
add another measurement to the observable
-
void add(const value_type & x, sign_type s) ;
add an explcitly signed measurement to the observable