#include <DigiCollection.h>
Additional Inherited Members | |
Public Member Functions inherited from hcal::DigiCollectionBase< StoragePolicy > | |
template<typename T = typename StoragePolicy::TagType> | |
std::enable_if< std::is_same < T,::calo::common::tags::Vec > ::value, void >::type | clear () |
DigiCollectionBase ()=default | |
DigiCollectionBase (DigiCollectionBase const &)=default | |
DigiCollectionBase (DigiCollectionBase &&)=default | |
DigiCollectionBase & | operator= (DigiCollectionBase const &)=default |
DigiCollectionBase & | operator= (DigiCollectionBase &&)=default |
template<typename T = typename StoragePolicy::TagType> | |
std::enable_if< std::is_same < T,::calo::common::tags::Vec > ::value, void >::type | reserve (std::size_t size) |
template<typename T = typename StoragePolicy::TagType> | |
std::enable_if< std::is_same < T,::calo::common::tags::Vec > ::value, void >::type | resize (std::size_t size) |
Public Attributes inherited from hcal::DigiCollectionBase< StoragePolicy > | |
StoragePolicy::template StorageSelector< uint16_t > ::type | data |
StoragePolicy::template StorageSelector< uint32_t > ::type | ids |
uint32_t | stride {0} |
Definition at line 121 of file DigiCollection.h.