8#ifndef ISF_SERVICES_ATLFAST_ENVELOPEDEFSVC_H
9#define ISF_SERVICES_ATLFAST_ENVELOPEDEFSVC_H
std::vector< RZPair > RZPairVector
RZPairVector m_rzBeamPipe
internal (r,z) representation for BeamPipe, InnerDetector and calo volumes
const RZPairVector & getRZBoundary(AtlasDetDescr::AtlasRegion region) const
return a vector of (r,z) pairs, defining the respective envelope
RZPairVector m_rposzInDet
StatusCode finalize()
AthService finalize method.
ServiceHandle< IEnvelopeDefSvc > m_isfEnvDefSvc
ServiceHandle to the standard ISF envelope definition service.
~ATLFAST_EnvelopeDefSvc()
Destructor.
StatusCode initialize()
AthService initialize method.
ATLFAST_EnvelopeDefSvc(const std::string &name, ISvcLocator *svc)
public AthService constructor
const RZPairVector & getRPositiveZBoundary(AtlasDetDescr::AtlasRegion region) const
return a vector of (r,z) pairs, defining the envelope on the z>0 region
RZPairVector getShiftedBoundary(AtlasDetDescr::AtlasRegion region, double shiftFromZ, double shiftToZ) const
return boundary with shifted z values
double m_tolerance
internal tolerance on coordinates
RZPairVector m_rposzBeamPipe
internal (r,z) representation for the positive z-side only, one RZPairVector for BeamPipe and InnerDe...
double m_idMaxExtentZ
maximum desired extent (halfz) of the modified inner detector volume
AtlasRegion
A simple enum of ATLAS regions and sub-detectors.