#include <utility>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/L1Trigger/interface/BXVector.h"
Go to the source code of this file.
Namespaces | |
l1t | |
delete x; | |
Typedefs | |
template<typename T > | |
using | l1t::ObjectRef = edm::Ref< BXVector< T > > |
template<typename T > | |
using | l1t::ObjectRefBxCollection = BXVector< ObjectRef< T > > |
template<typename T > | |
using | l1t::ObjectRefPair = std::pair< edm::Ref< BXVector< T > >, edm::Ref< BXVector< T > >> |
template<typename T > | |
using | l1t::ObjectRefPairBxCollection = BXVector< ObjectRefPair< T > > |