#include <vector>
#include <memory>
#include "DataFormats/Math/interface/Point3D.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/CastorReco/interface/CastorTower.h"
Go to the source code of this file.
Classes | |
class | reco::CastorCluster |
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef CastorClusterRefVector::iterator | reco::CastorCluster_iterator |
iterator over a vector of references to CastorCluster objects all in the same collection More... | |
typedef std::vector< CastorCluster > | reco::CastorClusterCollection |
collection of CastorCluster objects More... | |
typedef edm::Ref< CastorClusterCollection > | reco::CastorClusterRef |
typedef edm::RefVector< CastorClusterCollection > | reco::CastorClusterRefVector |
vector of references to CastorCluster objects all in the same collection More... | |