#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 | |
reco | |
fixed size matrix | |
Typedefs | |
typedef SuperClusterRefVector::iterator | reco::superCluster_iterator |
iterator over a vector of reference to SuperClusters More... | |
typedef std::vector< SuperCluster > | reco::SuperClusterCollection |
collection of SuperCluser objectr More... | |
typedef edm::Ref< SuperClusterCollection > | reco::SuperClusterRef |
reference to an object in a collection of SuperCluster objects More... | |
typedef edm::RefProd< SuperClusterCollection > | reco::SuperClusterRefProd |
reference to a collection of SuperCluster objects More... | |
typedef edm::RefVector< SuperClusterCollection > | reco::SuperClusterRefVector |
vector of references to objects in the same colletion of SuperCluster objects More... | |