ATLAS Offline Software
Loading...
Searching...
No Matches
ATLFAST_EnvelopeDefSvc.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6// ATLFAST_EnvelopeDefSvc.h, (c) ATLAS Detector software
8#ifndef ISF_SERVICES_ATLFAST_ENVELOPEDEFSVC_H
9#define ISF_SERVICES_ATLFAST_ENVELOPEDEFSVC_H
10
11// STL includes
12#include <string>
13#include <vector>
14#include <utility>
15
16// GaudiKernel & Athena
18
19// interface header file
21
22namespace ISF {
23
24 class ATLFAST_EnvelopeDefSvc : public extends<AthService, IEnvelopeDefSvc> {
25
26 public:
28 ATLFAST_EnvelopeDefSvc(const std::string& name, ISvcLocator* svc);
29
32
34 StatusCode initialize();
36 StatusCode finalize();
37
40
43
44 private:
46 RZPairVector getShiftedBoundary( AtlasDetDescr::AtlasRegion region, double shiftFromZ, double shiftToZ ) const;
47
50
53
56
66
67 };
68
69
70} // namespace ISF
71
72#endif // ISF_SERVICES_ATLFAST_ENVELOPEDEFSVC_H
73
std::vector< RZPair > RZPairVector
Definition RZPair.h:18
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
StatusCode finalize()
AthService finalize method.
ServiceHandle< IEnvelopeDefSvc > m_isfEnvDefSvc
ServiceHandle to the standard ISF envelope definition service.
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.
Definition AtlasRegion.h:21
ISFParticleOrderedQueue.