CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
TICLSeedingRegion Struct Reference

#include <TICLSeedingRegion.h>

Public Member Functions

 TICLSeedingRegion ()
 
 TICLSeedingRegion (GlobalPoint o, GlobalVector d, int zS, int idx, edm::ProductID id)
 

Public Attributes

edm::ProductID collectionID
 
GlobalVector directionAtOrigin
 
int index
 
GlobalPoint origin
 
int zSide
 

Detailed Description

Definition at line 14 of file TICLSeedingRegion.h.

Constructor & Destructor Documentation

TICLSeedingRegion::TICLSeedingRegion ( )
inline

Definition at line 30 of file TICLSeedingRegion.h.

30 {}
TICLSeedingRegion::TICLSeedingRegion ( GlobalPoint  o,
GlobalVector  d,
int  zS,
int  idx,
edm::ProductID  id 
)
inline

Definition at line 32 of file TICLSeedingRegion.h.

References collectionID, ztail::d, directionAtOrigin, gpuClustering::id, index, class-composition::o, origin, and zSide.

32  {
33  origin = o;
35  zSide = zS;
36  index = idx;
37  collectionID = id;
38  }
uint16_t *__restrict__ id
GlobalVector directionAtOrigin
tuple d
Definition: ztail.py:151
edm::ProductID collectionID

Member Data Documentation

edm::ProductID TICLSeedingRegion::collectionID

Definition at line 28 of file TICLSeedingRegion.h.

Referenced by TICLSeedingRegion().

GlobalVector TICLSeedingRegion::directionAtOrigin
int TICLSeedingRegion::index

Definition at line 24 of file TICLSeedingRegion.h.

Referenced by BeautifulSoup.PageElement::_invert(), and TICLSeedingRegion().

GlobalPoint TICLSeedingRegion::origin

Definition at line 15 of file TICLSeedingRegion.h.

Referenced by TICLSeedingRegion().

int TICLSeedingRegion::zSide

Definition at line 19 of file TICLSeedingRegion.h.

Referenced by TICLSeedingRegion().