Revision: | 1.3 |
Committed: | Fri May 17 13:02:12 2013 UTC (11 years, 11 months ago) by konec |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Artur_11_07_2013_B, Artur_11_07_2013_A, Artur_11_07_2013, Artur_28_06_2013, HEAD |
Changes since 1.2: | +1 -1 lines |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | konec | 1.1 | #include "UserCode/L1RpcTriggerAnalysis/interface/TrackObj.h" |
2 | ClassImp(TrackObj) | ||
3 | konec | 1.2 | |
4 | ostream & operator<< (ostream &out, const TrackObj &o) | ||
5 | { | ||
6 | out<<"TrackObj: "; | ||
7 | konec | 1.3 | out <<" pt: "<<o.thePt<<", eta: "<<o.theEta<<", phi: "<<o.thePhi<<", charge: "<<o.theCharge; |
8 | konec | 1.2 | return out; |
9 | } | ||
10 |