ATLAS Offline Software
Loading...
Searching...
No Matches
SimpleVolAction.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5/***************************************************************************
6 My GeoVolumeAction: crosses a PhysVol to see the shape and materials
7 --------------------------------------------------------------------
8 ***************************************************************************/
9
10#ifndef MUONGEOMODEL_SIMPLEVOLACTION_H
11#define MUONGEOMODEL_SIMPLEVOLACTION_H
12
13#include "GeoModelKernel/GeoVolumeAction.h"
14class GeoVPhysVol;
15
16namespace MuonGM {
17
18 class SimpleVolAction : public GeoVolumeAction {
19 public:
20 // constructor
22
23 // desctructor
25
26 // Action routine
27 void handleVPhysVol(const GeoVPhysVol *);
28 };
29
30} // namespace MuonGM
31
32#endif // MUONGEOMODEL_SIMPLEVOLACTION_H
void handleVPhysVol(const GeoVPhysVol *)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27