FACT++  1.0
template<class T >
void StateMachineSmartFACT::WriteHist ( const EventImp d,
const string &  fname,
const T &  t,
double  scale,
double  offset = 0 
)
inlineprivate

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  }
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
virtual Time GetTime() const
Definition: EventImp.h:57
TT t
Definition: test_client.c:26

+ Here is the call graph for this function: