CMS 3D CMS Logo

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() [1/2]

TICLSeedingRegion::TICLSeedingRegion ( )
inline

Definition at line 30 of file TICLSeedingRegion.h.

30 {}

◆ TICLSeedingRegion() [2/2]

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

Definition at line 32 of file TICLSeedingRegion.h.

32  {
33  origin = o;
35  zSide = zS;
36  index = idx;
37  collectionID = id;
38  }

References collectionID, ztail::d, directionAtOrigin, triggerObjects_cff::id, training_settings::idx, index, EcalTangentSkim_cfg::o, origin, and zSide.

Member Data Documentation

◆ collectionID

edm::ProductID TICLSeedingRegion::collectionID

Definition at line 28 of file TICLSeedingRegion.h.

Referenced by TICLSeedingRegion().

◆ directionAtOrigin

GlobalVector TICLSeedingRegion::directionAtOrigin

Definition at line 16 of file TICLSeedingRegion.h.

Referenced by TICLSeedingRegion().

◆ index

int TICLSeedingRegion::index

Definition at line 24 of file TICLSeedingRegion.h.

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

◆ origin

GlobalPoint TICLSeedingRegion::origin

Definition at line 15 of file TICLSeedingRegion.h.

Referenced by TICLSeedingRegion().

◆ zSide

int TICLSeedingRegion::zSide

Definition at line 19 of file TICLSeedingRegion.h.

Referenced by TICLSeedingRegion().

training_settings.idx
idx
Definition: training_settings.py:16
EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:36
TICLSeedingRegion::index
int index
Definition: TICLSeedingRegion.h:24
TICLSeedingRegion::origin
GlobalPoint origin
Definition: TICLSeedingRegion.h:15
TICLSeedingRegion::directionAtOrigin
GlobalVector directionAtOrigin
Definition: TICLSeedingRegion.h:16
triggerObjects_cff.id
id
Definition: triggerObjects_cff.py:31
ztail.d
d
Definition: ztail.py:151
TICLSeedingRegion::collectionID
edm::ProductID collectionID
Definition: TICLSeedingRegion.h:28
TICLSeedingRegion::zSide
int zSide
Definition: TICLSeedingRegion.h:19