#include <OMTFConfiguration.h>
Public Member Functions | |
bool | fitsRange (int iPhi) const |
RefHitDef (unsigned int aInput=15, int aPhiMin=5760, int aPhiMax=5760, unsigned int aRegion=99, unsigned int aRefLayer=99) | |
Public Attributes | |
unsigned int | iInput |
Hit input number within a cone. More... | |
unsigned int | iRefLayer |
Reference layer logic number (0-7) More... | |
unsigned int | iRegion |
Region number assigned to this referecne hit. More... | |
std::pair< int, int > | range |
Friends | |
std::ostream & | operator<< (std::ostream &out, const RefHitDef &aRefHitDef) |
Definition at line 16 of file OMTFConfiguration.h.
RefHitDef::RefHitDef | ( | unsigned int | aInput = 15 , |
int | aPhiMin = 5760 , |
||
int | aPhiMax = 5760 , |
||
unsigned int | aRegion = 99 , |
||
unsigned int | aRefLayer = 99 |
||
) |
Definition at line 16 of file OMTFConfiguration.cc.
Referenced by OMTFConfiguration::configure().
bool RefHitDef::fitsRange | ( | int | iPhi | ) | const |
|
friend |
Definition at line 34 of file OMTFConfiguration.cc.
unsigned int RefHitDef::iInput |
Hit input number within a cone.
Definition at line 33 of file OMTFConfiguration.h.
Referenced by OMTFConfiguration::configure(), OMTFProcessor::fillCounts(), operator<<(), and OMTFProcessor::processInput().
unsigned int RefHitDef::iRefLayer |
Reference layer logic number (0-7)
Definition at line 39 of file OMTFConfiguration.h.
Referenced by OMTFConfiguration::configure(), OMTFProcessor::fillCounts(), operator<<(), and OMTFProcessor::processInput().
unsigned int RefHitDef::iRegion |
Region number assigned to this referecne hit.
Definition at line 36 of file OMTFConfiguration.h.
Referenced by OMTFConfiguration::configure(), OMTFProcessor::fillCounts(), OMTFConfiguration::getRegionNumberFromMap(), operator<<(), and OMTFProcessor::processInput().
std::pair<int, int> RefHitDef::range |
Local to processor phi range. Hit has to fit into this range to be assigned to this iRegion;
Definition at line 43 of file OMTFConfiguration.h.
Referenced by fitsRange(), and operator<<().