# | Line 421 | Line 421 | void l1menu::FullSample::loadFile( const | |
---|---|---|
421 | pImple_->inputNtuple.Open( filename ); | |
422 | } | |
423 | ||
424 | + | void l1menu::FullSample::loadFilesFromList( const std::string& filenameOfList ) |
425 | + | { |
426 | + | pImple_->sumOfWeights=-1; |
427 | + | pImple_->inputNtuple.OpenWithList( filenameOfList ); |
428 | + | } |
429 | + | |
430 | const l1menu::L1TriggerDPGEvent& l1menu::FullSample::getFullEvent( size_t eventNumber ) const | |
431 | { | |
432 | // Make sure the event number requested is valid. Use static_cast to get rid |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |