Skip to content
Snippets Groups Projects

21.0 z counting

Closed Michael William O'Keefe requested to merge miokeefe/athena_safe:21.0-ZCounting into master
639+ files
+ 12400
33275
Compare changes
  • Side-by-side
  • Inline
Files
639+
@@ -17,9 +17,6 @@
@@ -17,9 +17,6 @@
// SubDetectorEnvelopes includes
// SubDetectorEnvelopes includes
#include "SubDetectorEnvelopes/RZPair.h"
#include "SubDetectorEnvelopes/RZPair.h"
// interface definition
static const InterfaceID IID_IEnvelopeDefSvc("IEnvelopeDefSvc", 1, 0);
class IEnvelopeDefSvc : virtual public IInterface {
class IEnvelopeDefSvc : virtual public IInterface {
/**
/**
@class IEnvelopeDefSvc
@class IEnvelopeDefSvc
@@ -32,12 +29,12 @@ class IEnvelopeDefSvc : virtual public IInterface {
@@ -32,12 +29,12 @@ class IEnvelopeDefSvc : virtual public IInterface {
*/
*/
public:
public:
 
// interface definition
 
DeclareInterfaceID(IEnvelopeDefSvc, 1, 0);
 
/** virtual distructor */
/** virtual distructor */
virtual ~IEnvelopeDefSvc() {};
virtual ~IEnvelopeDefSvc() {};
/** AlgTool interface methods */
static const InterfaceID& interfaceID() { return IID_IEnvelopeDefSvc; }
/** return a vector of (r,z) pairs, defining the respective envelope */
/** return a vector of (r,z) pairs, defining the respective envelope */
virtual const RZPairVector &getRZBoundary( AtlasDetDescr::AtlasRegion region ) const = 0;
virtual const RZPairVector &getRZBoundary( AtlasDetDescr::AtlasRegion region ) const = 0;
Loading