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

Comparing UserCode/L1RpcTriggerAnalysis/src/EventObj.cc (file contents):
Revision 1.1 by konec, Sun Jun 13 17:27:02 2010 UTC vs.
Revision 1.3 by akalinow, Thu Jul 11 11:25:22 2013 UTC

# Line 1 | Line 1
1   #include "UserCode/L1RpcTriggerAnalysis/interface/EventObj.h"
2 +
3 +
4   ClassImp(EventObj)
5 + ostream & operator<< (ostream &out, const EventObj &o) {
6 +  out <<"run: "<< o.run <<" event: "<<o.id<<" lumi: "<<o.lumi;
7 +  return out;
8 + }
9 +
10 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines