Jpp
15.0.5
the software that should make you happy
|
Auxiliary class to map UPI to location in detector. More...
#include <JProductRouter.hh>
Public Member Functions | |
JProductRouter (const JDetectorIntegration_t &detector, const JPBSSequences &pbs) | |
Constructor. More... | |
JLocation_t | getLocation (const JUPI_t &upi) const |
Get location of product with given UPI. More... | |
Private Member Functions | |
bool | insert (const JDetectorIntegration_t &detector, const JProductIntegration_t &product, const JPBSSequence &pbs) |
Insert product. More... | |
Auxiliary class to map UPI to location in detector.
Definition at line 25 of file JProductRouter.hh.
|
inline |
Constructor.
detector | detector integration |
pbs | PBS sequences |
Definition at line 34 of file JProductRouter.hh.
|
inline |
Get location of product with given UPI.
upi | UPI |
Definition at line 54 of file JProductRouter.hh.
|
inlineprivate |
Insert product.
detector | detector integration |
product | product |
pbs | PBS sequence |
Definition at line 73 of file JProductRouter.hh.