Skip to content
Snippets Groups Projects

Revert "Adding back handleLArCustom() to GeoShapeAction."

Merged Riccardo Maria Bianchi requested to merge revert-4dc6f24a into master
3 files
+ 6
13
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -36,11 +36,10 @@ class GeoTorus;
class GeoUnidentifiedShape;
class GeoSimplePolygonBrep;
class GeoTessellatedSolid;
class GeoGenericTrap;
class LArCustomShape; // TODO: This is ATLAS-specific and should be removed at some point, but it is needed in Athena
class GeoGenericTrap;
class GeoShapeAction
class GeoShapeAction
{
public:
GeoShapeAction();
@@ -112,9 +111,7 @@ class GeoShapeAction
virtual void handleGenericTrap (const GeoGenericTrap *);
virtual void handleUnidentifiedShape(const GeoUnidentifiedShape *shape);
virtual void handleLArCustom (const LArCustomShape *); // TODO: This is ATLAS-specific and should be removed at some point, but it is needed in Athena
private:
GeoShapeAction(const GeoShapeAction &right);
GeoShapeAction & operator=(const GeoShapeAction &right);
@@ -122,7 +119,7 @@ class GeoShapeAction
// A limit may be placed upon the depth to which the action
// descends. 0 = self. 1 = self and children.
Query<unsigned int> m_depth;
// Termination flag; causes an abortion of action execution.
bool m_terminate;
GeoShapePath m_path;
Loading