#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/Common/interface/SortedCollection.h"
#include "DataFormats/HcalRecHit/interface/CastorRecHit.h"
#include "DataFormats/Candidate/interface/LeafCandidate.h"
Go to the source code of this file.
Classes | |
class | reco::CastorTower |
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef CastorTowerRefVector::iterator | reco::CastorTower_iterator |
iterator over a vector of references to CastorTower objects all in the same collection More... | |
typedef std::vector< CastorTower > | reco::CastorTowerCollection |
collection of CastorTower objects More... | |
typedef edm::Ref< CastorTowerCollection > | reco::CastorTowerRef |
typedef edm::RefVector< CastorTowerCollection > | reco::CastorTowerRefVector |
vector of references to CastorTower objects all in the same collection More... | |