LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "larcorealg/Geometry/PlaneGeo.h"
#include "larcorealg/CoreUtils/RealComparisons.h"
#include "larcorealg/Geometry/Exceptions.h"
#include "larcorealg/Geometry/WireGeo.h"
#include "larcorealg/Geometry/geo_vectors_utils.h"
#include "larcoreobj/SimpleTypesAndConstants/PhysicalConstants.h"
#include "cetlib/pow.h"
#include "cetlib_except/exception.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "TClass.h"
#include "TGeoBBox.h"
#include "TGeoManager.h"
#include "TGeoMatrix.h"
#include "TGeoNode.h"
#include "TMath.h"
#include <array>
#include <cassert>
#include <functional>
#include <iterator>
#include <sstream>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | geo::details::ActiveAreaCalculator |
Class computing the active area of the plane. More... | |
Namespaces | |
geo | |
Namespace collecting geometry-related classes utilities. | |
geo::details | |
Definition in file PlaneGeo.cxx.