#include <Phase2ITPixelClusterShapeCache.h>
Phase2ITPixelClusterShapeCache::Phase2ITPixelClusterShapeCache |
( |
| ) |
|
|
inline |
Phase2ITPixelClusterShapeCache::Phase2ITPixelClusterShapeCache |
( |
const edm::HandleBase & |
handle | ) |
|
|
inlineexplicit |
Phase2ITPixelClusterShapeCache::Phase2ITPixelClusterShapeCache |
( |
const edm::ProductID & |
id | ) |
|
|
inlineexplicit |
Phase2ITPixelClusterShapeCache::~Phase2ITPixelClusterShapeCache |
( |
| ) |
|
void Phase2ITPixelClusterShapeCache::checkRef |
( |
const ClusterRef & |
cluster | ) |
const |
|
private |
Definition at line 92 of file Phase2ITPixelClusterShapeCache.h.
References edm::helpers::checkRef(), Phase2ITPixelClusterShapeCache::Field::complete, end, f, Phase2ITPixelClusterShapeCache::Field::filled, Phase2ITPixelClusterShapeCache::Field::has, Phase2ITPixelClusterShapeCache::Field::offset, Phase2ITPixelClusterShapeData::Phase2ITPixelClusterShapeData(), Phase2ITPixelClusterShapeCache::Field::size, and Phase2ITPixelClusterShapeCache::Field::straight.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), util.rrapi.RRApi::columns(), rrapi.RRApi::columns(), util.rrapi.RRApi::count(), rrapi.RRApi::count(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), util.rrapi.RRApi::report(), rrapi.RRApi::reports(), util.rrapi.RRApi::reports(), util.rrapi.RRApi::tables(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), util.rrapi.RRApi::tags(), rrapi.RRApi::templates(), util.rrapi.RRApi::templates(), util.rrapi.RRApi::workspaces(), and rrapi.RRApi::workspaces().
94 Field
f =
data_[cluster.index()];
98 auto end = beg+f.size;
std::vector< Field > data_
void checkRef(const ClusterRef &cluster) const
std::vector< std::pair< int, int > > sizeData_
template<typename T >
void Phase2ITPixelClusterShapeCache::insert |
( |
const ClusterRef & |
cluster, |
|
|
const T & |
data |
|
) |
| |
|
inline |
bool Phase2ITPixelClusterShapeCache::isFilled |
( |
const ClusterRef & |
cluster | ) |
const |
|
inline |
void Phase2ITPixelClusterShapeCache::resize |
( |
size_t |
size | ) |
|
|
inline |
void Phase2ITPixelClusterShapeCache::shrink_to_fit |
( |
| ) |
|
|
inline |
std::vector<Field> Phase2ITPixelClusterShapeCache::data_ |
|
private |
std::vector<std::pair<int, int> > Phase2ITPixelClusterShapeCache::sizeData_ |
|
private |