#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefVector.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef NuclearInteractionRefVector::iterator | reco::NuclearInteraction_iterator |
iterator over a vector of reference to Track in the same collection More... | |
typedef std::vector< NuclearInteraction > | reco::NuclearInteractionCollection |
collection of NuclearInteractions More... | |
typedef edm::Ref< NuclearInteractionCollection > | reco::NuclearInteractionRef |
persistent reference to a NuclearInteraction More... | |
typedef edm::RefVector< NuclearInteractionCollection > | reco::NuclearInteractionRefVector |
vector of reference to Track in the same collection More... | |