#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 PreshowerClusterShapeRefVector::iterator | reco::PreshowerClusterShape_iterator |
iterator over a vector of references to PreshowerClusterShape objects More... | |
typedef std::vector< PreshowerClusterShape > | reco::PreshowerClusterShapeCollection |
collection of PreshowerClusterShape objects More... | |
typedef edm::Ref< PreshowerClusterShapeCollection > | reco::PreshowerClusterShapeRef |
persistent reference to PreshowerClusterShape objects More... | |
typedef edm::RefProd< PreshowerClusterShapeCollection > | reco::PreshowerClusterShapeRefProd |
reference to PreshowerClusterShape collection More... | |
typedef edm::RefVector< PreshowerClusterShapeCollection > | reco::PreshowerClusterShapeRefVector |
vector of references to PreshowerClusterShape objects all in the same collection More... | |