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  int index;
23  // collectionID = 0 used for global seeding collection
25 
27 
29  origin = o;
30  directionAtOrigin = d;
31  zSide = zS;
32  index = idx;
33  collectionID = id;
34  }
35 };
36 
37 #endif
TICLSeedingRegion(GlobalPoint o, GlobalVector d, int zS, int idx, edm::ProductID id)
GlobalVector directionAtOrigin
d
Definition: ztail.py:151
edm::ProductID collectionID