# | 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 | + | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |