ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/interface/EventObj.h
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/interface/EventObj.h (file contents):
Revision 1.2 by konec, Sun Jun 13 17:27:01 2010 UTC vs.
Revision 1.3 by konec, Wed Apr 24 19:54:35 2013 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines