#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"
Go to the source code of this file.
Classes | |
class | reco::CastorCell |
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef CastorCellRefVector::iterator | reco::CastorCell_iterator |
iterator over a vector of references to CastorCell objects all in the same collection More... | |
typedef std::vector< CastorCell > | reco::CastorCellCollection |
collection of CastorCell objects More... | |
typedef edm::Ref< CastorCellCollection > | reco::CastorCellRef |
typedef edm::RefVector< CastorCellCollection > | reco::CastorCellRefVector |
vector of references to CastorCell objects all in the same collection More... | |