1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef DataFormats_METReco_PUSubMETDataFwd_h
#define DataFormats_METReco_PUSubMETDataFwd_h
#include "DataFormats/METReco/interface/PUSubMETData.h"
#include <vector>
namespace reco {
typedef std::vector<reco::PUSubMETCandInfo> PUSubMETCandInfoCollection;
}
#endif
|