Fork me on GitHub

Changeset cd699d0 in git for readers/DelphesCMSFWLite.cpp


Ignore:
Timestamp:
Apr 26, 2016, 11:42:49 AM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
3e8bcb9
Parents:
72779a1
Message:

load correct libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesCMSFWLite.cpp

    r72779a1 rcd699d0  
    4949#include "ExRootAnalysis/ExRootProgressBar.h"
    5050
    51 #include "FWCore/FWLite/interface/AutoLibraryLoader.h"
    52 
     51#include "FWCore/FWLite/interface/FWLiteEnabler.h"
    5352#include "DataFormats/FWLite/interface/Event.h"
    5453#include "DataFormats/FWLite/interface/Handle.h"
     
    226225  TApplication app(appName, &appargc, appargv);
    227226
    228   AutoLibraryLoader::enable();
    229 
     227  FWLiteEnabler::enable();
     228 
    230229  try
    231230  {
Note: See TracChangeset for help on using the changeset viewer.