#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/EcalRecHit/interface/EcalRecHitCollections.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef PreshowerClusterRefVector::iterator | reco::PreshowerCluster_iterator |
iterator over a vector of references to PreshowerCluster objects More... | |
typedef std::vector< PreshowerCluster > | reco::PreshowerClusterCollection |
collection of PreshowerCluster objects More... | |
typedef edm::Ref< PreshowerClusterCollection > | reco::PreshowerClusterRef |
persistent reference to PreshowerCluster objects More... | |
typedef edm::RefProd< PreshowerClusterCollection > | reco::PreshowerClusterRefProd |
reference to PreshowerCluster collection More... | |
typedef edm::RefVector< PreshowerClusterCollection > | reco::PreshowerClusterRefVector |
vector of references to PreshowerCluster objects all in the same collection More... | |