ATLAS Offline Software
Loading...
Searching...
No Matches
TFileString.cxx
Go to the documentation of this file.
1
12
13
14
16
18
19
20std::ostream& operator<<(std::ostream& s, const TFileString& fs) {
21 s << fs.name() << ":";
22 for ( unsigned i=0 ; i<fs.size() ; i++ ) s << "\t" << fs[i];
23 return s;
24}
25
26
27
static Double_t fs
ClassImp(TFileString) std
root TObject std::string std::vector class for writing std::string std::vectors to root files
std::ostream & operator<<(std::ostream &lhs, const TestGaudiProperty &rhs)