CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
PixelInactiveAreaFinder::DetGroupSpan Struct Reference

#include <PixelInactiveAreaFinder.h>

Public Member Functions

 DetGroupSpan ()
 

Public Attributes

unsigned int disk
 
unsigned int layer
 
std::pair< float, float > phiSpan
 
std::pair< float, float > rSpan
 
int subdetId
 
std::pair< float, float > zSpan
 

Detailed Description

Definition at line 27 of file PixelInactiveAreaFinder.h.

Constructor & Destructor Documentation

◆ DetGroupSpan()

PixelInactiveAreaFinder::DetGroupSpan::DetGroupSpan ( )
inline

Definition at line 34 of file PixelInactiveAreaFinder.h.

34 : subdetId(0), phiSpan(0, 0), zSpan(0, 0), rSpan(0, 0), layer(0), disk(0) {}

Member Data Documentation

◆ disk

unsigned int PixelInactiveAreaFinder::DetGroupSpan::disk

◆ layer

unsigned int PixelInactiveAreaFinder::DetGroupSpan::layer

◆ phiSpan

std::pair<float, float> PixelInactiveAreaFinder::DetGroupSpan::phiSpan

◆ rSpan

std::pair<float, float> PixelInactiveAreaFinder::DetGroupSpan::rSpan

Definition at line 31 of file PixelInactiveAreaFinder.h.

Referenced by PixelInactiveAreaFinder::getRSpan().

◆ subdetId

int PixelInactiveAreaFinder::DetGroupSpan::subdetId

Definition at line 28 of file PixelInactiveAreaFinder.h.

Referenced by PixelInactiveAreaFinder::getSpan().

◆ zSpan

std::pair<float, float> PixelInactiveAreaFinder::DetGroupSpan::zSpan

Definition at line 30 of file PixelInactiveAreaFinder.h.

Referenced by PixelInactiveAreaFinder::getZSpan().

PixelInactiveAreaFinder::DetGroupSpan::phiSpan
std::pair< float, float > phiSpan
Definition: PixelInactiveAreaFinder.h:29
PixelInactiveAreaFinder::DetGroupSpan::layer
unsigned int layer
Definition: PixelInactiveAreaFinder.h:32
PixelInactiveAreaFinder::DetGroupSpan::rSpan
std::pair< float, float > rSpan
Definition: PixelInactiveAreaFinder.h:31
PixelInactiveAreaFinder::DetGroupSpan::subdetId
int subdetId
Definition: PixelInactiveAreaFinder.h:28
PixelInactiveAreaFinder::DetGroupSpan::zSpan
std::pair< float, float > zSpan
Definition: PixelInactiveAreaFinder.h:30
PixelInactiveAreaFinder::DetGroupSpan::disk
unsigned int disk
Definition: PixelInactiveAreaFinder.h:33