FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T >
void StateMachineSmartFACT::WriteHist
(
const
EventImp
&
d
,
const string &
fname
,
const T &
t
,
double
scale
,
double
offset
=
0
)
inline
private
Definition at line
752
of file
smartfact.cc
.
References
EventImp::GetTime()
, and
t
.
753
{
754
WriteBinaryVec
(d.
GetTime
(), fname, vector<T>(&
t
, &t+1), scale, offset,
""
,
"000"
);
755
}
StateMachineSmartFACT::WriteBinaryVec
void WriteBinaryVec(const Time &tm, const string &fname, const vector< T > &vec, double scale, double offset=0, const string &title="", const string &col="")
Definition:
smartfact.cc:689
EventImp::GetTime
virtual Time GetTime() const
Definition:
EventImp.h:57
t
TT t
Definition:
test_client.c:26
Here is the call graph for this function:
StateMachineSmartFACT
Generated on Sun Sep 18 2016 20:51:03 for FACT++ by
1.8.11