#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef BaseTauRefVector::iterator | reco::basetau_iterator |
iterator over a vector of references to BaseTau objects all in the same collection More... | |
typedef std::vector< BaseTau > | reco::BaseTauCollection |
collection of BaseTau objects More... | |
typedef edm::Ref< BaseTauCollection > | reco::BaseTauRef |
presistent reference to a BaseTau More... | |
typedef edm::RefProd< BaseTauCollection > | reco::BaseTauRefProd |
references to BaseTau collection More... | |
typedef edm::RefVector< BaseTauCollection > | reco::BaseTauRefVector |
vector of references to BaseTau objects all in the same collection More... | |