#include <ForwardRingDiskBuilderFromDet.h>
Public Member Functions | |
std::pair< SimpleDiskBounds, float > | computeBounds (const std::vector< const GeomDet * > &dets) const |
BoundDisk * | operator() (const std::vector< const GeomDet * > &dets) const |
As it's name indicates, it's a builder of BoundDisk from a collection of Dets. The disk has the minimal size fully containing all Dets.
Definition at line 21 of file ForwardRingDiskBuilderFromDet.h.
std::pair<SimpleDiskBounds, float> ForwardRingDiskBuilderFromDet::computeBounds | ( | const std::vector< const GeomDet * > & | dets | ) | const |
BoundDisk* ForwardRingDiskBuilderFromDet::operator() | ( | const std::vector< const GeomDet * > & | dets | ) | const |
Warning, remember to assign this pointer to a ReferenceCountingPointer! Should be changed to return a ReferenceCountingPointer<BoundDisk>