CMS 3D CMS Logo

TICLSeedingRegion.h
Go to the documentation of this file.
1 // Authors: Felice Pantaleo, Marco Rovere
2 // Emails: felice.pantaleo@cern.ch, marco.rovere@cern.ch
3 // Date: 06/2019
4 
5 #ifndef DataFormats_HGCalReco_TICLSeedingRegion_h
6 #define DataFormats_HGCalReco_TICLSeedingRegion_h
7 
13 
17 
18  // zSide can be either 0(neg) or 1(pos)
19  int zSide;
20  // the index in the seeding collection
21  // with index = -1 indicating a global seeding region.
22  // For track-based seeding, the index of the track inside the track
23  // collection identified by the next ProductID.
24  int index;
25  // collectionID = 0 used for global seeding collection
26  // For track-based seeding, the ProductID of the track-collection used to
27  // create the seeding region.
29 
31 
33  origin = o;
35  zSide = zS;
36  index = idx;
37  collectionID = id;
38  }
39 };
40 
41 #endif
TICLSeedingRegion(GlobalPoint o, GlobalVector d, int zS, int idx, edm::ProductID id)
GlobalVector directionAtOrigin
d
Definition: ztail.py:151
edm::ProductID collectionID