#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/RefProd.h"
Go to the source code of this file.
Namespaces | |
namespace | reco |
Typedefs | |
typedef Tau3DRefVector::iterator | reco::tau3D_iterator |
iterator over a vector of references to Tau3D objects | |
typedef std::vector< Tau3D > | reco::Tau3DCollection |
collection of Tau3D objects | |
typedef edm::Ref< Tau3DCollection > | reco::Tau3DRef |
persistent reference to Tau3D objects | |
typedef edm::RefProd < Tau3DCollection > | reco::Tau3DRefProd |
reference to Tau3D collection | |
typedef edm::RefVector < Tau3DCollection > | reco::Tau3DRefVector |
vector of references to Tau3D objects all in the same collection |