#include <TF1Streamer_v1.h>
Inheritance diagram for SctData::IO::TF1Streamer_v1:
Public Member Functions | |
virtual void | write (OStream &out, const Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
Publishes ob to out. | |
virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
Refreshes ob from in. | |
virtual shared_ptr< Streamable > | read (IStream &in, const IOManager &manager) const throw (LogicError, IoError) |
Can't do this because we can't create a TF1 with the correct constructor! | |
virtual unsigned | getVersion () const throw () |
Private Member Functions | |
TF1Streamer_v1 () throw () | |
Static Private Attributes | |
static unsigned | s_version |
static bool | inMap |
One can only make a TF1IS from a TF1. NB cannot make the correct TF1, so no function refreshGuts(ISistream& in) const; elements transfered are: -> number of parameters -> chisquared and number of degrees of freedom -> parameter values, errors, and names -> x-axis minimum and maximum NB there is no mechanism to make the correct TF1 from just the stream at present.
Definition at line 22 of file TF1Streamer_v1.h.
|
Can't do this because we can't create a TF1 with the correct constructor!
Implements Sct::Streamer. Definition at line 62 of file TF1Streamer_v1.cpp. |
|
Refreshes ob from in.
Implements Sct::Streamer. Definition at line 37 of file TF1Streamer_v1.cpp. References SctData::RootStreamableAdapter::getObject(), and SctData::ob. Here is the call graph for this function: ![]() |
|
Publishes ob to out.
Implements Sct::Streamer. Definition at line 24 of file TF1Streamer_v1.cpp. References SctData::RootStreamableAdapter::getObject(), and SctData::ob. Here is the call graph for this function: ![]() |