# | Line 1 | Line 1 | |
---|---|---|
1 | #ifndef EventObj_H | |
2 | #define EventObj_H | |
3 | #include "TObject.h" | |
4 | + | #include <iostream> |
5 | ||
6 | struct EventObj : public TObject { | |
7 | unsigned int bx,id,lumi,run; | |
8 | ULong64_t time, orbit; | |
9 | ClassDef(EventObj,1) | |
10 | + | friend ostream & operator<< (ostream &out, const EventObj&o); |
11 | }; | |
12 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |