ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/grimes/L1Menu/src/ReducedEvent.cpp
(Generate patch)

Comparing UserCode/grimes/L1Menu/src/ReducedEvent.cpp (file contents):
Revision 1.1 by grimes, Fri Jun 28 14:30:08 2013 UTC vs.
Revision 1.2 by grimes, Tue Jul 2 23:30:37 2013 UTC

# Line 38 | Line 38 | float l1menu::ReducedEvent::weight() con
38          if( pProtobufEvent_->has_weight() ) return pProtobufEvent_->weight();
39          else return 1;
40   }
41 +
42 + const l1menu::ISample& l1menu::ReducedEvent::sample() const
43 + {
44 +        return sample_;
45 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines