File indexing completed on 2024-04-06 12:03:46
0001 #ifndef DataFormats_BTauReco_CandSoftLeptonTagInfo_h
0002 #define DataFormats_BTauReco_CandSoftLeptonTagInfo_h
0003
0004 #include <vector>
0005 #include <limits>
0006
0007 #include "DataFormats/BTauReco/interface/RefMacros.h"
0008 #include "DataFormats/Candidate/interface/CandidateFwd.h"
0009 #include "DataFormats/BTauReco/interface/TemplatedSoftLeptonTagInfo.h"
0010
0011 namespace reco {
0012
0013 typedef TemplatedSoftLeptonTagInfo<CandidatePtr> CandSoftLeptonTagInfo;
0014
0015 DECLARE_EDM_REFS(CandSoftLeptonTagInfo)
0016
0017 }
0018
0019 #endif