# | Line 69 | Line 69 | const bool* l1menu::L1TriggerDPGEvent::p | |
---|---|---|
69 | return pImple_->physicsBits; | |
70 | } | |
71 | ||
72 | + | void l1menu::L1TriggerDPGEvent::setWeight( float weight ) |
73 | + | { |
74 | + | pImple_->weight=weight; |
75 | + | } |
76 | + | |
77 | bool l1menu::L1TriggerDPGEvent::passesTrigger( const l1menu::ITrigger& trigger ) const | |
78 | { | |
79 | // This is an IEvent method, but ITrigger has a method that can |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |