#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 HLTTauRefVector::iterator | reco::hlttau_iterator |
iterator over a vector of references to HLTTau objects all in the same collection More... | |
typedef std::vector< HLTTau > | reco::HLTTauCollection |
collection of HLTTau objects More... | |
typedef edm::Ref< HLTTauCollection > | reco::HLTTauRef |
presistent reference to a HLTTau More... | |
typedef edm::RefProd< HLTTauCollection > | reco::HLTTauRefProd |
references to HLTTau collection More... | |
typedef edm::RefVector< HLTTauCollection > | reco::HLTTauRefVector |
vector of references to HLTTau objects all in the same collection More... | |