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

Comparing UserCode/grimes/L1Menu/src/FullSample.cpp (file contents):
Revision 1.1 by grimes, Thu Jul 4 13:02:21 2013 UTC vs.
Revision 1.2 by grimes, Thu Jul 4 13:22:45 2013 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines