00001
00002
00003
00004
00005
00006
00007
00008 #ifndef MUONEFFICIENCYCORRECTIONSDICT_H_
00009 #define MUONEFFICIENCYCORRECTIONSDICT_H_
00010
00011 #if defined(__GCCXML__) and not defined(EIGEN_DONT_VECTORIZE)
00012 # define EIGEN_DONT_VECTORIZE
00013 #endif // __GCCXML__
00014
00015 #include "MuonEfficiencyCorrections/MuonEfficiencyScaleFactors.h"
00016 #include "MuonEfficiencyCorrections/MuonTriggerScaleFactors.h"
00017
00018 #endif