src
DataFormats
METReco
interface
METFwd.h
Go to the documentation of this file.
1
// F.R.
2
#ifndef JetReco_METfwd_h
3
#define JetReco_METfwd_h
4
#include "
DataFormats/Common/interface/Ref.h
"
5
#include "
DataFormats/Common/interface/RefVector.h
"
6
#include "
DataFormats/Common/interface/RefProd.h
"
7
8
namespace
reco
{
9
class
MET
;
11
typedef
std::vector<MET>
METCollection
;
13
typedef
edm::Ref<METCollection>
METRef
;
14
typedef
edm::RefVector<METCollection>
METRefVector
;
15
typedef
edm::RefProd<METCollection>
METRefProd
;
16
}
// namespace reco
17
#endif
edm::Ref
Definition:
AssociativeIterator.h:58
reco::METCollection
std::vector< reco::MET > METCollection
collection of MET objects
Definition:
METCollection.h:22
RefProd.h
RefVector.h
edm::RefProd
Definition:
EDProductfwd.h:25
MET
Ref.h
edm::RefVector
Definition:
EDProductfwd.h:27
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::METRefProd
edm::RefProd< METCollection > METRefProd
Definition:
METFwd.h:15
reco::METRef
edm::Ref< METCollection > METRef
edm references
Definition:
METFwd.h:13
reco::METRefVector
edm::RefVector< METCollection > METRefVector
Definition:
METFwd.h:14
Generated for CMSSW Reference Manual by
1.8.14