#include <iostream>
#include <functional>
#include "GaudiKernel/Point3DTypes.h"
#include "GaudiKernel/Transform3DTypes.h"
#include "DetDesc/IPVolume.h"
#include "DetDesc/ILVolume.h"
Include dependency graph for IPVolume_predicates.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | IPVolume_isInside |
| This predicate allows search from a sequence of IPVolume for a IPVolume, which contains the given point (container)<IPVolume*> volumes = . More... | |
| class | IPVolume_byName |
| This predicate allows search from a sequence of IPVolume for a IPVolume by name (container)<IPVolume*> volumes = . More... | |
| class | IPVolume_accumulateMatrix |
| used for std::accumulate algorithm (container)<IPVolume*> volumes = . More... | |
| class | IPVolume_fromReplica |
| used for transformation of ILVolume::ReplicaPath into ILVolume::PVolumePath used for "std::transform" algorithm More... | |
Definition in file IPVolume_predicates.h.
1.4.7