File indexing completed on 2024-04-06 12:10:17
0001 #include "EgammaAnalysis/ElectronTools/interface/SimpleElectron.h"
0002 #include "EgammaAnalysis/ElectronTools/interface/EpCombinationTool.h"
0003 #include "EgammaAnalysis/ElectronTools/interface/ElectronEnergyCalibratorRun2.h"
0004 #include "EgammaAnalysis/ElectronTools/interface/PhotonEnergyCalibratorRun2.h"
0005
0006 namespace EgammaAnalysis_ElectronTools {
0007 struct dictionaryfuffa {
0008 SimpleElectron fuffaElectron;
0009 EpCombinationTool fuffaElectronCombinator;
0010 ElectronEnergyCalibratorRun2 fuffaElectronCalibrator;
0011 PhotonEnergyCalibratorRun2 fuffaPhotonCalibrator;
0012 };
0013 }