#include <vector>
#include "FWCore/Utilities/interface/GCC11Compatibility.h"
#include <cstdint>
#include <cassert>
#include "DataFormats/Common/interface/DetSetVector.h"
#include "DataFormats/Common/interface/DetSetVectorNew.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/DetSetRefVector.h"
Go to the source code of this file.
Classes | |
class | SiPixelCluster::Pixel |
class | SiPixelCluster::PixelPos |
class | SiPixelCluster::Shift |
class | SiPixelCluster |
Pixel cluster – collection of neighboring pixels above threshold. More... | |
Typedefs | |
typedef edm::DetSetVector < SiPixelCluster > | SiPixelClusterCollection |
typedef edmNew::DetSetVector < SiPixelCluster > | SiPixelClusterCollectionNew |
typedef edm::Ref < SiPixelClusterCollection, SiPixelCluster > | SiPixelClusterRef |
typedef edm::Ref < SiPixelClusterCollectionNew, SiPixelCluster > | SiPixelClusterRefNew |
typedef edm::RefProd < SiPixelClusterCollection > | SiPixelClusterRefProd |
typedef edm::DetSetRefVector < SiPixelCluster > | SiPixelClusterRefVector |
Functions | |
bool | operator< (const SiPixelCluster &one, const SiPixelCluster &other) |
Definition at line 284 of file SiPixelCluster.h.
Definition at line 289 of file SiPixelCluster.h.
Definition at line 285 of file SiPixelCluster.h.
Definition at line 290 of file SiPixelCluster.h.
Definition at line 287 of file SiPixelCluster.h.
Definition at line 286 of file SiPixelCluster.h.
|
inline |
Definition at line 267 of file SiPixelCluster.h.
References SiPixelCluster::minPixelCol(), and SiPixelCluster::minPixelRow().