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

Comparing UserCode/grimes/L1Menu/src/MenuSample.cpp (file contents):
Revision 1.2 by grimes, Mon May 6 00:05:38 2013 UTC vs.
Revision 1.3 by grimes, Wed May 15 10:41:36 2013 UTC

# Line 4 | Line 4
4   #include <stdexcept>
5   #include <cmath>
6  
7 + #include <TSystem.h>
8   #include "UserCode/L1TriggerUpgrade/macros/L1UpgradeNtuple.h"
9   #include "UserCode/L1TriggerUpgrade/interface/L1AnalysisDataFormat.h"
10  
# Line 329 | Line 330 | l1menu::MenuSample::MenuSample( const l1
330          : pImple_( new MenuSamplePrivateMembers(*otherMenuSample.pImple_) )
331   {
332          // No operation besides the initialiser list
333 +        gSystem->Load("libFWCoreFWLite.so");
334   }
335  
336   l1menu::MenuSample& l1menu::MenuSample::operator=( const l1menu::MenuSample& otherMenuSample )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines