#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | Anp |
Classes | |
| class | Anp::Base |
| class | Anp::Handle< T > |
Functions | |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &o, const Handle< T > &handle) |
|
||||||||||||||||
|
Handle<T> can be printed with "cout << handle;" Definition at line 259 of file PhysicsNtuple/Handle.h. 00260 {
00261 o << *handle;
00262 return o;
00263 }
|
1.3.9.1