File indexing completed on 2024-04-06 12:24:37
0001 #ifndef RecoBTau_JetTagComputerRecord_h
0002 #define RecoBTau_JetTagComputerRecord_h
0003
0004 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0005 #include <FWCore/Utilities/interface/mplVector.h>
0006
0007 class BTauGenericMVAJetTagComputerRcd;
0008 class GBRWrapperRcd;
0009
0010 class JetTagComputerRecord : public edm::eventsetup::DependentRecordImplementation<
0011 JetTagComputerRecord,
0012 edm::mpl::Vector<BTauGenericMVAJetTagComputerRcd, GBRWrapperRcd> > {};
0013
0014 #endif