LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/

Namespace collecting geometry-related classes utilities. More...

Namespaces

 details
 
 fhicl
 FHiCL objects representing geometry classes as configuration parameters.
 
 part
 Partition-related utilities.
 
 vect
 Utilities to manipulate geometry vectors.The utilities include generic vector interface facilities allowing to use different vector types via templates.
 

Classes

class  AffinePlaneBase
 
class  AuxDetChannelMapAlg
 
class  AuxDetExptGeoHelperInterface
 Interface to a service with detector-specific geometry knowledge. More...
 
class  AuxDetGeo
 
class  AuxDetGeometry
 The geometry of one entire detector, as served by art. More...
 
class  AuxDetGeometryCore
 Description of geometry of one set of auxiliary detectors. More...
 
struct  AuxDetGeometryData_t
 
class  AuxDetGeoObjectSorter
 
class  AuxDetSensitiveGeo
 
class  BoxBoundedGeo
 A base class aware of world box coordinatesAn object describing a simple shape can inherit from this one to gain access to a common boundary checking interface. More...
 
class  ChannelMapAlg
 Interface for a class providing readout channel mapping to geometry. More...
 
class  ChannelMapSetupTool
 Interface for a tool creating a channel mapping object. More...
 
class  ChannelMapStandardAlg
 
struct  CollectNodesByName
 
struct  CollectPathsByName
 
class  CryostatGeo
 Geometry information for a single cryostat. More...
 
struct  CryostatID
 The data type to uniquely identify a cryostat. More...
 
struct  DecomposedVector
 
class  Decomposer
 Class with methods to decompose and compose back vectors. More...
 
class  DriftPartitions
 Set of drift volumes. More...
 
class  DumpChannelMap
 Prints on screen the current channel-wire and optical detector maps. More...
 
class  DumpGeometry
 Describes on screen the current geometry. More...
 
struct  ElementLevel
 
class  ExptGeoHelperInterface
 Interface to a service with detector-specific geometry knowledge. More...
 
class  GeoIDdataContainer
 Container with one element per geometry TPC. More...
 
class  GeoIDmapper
 Class managing the mapping between geometry/readout ID and flat index. More...
 
class  Geometry
 The geometry of one entire detector, as served by art. More...
 
class  GeometryBuilder
 Manages the extraction of LArSoft geometry information from ROOT. More...
 
class  GeometryBuilderStandard
 Extracts of LArSoft geometry information from ROOT. More...
 
class  GeometryBuilderWireless
 Geometry builder which ignores wires on wire planes. More...
 
class  GeometryConfigurationWriter
 Writes geometry configuration information into art runs. More...
 
class  GeometryCore
 Description of geometry of one entire detector. More...
 
struct  GeometryData_t
 Data in the geometry description. More...
 
class  GeoNodePath
 Representation of a node and its ancestry. More...
 
class  GeoObjectSorter
 
class  GeoObjectSorterStandard
 
struct  IntersectionPointAndOffsets
 Data structure for return values of LineClosestPointAndOffsets(). More...
 
class  InvalidWireError
 Exception thrown on invalid wire number. More...
 
class  LocalTransformation
 Class to transform between world and local coordinates. More...
 
class  LocalTransformationGeo
 Class to transform between world and local coordinates. More...
 
struct  NodeNameMatcherClass
 
class  OpDetGeo
 
struct  OpDetID
 The data type to uniquely identify a optical detector. More...
 
struct  OpticalLocalCoordinateSystemTag
 The tag defining the optical detector local reference frame. More...
 
class  PlaneBase
 A base for a plane in space. More...
 
class  PlaneDataContainer
 Container with one element per geometry wire plane. More...
 
class  PlaneDecomposer
 Class with methods for projection of vectors on a plane. More...
 
class  PlaneGeo
 Geometry information for a single wire plane.The plane is represented in the geometry by a solid which contains wires. Currently, only box solids are well supported. The box which is representation of the plane has some thickness, and it should not be assumed that the wires are in the median section of it, that is, the center of the box may not lie on the plane defined by the wires. More...
 
struct  PlaneID
 The data type to uniquely identify a Plane. More...
 
class  PlaneIDmapper
 Mapping for sensitive plane identifiers. More...
 
class  ROOTGeometryNavigator
 Executes an operation on all the nodes of the ROOT geometry. More...
 
class  ROOTGeoNodeForwardIterator
 Iterator to navigate through all the nodes. More...
 
class  StandardGeometryHelper
 Simple implementation of channel mapping. More...
 
class  TPCDataContainer
 Container with one element per geometry TPC. More...
 
class  TPCGeo
 Geometry information for a single TPC. More...
 
struct  TPCID
 The data type to uniquely identify a TPC. More...
 
class  TPCIDmapper
 Mapping for TPC identifiers. More...
 
class  WireGeo
 Geometry description of a TPC wireThe wire is a single straight segment on a wire plane. Different wires may be connected to the same readout channel. That is of no relevance for the geometry description. More...
 
struct  WireID
 
struct  WireIDIntersection
 

Typedefs

using GeoNodeIterator_t = std::vector< TGeoNode const * >::const_iterator
 
using WirePtr = WireGeo const *
 
using TransformationMatrix = ROOT::Math::Transform3D
 Type of transformation matrix used in geometry. More...
 
Optical detector vector types.

Special tags for a generic "optical detector local coordinate system" are defined here, together with data types using them.

While the world coordinate system makes sense to be defined in this way, a local system depends by definition by the object it is anchored to: while two world coordinate vectors are always compatible, two local coordinate vectors are compatible only if they belong to the same local object. The purpose of these definitions is to declare the incompatibility between world coordinate vectors and the ones local to optical detectors, without attempting to claim that two of the latter are necessarily compatible.

template<typename T >
using OpticalVector3DBase_t = GenVector3DBase_t< T, OpticalLocalCoordinateSystemTag >
 
template<typename T >
using OpticalPoint3DBase_t = GenPoint3DBase_t< T, OpticalLocalCoordinateSystemTag >
 
using OpticalVector_t = OpticalVector3DBase_t< double >
 
using OpticalPoint_t = OpticalPoint3DBase_t< double >
 Type of optical 3D point with representation in double precision. More...
 
Generic vector types.
template<typename T , typename C = ROOT::Math::GlobalCoordinateSystemTag>
using GenVector3DBase_t = ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< T >, C >
 
template<typename T , typename C = ROOT::Math::GlobalCoordinateSystemTag>
using GenPoint3DBase_t = ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< T >, C >
 
template<typename C >
using Vector3DBase_t = GenVector3DBase_t< double, C >
 
template<typename C >
using Point3DBase_t = GenPoint3DBase_t< double, C >
 Type of 3D point with representation in double precision. More...
 

Functions

void ProjectToBoxEdge (const double xyz[], const double dxyz[], double xlo, double xhi, double ylo, double yhi, double zlo, double zhi, double xyzout[])
 
double ClosestApproach (const double point[], const double intercept[], const double slopes[], double closest[])
 
bool CrossesBoundary (double x0[], double gradient[], double x_lo, double x_hi, double y_lo, double y_hi, double z_lo, double z_hi, double point[])
 
template<>
readout::TPCsetID GeometryCore::GetBeginID< readout::TPCsetID, CryostatID > (CryostatID const &id) const
 
template<>
readout::TPCsetID GeometryCore::GetEndID< readout::TPCsetID, CryostatID > (CryostatID const &id) const
 
template<>
readout::ROPID GeometryCore::GetBeginID< readout::ROPID, CryostatID > (CryostatID const &id) const
 
template<>
readout::ROPID GeometryCore::GetEndID< readout::ROPID, CryostatID > (CryostatID const &id) const
 
template<>
readout::ROPID GeometryCore::GetBeginID< readout::ROPID, readout::TPCsetID > (readout::TPCsetID const &id) const
 
template<>
readout::ROPID GeometryCore::GetEndID< readout::ROPID, readout::TPCsetID > (readout::TPCsetID const &id) const
 
static bool sortAuxDetStandard (const AuxDetGeo &ad1, const AuxDetGeo &ad2)
 
static bool sortAuxDetSensitiveStandard (const AuxDetSensitiveGeo &ad1, const AuxDetSensitiveGeo &ad2)
 
static bool sortCryoStandard (const CryostatGeo &c1, const CryostatGeo &c2)
 
static bool sortTPCStandard (const TPCGeo &t1, const TPCGeo &t2)
 
static bool sortPlaneStandard (const PlaneGeo &p1, const PlaneGeo &p2)
 
static bool sortWireStandard (WireGeo const &w1, WireGeo const &w2)
 
bool IntersectLines (double A_start_x, double A_start_y, double A_end_x, double A_end_y, double B_start_x, double B_start_y, double B_end_x, double B_end_y, double &x, double &y)
 Computes the intersection between two lines on a plane. More...
 
bool IntersectSegments (double A_start_x, double A_start_y, double A_end_x, double A_end_y, double B_start_x, double B_start_y, double B_end_x, double B_end_y, double &x, double &y)
 Computes the intersection between two segments on a plane. More...
 
template<typename Point , typename Vector >
IntersectionPointAndOffsets< Point > LineClosestPointAndOffsets (Point const &startA, Vector const &dirA, Point const &startB, Vector const &dirB)
 Returns the point of a line that is closest to a second line. More...
 
template<typename Point , typename Vector >
Point LineClosestPoint (Point const &startA, Vector const &dirA, Point const &startB, Vector const &dirB)
 Returns the point of a line that is closest to a second line. More...
 
template<typename Point , typename UnitVector >
IntersectionPointAndOffsets< Point > LineClosestPointAndOffsetsWithUnitVectors (Point const &startA, UnitVector const &dirA, Point const &startB, UnitVector const &dirB)
 Returns the point of a line that is closest to a second line. More...
 
template<typename Point , typename UnitVector >
Point LineClosestPointWithUnitVectors (Point const &startA, UnitVector const &dirA, Point const &startB, UnitVector const &dirB)
 Returns the point of a line that is closest to a second line. More...
 
template<typename StoredMatrix , typename ITER >
static StoredMatrix transformationFromPath (ITER begin, ITER end)
 Builds a matrix to go from local to world coordinates in one step. More...
 
template<typename StoredMatrix >
static StoredMatrix transformationFromPath (std::vector< TGeoNode const * > const &path, size_t depth)
 Builds a matrix to go from local to world coordinates in one step. More...
 
template<typename Dest , typename Src >
decltype(auto) convertTransformationMatrix (Src &&trans)
 Converts a transformation matrix into Dest format. More...
 
template<typename Trans >
decltype(auto) makeTransformationMatrix (Trans &&trans)
 Converts a transformation matrix into a geo::TransformationMatrix. More...
 
Point_t WiresIntersection (WireGeo const &wireA, WireGeo const &wireB)
 Returns the point of wireA that is closest to wireB. More...
 
IntersectionPointAndOffsets< Point_tWiresIntersectionAndOffsets (WireGeo const &wireA, WireGeo const &wireB)
 Returns the point of wireA that is closest to wireB. More...
 
std::string SignalTypeName (geo::SigType_t sigType)
 Returns the name of the specified signal type. More...
 
DriftPartitions buildDriftVolumes (geo::CryostatGeo const &cryo)
 Creates a DriftPartitions object from the TPCs in a cryostat. More...
 
Geometry element IDs
std::ostream & operator<< (std::ostream &out, CryostatID const &cid)
 Generic output of CryostatID to stream. More...
 
std::ostream & operator<< (std::ostream &out, OpDetID const &oid)
 Generic output of OpDetID to stream. More...
 
std::ostream & operator<< (std::ostream &out, TPCID const &tid)
 Generic output of TPCID to stream. More...
 
std::ostream & operator<< (std::ostream &out, PlaneID const &pid)
 Generic output of PlaneID to stream. More...
 
std::ostream & operator<< (std::ostream &out, WireID const &wid)
 Generic output of WireID to stream. More...
 
ID comparison operators

The result of comparison with invalid IDs is undefined.

constexpr bool operator== (CryostatID const &a, CryostatID const &b)
 Comparison: the IDs point to the same cryostat (validity is ignored) More...
 
constexpr bool operator!= (CryostatID const &a, CryostatID const &b)
 Comparison: the IDs point to different cryostats (validity is ignored) More...
 
constexpr bool operator< (CryostatID const &a, CryostatID const &b)
 Order cryostats with increasing ID. More...
 
constexpr bool operator== (OpDetID const &a, OpDetID const &b)
 Comparison: the IDs point to same optical detector (validity is ignored) More...
 
constexpr bool operator!= (OpDetID const &a, OpDetID const &b)
 Comparison: IDs point to different optical detectors (validity is ignored) More...
 
constexpr bool operator< (OpDetID const &a, OpDetID const &b)
 Order OpDetID in increasing Cryo, then OpDet. More...
 
constexpr bool operator== (TPCID const &a, TPCID const &b)
 Comparison: the IDs point to the same TPC (validity is ignored) More...
 
constexpr bool operator!= (TPCID const &a, TPCID const &b)
 Comparison: the IDs point to different TPCs (validity is ignored) More...
 
constexpr bool operator< (TPCID const &a, TPCID const &b)
 Order TPCID in increasing Cryo, then TPC. More...
 
constexpr bool operator== (PlaneID const &a, PlaneID const &b)
 Comparison: the IDs point to the same plane (validity is ignored) More...
 
constexpr bool operator!= (PlaneID const &a, PlaneID const &b)
 Comparison: the IDs point to different planes (validity is ignored) More...
 
constexpr bool operator< (PlaneID const &a, PlaneID const &b)
 Order PlaneID in increasing TPC, then plane. More...
 
constexpr bool operator== (WireID const &a, WireID const &b)
 Comparison: the IDs point to the same wire (validity is ignored) More...
 
constexpr bool operator!= (WireID const &a, WireID const &b)
 Comparison: the IDs point to different wires (validity is ignored) More...
 
constexpr bool operator< (WireID const &a, WireID const &b)
 Comparison: the IDs point to the same cryostat (validity is ignored) More...
 

Geometry enumerators

enum  coordinates { kXCoord, kYCoord, kZCoord }
 Enumerate the possible plane projections. More...
 
enum  _plane_proj {
  kU, kV, kW, kZ = kW,
  kY, kX, k3D, kUnknown
}
 Enumerate the possible plane projections. More...
 
enum  _plane_orient { kHorizontal, kVertical }
 Enumerate the possible plane projections. More...
 
enum  _plane_sigtype { kInduction, kCollection, kMysteryType }
 Enumerate the possible plane projections. More...
 
enum  driftdir {
  kUnknownDrift, kPos, kNeg, kPosX = kPos,
  kNegX = kNeg
}
 Drift direction: positive or negative. More...
 
typedef enum geo::coordinates Coord_t
 Enumerate the possible plane projections. More...
 
typedef enum geo::_plane_proj View_t
 Enumerate the possible plane projections. More...
 
typedef enum geo::_plane_orient Orient_t
 Enumerate the possible plane projections. More...
 
typedef enum geo::_plane_sigtype SigType_t
 Enumerate the possible plane projections. More...
 
typedef enum geo::driftdir DriftDirection_t
 Drift direction: positive or negative. More...
 

Vector types for the standard LArSoft geometry.

LArSoft geometry provides two main types of vectors in 3D space:

  1. geo::Point_t to describe an absolute position in global coordinates
  2. geo::Vector_t to describe a displacement or direction (or momentum!)

Both vectors are supposed to represent:

  • centimeters in double precision when used on the real geometry space
  • in the global coordinate system, which is represented by the tag geo::GlobalCoords.

These types constitute the basic objects the geometry works with.

All interfaces should support them.

Note
As this requires some transition, please report any interface missing support for these types by opening a "necessary maintenance" request in the LArSoft issue tracker at https://cdcvs.fnal.gov/redmine/projects/larsoft/issues . Even if there are plenty.

The same type of vectors, but in a different coordinate system representation, can be obtained by using geo::Point3DBase_t template:

(geo::Vector3DBase_t is also available). If a single precision vector is desired, the most general geo::GenPoint3DBase_t and geo::GenVector3DBase_t are also available:

using Length_t = double
 Type used for coordinates and distances. They are measured in centimeters. More...
 
using GlobalCoords = ROOT::Math::GlobalCoordinateSystemTag
 Tag for vectors in the global coordinate system. More...
 
using Vector_t = ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double >, ROOT::Math::GlobalCoordinateSystemTag >
 Type for representation of momenta in 3D space. More...
 
using Point_t = ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< double >, ROOT::Math::GlobalCoordinateSystemTag >
 Type for representation of position in physical 3D space. More...
 
template<typename CoordSystemTag >
using VectorIn_t = Vector3DBase_t< CoordSystemTag >
 Type for representation of momenta in 3D space. More...
 
template<typename CoordSystemTag >
using PointIn_t = Point3DBase_t< CoordSystemTag >
 Type for representation of positions in 3D space. More...
 
using Rotation_t = ROOT::Math::Rotation3D
 Type for representation of space rotations. More...
 
template<typename Vector = Vector_t>
constexpr Vector Xaxis ()
 Returns a x axis vector of the specified type. More...
 
template<typename Vector = Vector_t>
constexpr Vector Yaxis ()
 Returns a y axis vector of the specified type. More...
 
template<typename Vector = Vector_t>
constexpr Vector Zaxis ()
 Returns a z axis vector of the specified type. More...
 
template<typename Point = Point_t>
constexpr Point origin ()
 Returns a origin position with a point of the specified type. More...
 

Detailed Description

Namespace collecting geometry-related classes utilities.

LArSoft geometry interface.

Detector geometry definition and interface.

ROOT libraries.

Title: SimPhotonCounterALG Class Author: Wes Ketchum (wketc.nosp@m.hum@.nosp@m.lanl..nosp@m.gov)

Description: Alg class that counts up sim photons, leading towards comparisons with flashes and flash hypotheses.

See also
geo::GeometryCore

The geo namespace includes all LArSoft data types, classes and functions related to detector geometry.

For more guidance, dee the LArSoft geometry module.

TrackLineFitAlg class

Bruce Baller, balle.nosp@m.r@fn.nosp@m.al.go.nosp@m.v

Algorithm for fitting a 3D line given a number of points in 3 wire planes

TrackTrajectoryAlg class

Bruce Baller, balle.nosp@m.r@fn.nosp@m.al.go.nosp@m.v

Algorithm fitting a 3D trajectory through a set of hit pairs

Typedef Documentation

Enumerate the possible plane projections.

Drift direction: positive or negative.

Do not use this type to distinguish different drift axes: e.g., negative x drift and negative z drift are both by kNeg.

template<typename T , typename C = ROOT::Math::GlobalCoordinateSystemTag>
using geo::GenPoint3DBase_t = typedef ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<T>, C>

Type of 3D point.

Template Parameters
Tdata type for coordinate representation
Ccoordinate system tag (default: global coordinates)

Definition at line 78 of file geo_vectors.h.

template<typename T , typename C = ROOT::Math::GlobalCoordinateSystemTag>
using geo::GenVector3DBase_t = typedef ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<T>, C>

Type of 3D displacement vector.

Template Parameters
Tdata type for coordinate representation
Ccoordinate system tag (default: global coordinates)

Definition at line 72 of file geo_vectors.h.

using geo::GeoNodeIterator_t = typedef std::vector<TGeoNode const*>::const_iterator

Definition at line 32 of file LocalTransformation.h.

using geo::GlobalCoords = typedef ROOT::Math::GlobalCoordinateSystemTag

Tag for vectors in the global coordinate system.

A vector tagged as "global" is expected to be represented in the global (or "world") coordinate system.

That system is the one the detector geometry is described in, and it is defined by the GDML detector description. The linear coordinates are described in centimeters.

Definition at line 146 of file geo_vectors.h.

using geo::Length_t = typedef double

Type used for coordinates and distances. They are measured in centimeters.

Definition at line 133 of file geo_vectors.h.

Type of optical local 3D point.

Template Parameters
Tdata type for coordinate representation

Definition at line 51 of file geo_optical_vectors.h.

using geo::OpticalPoint_t = typedef OpticalPoint3DBase_t<double>

Type of optical 3D point with representation in double precision.

Definition at line 58 of file geo_optical_vectors.h.

Type of optical local 3D displacement vector.

Template Parameters
Tdata type for coordinate representation

Definition at line 46 of file geo_optical_vectors.h.

Type of optical 3D displacement vector with representation in double precision.

Definition at line 55 of file geo_optical_vectors.h.

Enumerate the possible plane projections.

template<typename C >
using geo::Point3DBase_t = typedef GenPoint3DBase_t<double, C>

Type of 3D point with representation in double precision.

Template Parameters
Ccoordinate system tag

Definition at line 88 of file geo_vectors.h.

using geo::Point_t = typedef ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>, ROOT::Math::GlobalCoordinateSystemTag>

Type for representation of position in physical 3D space.

A point represents a position in 3D space. As such, it makes no sense to add points, and the difference between two points is not a point any more (it is, in fact, a geo::Vector_t). Scaling and norm of a point also have no meaning.

A vector can be added to a point, resulting in another point.

Note that middlePoint() function and MiddlePointAccumulator class are provided to facilitate the computation of a middle point using any type of vector and in particular geo::Point_t.

Definition at line 180 of file geo_vectors.h.

template<typename CoordSystemTag >
using geo::PointIn_t = typedef Point3DBase_t<CoordSystemTag>

Type for representation of positions in 3D space.

Template Parameters
CoordSystemTagthe coordinate system tag for this point

This point type is equivalent to geo::Point_t but it's tagged as from a different coordinate system.

Definition at line 200 of file geo_vectors.h.

using geo::Rotation_t = typedef ROOT::Math::Rotation3D

Type for representation of space rotations.

Definition at line 203 of file geo_vectors.h.

Enumerate the possible plane projections.

using geo::TransformationMatrix = typedef ROOT::Math::Transform3D

Type of transformation matrix used in geometry.

This type is used for storing the transformation matrices of the various geometry description objects (e.g. geo::WireGeo, geo::OpDetGeo, ...).

Definition at line 29 of file TransformationMatrix.h.

template<typename C >
using geo::Vector3DBase_t = typedef GenVector3DBase_t<double, C>

Type of 3D displacement vector with representation in double precision.

Template Parameters
Ccoordinate system tag

Definition at line 83 of file geo_vectors.h.

using geo::Vector_t = typedef ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>, ROOT::Math::GlobalCoordinateSystemTag>

Type for representation of momenta in 3D space.

A vector represents a direction and intensity, or a displacement respect to an unspecified starting point. Vectors can be added or subtracted, resulting in still a vector. Their modulus can also be scaled.

Definition at line 160 of file geo_vectors.h.

template<typename CoordSystemTag >
using geo::VectorIn_t = typedef Vector3DBase_t<CoordSystemTag>

Type for representation of momenta in 3D space.

Template Parameters
CoordSystemTagthe coordinate system tag for this vector

This vector type is equivalent to geo::Vector_t but it's tagged as from a different coordinate system.

Definition at line 190 of file geo_vectors.h.

Enumerate the possible plane projections.

using geo::WirePtr = typedef WireGeo const*

Definition at line 45 of file PlaneGeo.h.

Enumeration Type Documentation

Enumerate the possible plane projections.

Enumerator
kHorizontal 

Planes that are in the horizontal plane.

kVertical 

Planes that are in the vertical plane (e.g. ArgoNeuT).

Definition at line 145 of file geo_types.h.

145  {
146  kHorizontal,
147  kVertical
148  } Orient_t;
enum geo::_plane_orient Orient_t
Enumerate the possible plane projections.
Planes that are in the horizontal plane.
Definition: geo_types.h:146
Planes that are in the vertical plane (e.g. ArgoNeuT).
Definition: geo_types.h:147

Enumerate the possible plane projections.

Enumerator
kU 

Planes which measure U.

kV 

Planes which measure V.

kW 

Planes which measure W (third view for Bo, MicroBooNE, etc).

kZ 

Planes which measure Z direction.

kY 

Planes which measure Y direction.

kX 

Planes which measure X direction.

k3D 

3-dimensional objects, potentially hits, clusters, prongs, etc.

kUnknown 

Unknown view.

Definition at line 134 of file geo_types.h.

134  {
135  kU,
136  kV,
137  kW,
138  kZ = kW,
139  kY,
140  kX,
141  k3D,
142  kUnknown
143  } View_t;
enum geo::_plane_proj View_t
Enumerate the possible plane projections.
Planes which measure V.
Definition: geo_types.h:136
Unknown view.
Definition: geo_types.h:142
Planes which measure X direction.
Definition: geo_types.h:140
Planes which measure Z direction.
Definition: geo_types.h:138
Planes which measure Y direction.
Definition: geo_types.h:139
3-dimensional objects, potentially hits, clusters, prongs, etc.
Definition: geo_types.h:141
Planes which measure U.
Definition: geo_types.h:135
Planes which measure W (third view for Bo, MicroBooNE, etc).
Definition: geo_types.h:137

Enumerate the possible plane projections.

Enumerator
kInduction 

Signal from induction planes.

kCollection 

Signal from collection planes.

kMysteryType 

Who knows?

Definition at line 150 of file geo_types.h.

150  {
151  kInduction,
152  kCollection,
153  kMysteryType
154  } SigType_t;
Who knows?
Definition: geo_types.h:153
Signal from induction planes.
Definition: geo_types.h:151
enum geo::_plane_sigtype SigType_t
Enumerate the possible plane projections.
Signal from collection planes.
Definition: geo_types.h:152

Enumerate the possible plane projections.

Enumerator
kXCoord 

X coordinate.

kYCoord 

Y coordinate.

kZCoord 

Z coordinate.

Definition at line 127 of file geo_types.h.

127  {
128  kXCoord,
129  kYCoord,
130  kZCoord
131  } Coord_t;
X coordinate.
Definition: geo_types.h:128
enum geo::coordinates Coord_t
Enumerate the possible plane projections.
Z coordinate.
Definition: geo_types.h:130
Y coordinate.
Definition: geo_types.h:129

Drift direction: positive or negative.

Do not use this type to distinguish different drift axes: e.g., negative x drift and negative z drift are both by kNeg.

Enumerator
kUnknownDrift 

Drift direction is unknown.

kPos 

Drift towards positive values.

kNeg 

Drift towards negative values.

kPosX 

Drift towards positive X values.

kNegX 

Drift towards negative X values.

Definition at line 162 of file geo_types.h.

162  {
163  kUnknownDrift,
164  kPos,
165  kNeg,
166  kPosX = kPos,
167  kNegX = kNeg
Drift direction is unknown.
Definition: geo_types.h:163
Drift towards positive values.
Definition: geo_types.h:164
Drift towards negative X values.
Definition: geo_types.h:167
enum geo::driftdir DriftDirection_t
Drift direction: positive or negative.
Drift towards positive X values.
Definition: geo_types.h:166
Drift towards negative values.
Definition: geo_types.h:165

Function Documentation

geo::DriftPartitions geo::buildDriftVolumes ( geo::CryostatGeo const &  cryo)

Creates a DriftPartitions object from the TPCs in a cryostat.

Parameters
cryothe cryostat with the TPCs to be partitioned.

The algorithm groups all TPCs with the same drift direction and readout planes with similar drift coordinates. A "global drift direction" is chosen. The drift directions of all TPCs in the cryostat are required to be parallel (at most with different verse). Projections of the TPC wire planes on this direction determine TPC grouping. TPCs with planes within a small range (typically, 10 plane pitches) of this projected coordinate are grouped together. TPCs with opposite drift directions are still kept in different groups.

The information of each drift volume is kept in a DriftVolume_t class which contains a hierarchical structure of type geo::part::Partition (with data geo::TPCGeo const coming directly from the geometry). This structure describes the topology of the TPCs within the drift volume.

Definition at line 1029 of file DriftPartitions.cxx.

References addAreaToTPCs(), geo::DriftPartitions::addPartition(), geo::BoxBoundedGeo::Center(), checkTPCcoords(), geo::DriftPartitions::decomposer, detectGlobalDriftDir(), e, groupByDriftCoordinate(), groupTPCsByDriftDir(), makePartition(), part, geo::TPCGeo::RefDepthDir(), geo::TPCGeo::RefWidthDir(), sortTPCsByDriftCoord(), and geo::CryostatGeo::TPC().

Referenced by geo::DriftPartitions::driftVolumeAt().

1030 {
1031 
1032  //
1033  // group TPCs by drift direction
1034  //
1035  auto TPCsByDriftDir = groupTPCsByDriftDir(cryo);
1036 
1037  //
1038  // determine the cryostat-wide drift direction (arbitrary but consistent)
1039  // and the decomposition base (using the same for all drift partitions);
1040  //
1041 
1042  // In practice we use the coordinate system from the first TPC;
1043  // we still check that all drift directions are compatible,
1044  // but the result of detection is ignored.
1045  /* auto globalDriftDir = */ detectGlobalDriftDir(keys(TPCsByDriftDir));
1046  using Direction_t = geo::DriftPartitions::Direction_t;
1047  geo::TPCGeo const& firstTPC = cryo.TPC(0);
1049  {cryo.Center(), firstTPC.RefWidthDir(), firstTPC.RefDepthDir()});
1050 
1051  //
1052  // further group TPCs by plane position in drift direction
1053  //
1054  std::vector<TPCgroup_t> TPCgroups;
1055  for (auto const& TPCsOnDriftDir : TPCsByDriftDir) {
1056  auto TPCs = sortTPCsByDriftCoord(TPCsOnDriftDir.second, decomposer);
1057  append(TPCgroups, groupByDriftCoordinate(TPCs));
1058  } // for
1059 
1060  //
1061  // verify coordinate system consistency between TPCs
1062  //
1063  for (auto const& TPCgroup : TPCgroups) {
1064  unsigned int errors = checkTPCcoords(TPCgroup.TPCs);
1065  if (errors > 0) {
1066  throw cet::exception("buildDriftVolumes")
1067  << "TPCs in partition have different drift directions (" << errors << " errors found in "
1068  << TPCgroup.TPCs.size() << " TPCs).\n";
1069  } // if
1070  } // for
1071 
1072  //
1073  // partition each group
1074  //
1075  geo::DriftPartitions partitions(decomposer);
1076  for (auto const& TPCgroup : TPCgroups) {
1077  auto TPCs = addAreaToTPCs(TPCgroup.TPCs, decomposer);
1078  auto part = makePartition(TPCs);
1079  if (!part) {
1080  cet::exception e("buildDriftVolumes");
1081  e << "Failed to construct partition out of " << TPCs.size() << " TPCs:";
1082  for (auto const& TPCinfo : TPCs) {
1083  e << "\n at " << TPCinfo.area() << " TPC ";
1084  TPCinfo.TPC->PrintTPCInfo(e, " ", 5U);
1085  } // for
1086  throw e;
1087  } // if error
1088  partitions.addPartition(std::move(part));
1089  } // for
1090 
1091  return partitions;
1092 } // geo::buildDriftVolumes()
std::unique_ptr< geo::part::Partition< geo::TPCGeo const > > makePartition(BeginIter beginTPCwithArea, EndIter endTPCwithArea)
Geometry information for a single TPC.
Definition: TPCGeo.h:36
Vector_t RefDepthDir() const
Return the direction of reference plane depth.
Definition: TPCGeo.h:320
std::vector< TPCwithArea_t > addAreaToTPCs(std::vector< geo::TPCGeo const * > const &TPCs, geo::DriftPartitions::Decomposer_t const &decomposer)
TString part[npart]
Definition: Style.C:32
geo::DriftPartitions::DriftDir_t detectGlobalDriftDir(Range &&directions)
std::vector< TPCgroup_t > groupByDriftCoordinate(std::vector< TPCandPos_t > const &TPCs)
std::vector< std::pair< geo::DriftPartitions::DriftDir_t, std::vector< geo::TPCGeo const * > > > groupTPCsByDriftDir(geo::CryostatGeo const &cryo)
Vector_t RefWidthDir() const
Return the direction of reference plane width.
Definition: TPCGeo.h:306
Set of drift volumes.
Float_t e
Definition: plot.C:35
unsigned int checkTPCcoords(std::vector< geo::TPCGeo const * > const &TPCs)
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33
geo::Vector_t Direction_t
Type representing a direction in 3D space (norm is not constrained).
std::vector< TPCandPos_t > sortTPCsByDriftCoord(std::vector< geo::TPCGeo const * > const &TPCs, geo::DriftPartitions::Decomposer_t const &decomp)
double geo::ClosestApproach ( const double  point[],
const double  intercept[],
const double  slopes[],
double  closest[] 
)
inline

Find the distance of closest approach between point and line

Parameters
point- xyz coordinates of point
intercept- xyz coodinates of point on line
slopes- unit vector direction (need not be normalized)
closest- on output, point on line that is closest
Returns
distance from point to line

Definition at line 112 of file geo.h.

116 {
117  double s = (slopes[0] * (point[0] - intercept[0]) + slopes[1] * (point[1] - intercept[1]) +
118  slopes[2] * (point[2] - intercept[2]));
119  double sd = (slopes[0] * slopes[0] + slopes[1] * slopes[1] + slopes[2] * slopes[2]);
120  if (sd > 0.0) {
121  s /= sd;
122  closest[0] = intercept[0] + s * slopes[0];
123  closest[1] = intercept[1] + s * slopes[1];
124  closest[2] = intercept[2] + s * slopes[2];
125  }
126  else {
127  // How to handle this zero gracefully? Assume that the intercept
128  // is a particle vertex and "slopes" are momenta. In that case,
129  // the particle goes nowhere and the closest approach is the
130  // distance from the intercept to point
131  closest[0] = intercept[0];
132  closest[1] = intercept[1];
133  closest[2] = intercept[2];
134  }
135  return std::sqrt(pow((point[0] - closest[0]), 2) + pow((point[1] - closest[1]), 2) +
136  pow((point[2] - closest[2]), 2));
137 }
template<typename Dest , typename Src >
decltype(auto) geo::convertTransformationMatrix ( Src &&  trans)

Converts a transformation matrix into Dest format.

Definition at line 319 of file LocalTransformation.h.

320  {
321  return details::TransformationMatrixConverter<std::decay_t<Dest>, std::decay_t<Src>>::convert(
322  std::forward<Src>(trans));
323  }
bool geo::CrossesBoundary ( double  x0[],
double  gradient[],
double  x_lo,
double  x_hi,
double  y_lo,
double  y_hi,
double  z_lo,
double  z_hi,
double  point[] 
)
inline

Determine whether or not track intersects box of volume: ( x_hi - x_lo ) x ( y_hi - y_lo ) x ( z_hi - z_lo )

Parameters
x_hi- x box coordinates in space w.r.t. the origin
x_lo- x box coordinates in space w.r.t. the origin
y_hi- y box coordinates in space w.r.t. the origin
y_lo- y box coordinates in space w.r.t. the origin
z_hi- z box coordinates in space w.r.t. the origin
z_lo- z box coordinates in space w.r.t. the origin
x0[]- initial position of the particle
gradient[]- initial gradient of particle position
point[](output) - position of the particle at intersection
See also
geo::BoxBoundedGeo::GetIntersection()

*** assumes particle's track is linear

Definition at line 157 of file geo.h.

References n.

166 {
167 
168  double distance[3]; // distance to plane
169 
170  // puts box coordinates into more useful vectors (for loop later)
171  double lo[3] = {x_lo, y_lo, z_lo};
172  double hi[3] = {x_hi, y_hi, z_hi};
173 
174  // puts box coordinates into more useful vector (for loop later)
175  double facecoord[6] = {lo[0], hi[0], lo[1], hi[1], lo[2], hi[2]};
176 
177  int intersect[6] = {0, 0, 0, 0, 0, 0}; // initialize intersection tally vector
178  int count = 0;
179  // iterates through spatial axes (0,1,2) = (x,y,z)
180  for (int i = 0; i < 3; i++) {
181  // try both planes with normal parallel to axis
182  for (int p = 0; p < 2; p++) {
183 
184  point[i] = facecoord[count]; // point on face
185  distance[i] = point[i] - x0[i]; // calculate x-coordinate of track distance
186 
187  double C_dg = distance[i] / gradient[i]; // calculate correlation b/w gradient and distance
188 
189  for (int m = 0; m < 3; m++) {
190  distance[m] = C_dg * gradient[m];
191  }
192  for (int n = 0; n < 3; n++) {
193  point[n] = x0[n] + distance[n];
194  }
195 
196  int j, k;
197  switch (i) {
198  case 0:
199  j = 1;
200  k = 2;
201  break;
202  case 1:
203  j = 2;
204  k = 0;
205  break;
206  case 2:
207  j = 0;
208  k = 1;
209  break;
210  default: throw std::logic_error("Big trouble");
211  } // switch
212 
213  // now want to check to see if the point is in the right plane
214  if (lo[j] < point[j] && point[j] < hi[j] && lo[k] < point[k] && point[k] < hi[k]) {
215 
216  // double length = std::sqrt( distance[0]*distance[0]
217  // + distance[1]*distance[1]
218  // + distance[2]*distance[2] );
219 
220  // direction of motion w.r.t. start point
221  int direction = distance[i] * gradient[i] /
222  std::sqrt((distance[i] * distance[i]) * (gradient[i] * gradient[i]));
223  bool directed = (direction + 1) / 2;
224 
225  // checks if particle passes through face
226  // and also checks to see whether it passes inward or outward
227  //if ( track_length > length && directed ) {
228  if (directed) {
229  int normal = pow(-1, count + 1);
230  int thru = normal * gradient[i] / std::sqrt(gradient[i] * gradient[i]);
231  intersect[count] = thru;
232  }
233  }
234  count++;
235  }
236  }
237 
238  // count faces it passes through,
239  // ... not necessary now, but maybe useful in the future
240  int passes = 0;
241  for (int face = 0; face < 6; ++face) {
242  passes += (intersect[face] * intersect[face]);
243  }
244 
245  if (passes == 0) { return 0; }
246  else {
247  return 1;
248  }
249 }
Char_t n[5]

Definition at line 2639 of file GeometryCore.h.

References geo::GeometryCore::GetBeginROPID().

2641  {
2642  return GetBeginROPID(id);
2643  }

Definition at line 2653 of file GeometryCore.h.

References geo::GeometryCore::GetBeginROPID().

2655  {
2656  return GetBeginROPID(id);
2657  }

Definition at line 2624 of file GeometryCore.h.

References geo::GeometryCore::GetBeginTPCsetID().

2626  {
2627  return GetBeginTPCsetID(id);
2628  }
template<>
readout::ROPID geo::GeometryCore::GetEndID< readout::ROPID, CryostatID > ( CryostatID const &  id) const
inline

Definition at line 2646 of file GeometryCore.h.

References geo::GeometryCore::GetEndROPID().

2648  {
2649  return GetEndROPID(id);
2650  }

Definition at line 2660 of file GeometryCore.h.

References geo::GeometryCore::GetEndROPID().

2662  {
2663  return GetEndROPID(id);
2664  }

Definition at line 2631 of file GeometryCore.h.

References geo::GeometryCore::GetEndTPCsetID().

2633  {
2634  return GetEndTPCsetID(id);
2635  }
bool geo::IntersectLines ( double  A_start_x,
double  A_start_y,
double  A_end_x,
double  A_end_y,
double  B_start_x,
double  B_start_y,
double  B_end_x,
double  B_end_y,
double &  x,
double &  y 
)

Computes the intersection between two lines on a plane.

Parameters
A_start_xx coordinate of one point of the first segment
A_start_yy coordinate of one point of the first segment
A_end_xx coordinate of another point of the first segment
A_end_yy coordinate of another point of the first segment
B_start_xx coordinate of one point of the second segment
B_start_yy coordinate of one point of the second segment
B_end_xx coordinate of another point of the second segment
B_end_yy coordinate of another point of the second segment
x_(output)_ variable to store the x coordinate of intersection
y_(output)_ variable to store the y coordinate of intersection
Returns
whether intersection exists

The order of the ends is not relevant. The return value is false if the two segments are parallel. In that case, x and y variables are not changed. Otherwise, they hold the intersection coordinate, even if the intersection point is beyond one or both the segments.

Definition at line 12 of file Intersections.cxx.

References e.

Referenced by geo::GeometryCore::ChannelsIntersect(), and IntersectSegments().

22  {
23  // Equation from http://en.wikipedia.org/wiki/Line%E2%80%93line_intersection
24  // T.Yang Nov, 2014
25  // Notation: x => coordinate orthogonal to the drift direction and to the beam direction
26  // y => direction orthogonal to the previous and to beam direction
27 
28  double const denom =
29  (A_start_x - A_end_x) * (B_start_y - B_end_y) - (A_start_y - A_end_y) * (B_start_x - B_end_x);
30 
31  constexpr lar::util::RealComparisons<double> coordIs{1e-8};
32  if (coordIs.zero(denom)) return false;
33 
34  double const A = (A_start_x * A_end_y - A_start_y * A_end_x) / denom;
35  double const B = (B_start_x * B_end_y - B_start_y * B_end_x) / denom;
36 
37  x = (B_start_x - B_end_x) * A - (A_start_x - A_end_x) * B;
38  y = (B_start_y - B_end_y) * A - (A_start_y - A_end_y) * B;
39 
40  return true;
41  }
Float_t x
Definition: compare.C:6
Provides simple real number checks.
Float_t y
Definition: compare.C:6
Float_t e
Definition: plot.C:35
bool geo::IntersectSegments ( double  A_start_x,
double  A_start_y,
double  A_end_x,
double  A_end_y,
double  B_start_x,
double  B_start_y,
double  B_end_x,
double  B_end_y,
double &  x,
double &  y 
)

Computes the intersection between two segments on a plane.

Parameters
A_start_xx coordinate of the start of the first segment
A_start_yy coordinate of the start of the first segment
A_end_xx coordinate of the end of the first segment
A_end_yy coordinate of the end of the first segment
B_start_xx coordinate of the start of the second segment
B_start_yy coordinate of the start of the second segment
B_end_xx coordinate of the end of the second segment
B_end_yy coordinate of the end of the second segment
x_(output)_ variable to store the x coordinate of intersection
y_(output)_ variable to store the y coordinate of intersection
Returns
whether intersection exists and is on both segments

The order of the ends is not relevant. The return value is false if the two segments are parallel, or if their intersection point is not on both the segments. If the segments are parallel, x and y variables are not changed. Otherwise, they hold the intersection coordinate, even if the intersection point is beyond one or both the segments.

Definition at line 44 of file Intersections.cxx.

References IntersectLines(), and lar::util::PointWithinSegments().

54  {
55  bool const bCross = IntersectLines(
56  A_start_x, A_start_y, A_end_x, A_end_y, B_start_x, B_start_y, B_end_x, B_end_y, x, y);
57 
58  if (bCross) {
59  mf::LogWarning("IntersectSegments") << "The segments are parallel!";
60  return false;
61  }
62 
64  A_start_x, A_start_y, A_end_x, A_end_y, B_start_x, B_start_y, B_end_x, B_end_y, x, y);
65  }
Float_t x
Definition: compare.C:6
Float_t y
Definition: compare.C:6
bool PointWithinSegments(double A_start_x, double A_start_y, double A_end_x, double A_end_y, double B_start_x, double B_start_y, double B_end_x, double B_end_y, double x, double y)
Returns whether x and y are within both specified ranges (A and B).
bool IntersectLines(double A_start_x, double A_start_y, double A_end_x, double A_end_y, double B_start_x, double B_start_y, double B_end_x, double B_end_y, double &x, double &y)
Computes the intersection between two lines on a plane.
MaybeLogger_< ELseverityLevel::ELsev_warning, false > LogWarning
template<typename Point , typename Vector >
Point geo::LineClosestPoint ( Point const &  startA,
Vector const &  dirA,
Point const &  startB,
Vector const &  dirB 
)

Returns the point of a line that is closest to a second line.

Template Parameters
Pointa type describing a point
Vectora type describing a direction (displacement vector)
Parameters
refAa reference point on the first line
dirAthe direction of the first line
refBa reference point on the second line
dirBthe direction of the second line
Returns
the point of A closest to B
See also
LineClosestPointAndOffsets(), LineClosestPointWithUnitVectors()

The point of line A that is closest to line B is returned.

The two lines are assumed not to be parallel, and when this prerequisite is not met the behaviour is undefined.

Note
This formulation is valid for lines in a Euclidean space of any dimension; the minimized distance is the Euclidean one.

A separate function, LineClosestPointAndOffsets(), also returns the offset of the intersection from the two reference points.

Requirements

The following operations between points, vectors and scalars must be defined:

  • Vector operator- (Point, Point): the difference of two points always exists and it returns a Vector;
  • Point operator+ (Point, Vector): translation of a point by a displacement vector;
  • Vector operator* (Vector, double): vector scaling by a real factor;
  • double dot(Vector, Vector): scalar (inner) product of two vectors.

Referenced by geo::IntersectionPointAndOffsets< Point >::operator std::tuple< Point &, double &, double & >().

template<typename Point , typename Vector >
IntersectionPointAndOffsets<Point> geo::LineClosestPointAndOffsets ( Point const &  startA,
Vector const &  dirA,
Point const &  startB,
Vector const &  dirB 
)

Returns the point of a line that is closest to a second line.

Template Parameters
Pointa type describing a point
Vectora type describing a direction (displacement vector)
Parameters
refAa reference point on the first line
dirAthe direction of the first line
refBa reference point on the second line
dirBthe direction of the second line
Returns
a data structure with three fields: point: the point of A closest to B, offset1: its offset on A in units of dirA, offset2: its offset on B in units of dirB
See also
LineClosestPointWithUnitVectors()
LineClosestPointAndOffsets()

The point of line A that is closest to line B is returned.

This function is equivalent to LineClosestPoint(), but it returns in addition the offsets of the intersection point from the reference points of the two lines, in the direction specified by dirA/dirB.

The return value is a data structure of type geo::IntersectionPointAndOffsets, which is most easily unpacked immediately:

auto [ point, offsetA, offsetB ] = geo::LineClosestPointAndOffsets(
geo::Point_t{ 2, 0, 1 }, geo::Vector_t{ 0.0, 0.5, 0.0 },
geo::Point_t{ 0, 1, 0 }, geo::Vector_t{ 0.866, 0.0, 0.0 }
);

will set point to geo::Point{ 2, 1, 1 }, offsetA to 2 and offsetB to 2.309.... To reassign the variables after they have been defined, though, a temporary structure is needed:

auto const xsectAndOfs = geo::LineClosestPointAndOffsets(
geo::Point_t{ 0, 1, 0 }, geo::Vector_t{ 0.866, 0.0, 0.0 },
geo::Point_t{ 2, 0, 1 }, geo::Vector_t{ 0.0, 0.5, 0.0 }
);
point = xsectAndOfs.point;
offsetA = xsectAndOfs.offset1;
offsetB = xsectAndOfs.offset2;

(point to geo::Point{ 2, 1, 0 }, offsetA to 2.039... and offsetB to 2, because the intersection point is always on the first line).

Referenced by geo::IntersectionPointAndOffsets< Point >::operator std::tuple< Point &, double &, double & >().

template<typename Point , typename UnitVector >
IntersectionPointAndOffsets<Point> geo::LineClosestPointAndOffsetsWithUnitVectors ( Point const &  startA,
UnitVector const &  dirA,
Point const &  startB,
UnitVector const &  dirB 
)

Returns the point of a line that is closest to a second line.

Template Parameters
Pointa type describing a point
UnitVectora type describing a direction (unit vector)
Parameters
refAa reference point on the first line
dirAthe direction of the first line (unity-normed)
refBa reference point on the second line
dirBthe direction of the second line (unity-normed)
Returns
a data structure with three fields: point: the point of A closest to B, offset1: its offset on A in units of dirA (i.e. unity), offset2: its offset on B in units of dirB (i.e. unity)
See also
LineClosestPointWithUnitVectors()
LineClosestPointAndOffsets()

The point of line A that is closest to line B is returned.

The return value is a data structure of type geo::IntersectionPointAndOffsets, which is most easily unpacked immediately:

auto [ point, offsetA, offsetB ] = geo::LineClosestPointAndOffsetsWithUnitVectors(
geo::Point_t{ 2, 0, 1 }, geo::Vector_t{ 0, 1, 0 },
geo::Point_t{ 0, 1, 0 }, geo::Vector_t{ 1, 0, 0 }
);

will set point to geo::Point{ 2, 1, 1 }, offsetA to 1 and offsetB to 2. To reassign the variables after they have been defined, instead:

geo::Point_t{ 0, 1, 0 }, geo::Vector_t{ 1, 0, 0 },
geo::Point_t{ 2, 0, 1 }, geo::Vector_t{ 0, 1, 0 }
);
point = xsectAndOfs.point;
offsetA = xsectAndOfs.offset1;
offsetB = xsectAndOfs.offset2;

(point to geo::Point{ 2, 1, 0 }, offsetA to 2 and offsetB to 1, because the intersection point is always on the first line).

Referenced by geo::IntersectionPointAndOffsets< Point >::operator std::tuple< Point &, double &, double & >(), and WiresIntersectionAndOffsets().

template<typename Point , typename UnitVector >
Point geo::LineClosestPointWithUnitVectors ( Point const &  startA,
UnitVector const &  dirA,
Point const &  startB,
UnitVector const &  dirB 
)

Returns the point of a line that is closest to a second line.

Template Parameters
Pointa type describing a point
UnitVectora type describing a direction (unit vector)
Parameters
refAa reference point on the first line
dirAthe direction of the first line (unity-normed)
refBa reference point on the second line
dirBthe direction of the second line (unity-normed)
Returns
the point of A closest to B
See also
LineClosestPointAndOffsetsWithUnitVectors(), LineClosestPoint()

The point of line A that is closest to line B is returned.

The two lines are assumed not to be parallel, and when this prerequisite is not met the behaviour is undefined.

The two directions are required to have norm 1. While formally if this prerequisite is not met the result is undefined, the result will be still mostly correct if their norm departs from unity only by a rounding error. The more the vectors deviate from that condition, the larger the error in the result.

Note
This formulation is valid for lines in a Euclidean space of any dimension; the minimized distance is the Euclidean one.

A separate function, LineClosestPointAndOffsetsWithUnitVectors(), also returne the offset of the intersection from the two reference points.

Requirements

The following operations between points, vectors and scalars must be defined:

  • Vector operator* (UnitVector, double): scaling of a unit vector by a real factor to produce a non-unit vector;
  • Vector operator- (Point, Point): the difference of two points always exists and it returns a Vector;
  • Point operator+ (Point, Vector): translation of a point by a displacement vector;
  • double dot(Vector, UnitVector), double dot(UnitVector, UnitVector): scalar (inner) product of one unit vector and a vector, or two unit vectors.

Referenced by geo::IntersectionPointAndOffsets< Point >::operator std::tuple< Point &, double &, double & >(), and WiresIntersection().

template<typename Trans >
decltype(auto) geo::makeTransformationMatrix ( Trans &&  trans)

Converts a transformation matrix into a geo::TransformationMatrix.

Definition at line 33 of file TransformationMatrix.h.

Referenced by geo::TPCGeo::TPCGeo().

34  {
35  return convertTransformationMatrix<geo::TransformationMatrix>(trans);
36  }
constexpr bool geo::operator!= ( CryostatID const &  a,
CryostatID const &  b 
)
inline

Comparison: the IDs point to different cryostats (validity is ignored)

Definition at line 686 of file geo_types.h.

References geo::CryostatID::Cryostat.

687  {
688  return a.Cryostat != b.Cryostat;
689  }
constexpr bool geo::operator!= ( OpDetID const &  a,
OpDetID const &  b 
)
inline

Comparison: IDs point to different optical detectors (validity is ignored)

Definition at line 704 of file geo_types.h.

References geo::CryostatID::asCryostatID(), and geo::OpDetID::OpDet.

705  {
706  return (a.asCryostatID() != b.asCryostatID()) || (a.OpDet != b.OpDet);
707  }
constexpr bool geo::operator!= ( TPCID const &  a,
TPCID const &  b 
)
inline

Comparison: the IDs point to different TPCs (validity is ignored)

Definition at line 727 of file geo_types.h.

References geo::TPCID::TPC.

728  {
729  return (static_cast<CryostatID const&>(a) != static_cast<CryostatID const&>(b)) ||
730  (a.TPC != b.TPC);
731  } // operator!= (TPCID, TPCID)
constexpr bool geo::operator!= ( PlaneID const &  a,
PlaneID const &  b 
)
inline

Comparison: the IDs point to different planes (validity is ignored)

Definition at line 750 of file geo_types.h.

References geo::PlaneID::Plane.

751  {
752  return (static_cast<TPCID const&>(a) != static_cast<TPCID const&>(b)) || (a.Plane != b.Plane);
753  } // operator!= (PlaneID, PlaneID)
constexpr bool geo::operator!= ( WireID const &  a,
WireID const &  b 
)
inline

Comparison: the IDs point to different wires (validity is ignored)

Definition at line 772 of file geo_types.h.

References geo::WireID::Wire.

773  {
774  return (static_cast<PlaneID const&>(a) != static_cast<PlaneID const&>(b)) || (a.Wire != b.Wire);
775  } // operator!= (WireID, WireID)
constexpr bool geo::operator< ( CryostatID const &  a,
CryostatID const &  b 
)
inline

Order cryostats with increasing ID.

Definition at line 692 of file geo_types.h.

References geo::CryostatID::Cryostat.

Referenced by lar::range_t< size_type >::borders(), larg4::LArVoxelReadoutGeometry::Construct(), and voronoi2d::BSTNode::setDepth().

693  {
694  return a.Cryostat < b.Cryostat;
695  }
constexpr bool geo::operator< ( OpDetID const &  a,
OpDetID const &  b 
)
inline

Order OpDetID in increasing Cryo, then OpDet.

Definition at line 710 of file geo_types.h.

References geo::CryostatID::asCryostatID(), geo::CryostatID::cmp(), and geo::OpDetID::OpDet.

711  {
712  int cmp_res = a.asCryostatID().cmp(b);
713  if (cmp_res == 0) // same cryostat: compare optical detectors
714  return a.OpDet < b.OpDet;
715  else // return the order of cryostats
716  return cmp_res < 0;
717  } // operator< (OpDetID, OpDetID)
constexpr bool geo::operator< ( TPCID const &  a,
TPCID const &  b 
)
inline

Order TPCID in increasing Cryo, then TPC.

Definition at line 734 of file geo_types.h.

References geo::TPCID::TPC.

735  {
736  int cmp_res = (static_cast<CryostatID const&>(a)).cmp(b);
737  if (cmp_res == 0) // same cryostat: compare TPC
738  return a.TPC < b.TPC;
739  else // return the order of cryostats
740  return cmp_res < 0;
741  } // operator< (TPCID, TPCID)
IDparameter< geo::CryostatID > CryostatID
Member type of validated geo::CryostatID parameter.
constexpr bool geo::operator< ( PlaneID const &  a,
PlaneID const &  b 
)
inline

Order PlaneID in increasing TPC, then plane.

Definition at line 756 of file geo_types.h.

References geo::PlaneID::Plane.

757  {
758  int cmp_res = (static_cast<TPCID const&>(a)).cmp(b);
759  if (cmp_res == 0) // same TPC: compare plane
760  return a.Plane < b.Plane;
761  else // return the order of TPC
762  return cmp_res < 0;
763  } // operator< (PlaneID, PlaneID)
IDparameter< geo::TPCID > TPCID
Member type of validated geo::TPCID parameter.
constexpr bool geo::operator< ( WireID const &  a,
WireID const &  b 
)
inline

Comparison: the IDs point to the same cryostat (validity is ignored)

Definition at line 778 of file geo_types.h.

References geo::WireID::Wire.

779  {
780  int cmp_res = (static_cast<PlaneID const&>(a)).cmp(b);
781  if (cmp_res == 0) // same plane: compare wire
782  return a.Wire < b.Wire;
783  else // return the order of planes
784  return cmp_res < 0;
785  } // operator< (WireID, WireID)
IDparameter< geo::PlaneID > PlaneID
Member type of validated geo::PlaneID parameter.
std::ostream& geo::operator<< ( std::ostream &  out,
CryostatID const &  cid 
)
inline

Generic output of CryostatID to stream.

Definition at line 634 of file geo_types.h.

References geo::CryostatID::Cryostat.

635  {
636  out << "C:" << cid.Cryostat;
637  return out;
638  } // operator<< (CryostatID)
std::ostream& geo::operator<< ( std::ostream &  out,
OpDetID const &  oid 
)
inline

Generic output of OpDetID to stream.

Definition at line 641 of file geo_types.h.

References geo::CryostatID::asCryostatID(), and geo::OpDetID::OpDet.

642  {
643  out << oid.asCryostatID() << " O:" << oid.OpDet;
644  return out;
645  } // operator<< (OpDetID)
std::ostream& geo::operator<< ( std::ostream &  out,
TPCID const &  tid 
)
inline

Generic output of TPCID to stream.

Definition at line 648 of file geo_types.h.

References geo::TPCID::TPC.

649  {
650  out << ((CryostatID const&)tid) << " T:" << tid.TPC;
651  return out;
652  } // operator<< (TPCID)
IDparameter< geo::CryostatID > CryostatID
Member type of validated geo::CryostatID parameter.
std::ostream& geo::operator<< ( std::ostream &  out,
PlaneID const &  pid 
)
inline

Generic output of PlaneID to stream.

Definition at line 655 of file geo_types.h.

References geo::PlaneID::Plane.

656  {
657  out << ((TPCID const&)pid) << " P:" << pid.Plane;
658  return out;
659  } // operator<< (PlaneID)
IDparameter< geo::TPCID > TPCID
Member type of validated geo::TPCID parameter.
std::ostream& geo::operator<< ( std::ostream &  out,
WireID const &  wid 
)
inline

Generic output of WireID to stream.

Definition at line 662 of file geo_types.h.

References geo::WireID::Wire.

663  {
664  out << ((PlaneID const&)wid) << " W:" << wid.Wire;
665  return out;
666  } // operator<< (WireID)
IDparameter< geo::PlaneID > PlaneID
Member type of validated geo::PlaneID parameter.
constexpr bool geo::operator== ( CryostatID const &  a,
CryostatID const &  b 
)
inline

Comparison: the IDs point to the same cryostat (validity is ignored)

Definition at line 680 of file geo_types.h.

References geo::CryostatID::Cryostat.

Referenced by geo::details::id_iterator_base< LocalID, GEOID >::operator!=().

681  {
682  return a.Cryostat == b.Cryostat;
683  }
constexpr bool geo::operator== ( OpDetID const &  a,
OpDetID const &  b 
)
inline

Comparison: the IDs point to same optical detector (validity is ignored)

Definition at line 698 of file geo_types.h.

References geo::CryostatID::asCryostatID(), and geo::OpDetID::OpDet.

699  {
700  return (a.asCryostatID() == b.asCryostatID()) && (a.OpDet == b.OpDet);
701  }
constexpr bool geo::operator== ( TPCID const &  a,
TPCID const &  b 
)
inline

Comparison: the IDs point to the same TPC (validity is ignored)

Definition at line 720 of file geo_types.h.

References geo::TPCID::TPC.

721  {
722  return (static_cast<CryostatID const&>(a) == static_cast<CryostatID const&>(b)) &&
723  (a.TPC == b.TPC);
724  } // operator== (TPCID, TPCID)
constexpr bool geo::operator== ( PlaneID const &  a,
PlaneID const &  b 
)
inline

Comparison: the IDs point to the same plane (validity is ignored)

Definition at line 744 of file geo_types.h.

References geo::PlaneID::Plane.

745  {
746  return (static_cast<TPCID const&>(a) == static_cast<TPCID const&>(b)) && (a.Plane == b.Plane);
747  } // operator== (PlaneID, PlaneID)
constexpr bool geo::operator== ( WireID const &  a,
WireID const &  b 
)
inline

Comparison: the IDs point to the same wire (validity is ignored)

Definition at line 766 of file geo_types.h.

References geo::WireID::Wire.

767  {
768  return (static_cast<PlaneID const&>(a) == static_cast<PlaneID const&>(b)) && (a.Wire == b.Wire);
769  } // operator== (WireID, WireID)
void geo::ProjectToBoxEdge ( const double  xyz[],
const double  dxyz[],
double  xlo,
double  xhi,
double  ylo,
double  yhi,
double  zlo,
double  zhi,
double  xyzout[] 
)
inline

Project along a direction from a particular starting point to the edge of a box

Parameters
xyz- The starting x,y,z location. Must be inside box.
dxyz- Direction vector
xlo- Low edge of box in x
xhi- Low edge of box in x
ylo- Low edge of box in y
yhi- Low edge of box in y
zlo- Low edge of box in z
zhi- Low edge of box in z
xyzout- On output, the position at the box edge

Note: It should be safe to use the same array for input and output.

Definition at line 54 of file geo.h.

References d.

63 {
64  // Make sure we're inside the box!
65  if (!(xyz[0] >= xlo && xyz[0] <= xhi) || !(xyz[1] >= ylo && xyz[1] <= yhi) ||
66  !(xyz[2] >= zlo && xyz[2] <= zhi))
67  throw cet::exception("ProjectToBoxEdge") << "desired point is not"
68  << " in the specififed box\n";
69 
70  // Compute the distances to the x/y/z walls
71  double dx = 99.E99;
72  double dy = 99.E99;
73  double dz = 99.E99;
74  if (dxyz[0] > 0.0) { dx = (xhi - xyz[0]) / dxyz[0]; }
75  else if (dxyz[0] < 0.0) {
76  dx = (xlo - xyz[0]) / dxyz[0];
77  }
78  if (dxyz[1] > 0.0) { dy = (yhi - xyz[1]) / dxyz[1]; }
79  else if (dxyz[1] < 0.0) {
80  dy = (ylo - xyz[1]) / dxyz[1];
81  }
82  if (dxyz[2] > 0.0) { dz = (zhi - xyz[2]) / dxyz[2]; }
83  else if (dxyz[2] < 0.0) {
84  dz = (zlo - xyz[2]) / dxyz[2];
85  }
86 
87  // Choose the shortest distance
88  double d = 0.0;
89  if (dx < dy && dx < dz)
90  d = dx;
91  else if (dy < dz && dy < dx)
92  d = dy;
93  else if (dz < dx && dz < dy)
94  d = dz;
95 
96  // Make the step
97  for (int i = 0; i < 3; ++i) {
98  xyzout[i] = xyz[i] + dxyz[i] * d;
99  }
100 }
Float_t d
Definition: plot.C:235
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33
std::string geo::SignalTypeName ( geo::SigType_t  sigType)

Returns the name of the specified signal type.

Definition at line 18 of file geo_types.cxx.

References kCollection, kInduction, kMysteryType, and util::to_string().

Referenced by geo::WireIDIntersection::operator<(), and geo::GeometryCore::Print().

19 {
20  switch (sigType) {
21  case geo::kInduction: return "induction";
22  case geo::kCollection: return "collection";
23  case geo::kMysteryType: return "unknown";
24  } // switch
25  throw std::logic_error("geo::SignalTypeName(): unexpected signal type #" +
26  std::to_string(static_cast<int>(sigType)));
27 } // geo::SignalTypeName()
Who knows?
Definition: geo_types.h:153
Signal from induction planes.
Definition: geo_types.h:151
decltype(auto) constexpr to_string(T &&obj)
ADL-aware version of std::to_string.
Signal from collection planes.
Definition: geo_types.h:152
static bool geo::sortAuxDetSensitiveStandard ( const AuxDetSensitiveGeo ad1,
const AuxDetSensitiveGeo ad2 
)
static

Definition at line 44 of file GeoObjectSorterStandard.cxx.

References geo::AuxDetSensitiveGeo::TotalVolume().

Referenced by geo::GeoObjectSorterStandard::SortAuxDetSensitive().

46  {
47  // sort based off of GDML name, assuming ordering is encoded
48  std::string ad1name = (ad1.TotalVolume())->GetName();
49  std::string ad2name = (ad2.TotalVolume())->GetName();
50 
51  // assume volume name is "volAuxDetSensitive##"
52  int ad1Num = atoi(ad1name.substr(9, ad1name.size()).c_str());
53  int ad2Num = atoi(ad2name.substr(9, ad2name.size()).c_str());
54 
55  return ad1Num < ad2Num;
56  }
static bool geo::sortAuxDetStandard ( const AuxDetGeo ad1,
const AuxDetGeo ad2 
)
static

Definition at line 29 of file GeoObjectSorterStandard.cxx.

References geo::AuxDetGeo::TotalVolume().

Referenced by geo::GeoObjectSorterStandard::SortAuxDets().

30  {
31  // sort based off of GDML name, assuming ordering is encoded
32  std::string const& ad1name = ad1.TotalVolume()->GetName();
33  std::string const& ad2name = ad2.TotalVolume()->GetName();
34 
35  // assume volume name is "volAuxDet##"
36  int ad1Num = atoi(ad1name.substr(9, ad1name.size()).c_str());
37  int ad2Num = atoi(ad2name.substr(9, ad2name.size()).c_str());
38 
39  return ad1Num < ad2Num;
40  }
static bool geo::sortCryoStandard ( const CryostatGeo c1,
const CryostatGeo c2 
)
static

Definition at line 60 of file GeoObjectSorterStandard.cxx.

References geo::CryostatGeo::toWorldCoords().

Referenced by geo::GeoObjectSorterStandard::SortCryostats().

61  {
62  CryostatGeo::LocalPoint_t const local{0., 0., 0.};
63  auto const xyz1 = c1.toWorldCoords(local);
64  auto const xyz2 = c2.toWorldCoords(local);
65  return xyz1.X() < xyz2.X();
66  }
TCanvas * c1
Definition: plotHisto.C:7
TCanvas * c2
Definition: plot_hist.C:75
static bool geo::sortPlaneStandard ( const PlaneGeo p1,
const PlaneGeo p2 
)
static

Definition at line 82 of file GeoObjectSorterStandard.cxx.

References util::abs(), and geo::PlaneGeo::toWorldCoords().

Referenced by geo::GeoObjectSorterStandard::SortPlanes().

83  {
84  PlaneGeo::LocalPoint_t const local{0., 0., 0.};
85  auto const xyz1 = p1.toWorldCoords(local);
86  auto const xyz2 = p2.toWorldCoords(local);
87 
88  // drift direction is negative, plane number increases in drift direction
89  if (std::abs(xyz1.X() - xyz2.X()) > DistanceTol) return xyz1.X() > xyz2.X();
90 
91  //if same drift, sort by z
92  if (std::abs(xyz1.Z() - xyz2.Z()) > DistanceTol) return xyz1.Z() < xyz2.Z();
93 
94  //if same z, sort by y
95  return xyz1.Y() < xyz2.Y();
96  }
constexpr auto abs(T v)
Returns the absolute value of the argument.
static bool geo::sortTPCStandard ( const TPCGeo t1,
const TPCGeo t2 
)
static

Definition at line 70 of file GeoObjectSorterStandard.cxx.

References geo::TPCGeo::toWorldCoords().

Referenced by geo::GeoObjectSorterStandard::SortTPCs().

71  {
72  TPCGeo::LocalPoint_t const local{0., 0., 0.};
73  auto const xyz1 = t1.toWorldCoords(local);
74  auto const xyz2 = t2.toWorldCoords(local);
75 
76  // sort TPCs according to x
77  return xyz1.X() < xyz2.X();
78  }
TTree * t1
Definition: plottest35.C:26
TTree * t2
Definition: plottest35.C:36
static bool geo::sortWireStandard ( WireGeo const &  w1,
WireGeo const &  w2 
)
static

Definition at line 99 of file GeoObjectSorterStandard.cxx.

References util::abs(), and geo::WireGeo::GetCenter().

Referenced by geo::GeoObjectSorterStandard::SortWires().

100  {
101  auto const [xyz1, xyz2] = std::make_pair(w1.GetCenter(), w2.GetCenter());
102 
103  //sort by z first
104  if (std::abs(xyz1.Z() - xyz2.Z()) > DistanceTol) return xyz1.Z() < xyz2.Z();
105 
106  //if same z sort by y
107  if (std::abs(xyz1.Y() - xyz2.Y()) > DistanceTol) return xyz1.Y() < xyz2.Y();
108 
109  //if same y sort by x
110  return xyz1.X() < xyz2.X();
111  }
constexpr auto abs(T v)
Returns the absolute value of the argument.
template<typename StoredMatrix , typename ITER >
static StoredMatrix geo::transformationFromPath ( ITER  begin,
ITER  end 
)
static

Builds a matrix to go from local to world coordinates in one step.

template<typename StoredMatrix >
static StoredMatrix geo::transformationFromPath ( std::vector< TGeoNode const * > const &  path,
size_t  depth 
)
static

Builds a matrix to go from local to world coordinates in one step.

geo::Point_t geo::WiresIntersection ( WireGeo const &  wireA,
WireGeo const &  wireB 
)
inline

Returns the point of wireA that is closest to wireB.

Parameters
wireAthe first wire
wireBthe other wire
Returns
the point of wireA closest to wireB
See also
WiresIntersectionAndOffsets()

The point of wireA that is closest to wireB is returned.

The two wires are assumed not to be parallel, and when this prerequisite is not met the behaviour is undefined.

A separate function, WiresIntersectionAndOffsets(), also returns the offset of the intersection from the two reference points.

Definition at line 528 of file WireGeo.h.

References geo::WireGeo::Direction(), geo::WireGeo::GetCenter(), and LineClosestPointWithUnitVectors().

Referenced by geo::WireGeo::IntersectionWith().

529 {
531  wireA.GetCenter(), wireA.Direction(), wireB.GetCenter(), wireB.Direction());
532 }
Point LineClosestPointWithUnitVectors(Point const &startA, UnitVector const &dirA, Point const &startB, UnitVector const &dirB)
Returns the point of a line that is closest to a second line.
geo::IntersectionPointAndOffsets< geo::Point_t > geo::WiresIntersectionAndOffsets ( WireGeo const &  wireA,
WireGeo const &  wireB 
)
inline

Returns the point of wireA that is closest to wireB.

Parameters
wireAthe first wire
wireBthe other wire
Returns
a data structure with three fields: point: the point of wireA closest to wireB; offset1: its offset on wireA [cm]; offset2: its offset on wireB [cm]
See also
WiresIntersection()

Computes the point of wireA that is closest to wireB.

The returned intersection point is the same as for geo::WiresIntersection(). The return value is actually triplet, though, which is most easily unpacked immediately:

auto [ point, offsetA, offsetB ] = geo::WiresIntersection(wireA, wireB);

The two other elements of the triplets are the distances of the intersection point from the center of this wire (offset in the example) and from the center of the other wire (otherOffset), in centimeters. The sign of the offsets are positive if the intersection points lie on the side pointed by the Direction() of the respective wires.

To reassign the variables after they have been defined, instead:

std::tie(point, offsetB, offsetA) = geo::WiresIntersection(wireB, wireA);

Definition at line 518 of file WireGeo.h.

References geo::WireGeo::Direction(), geo::WireGeo::GetCenter(), and LineClosestPointAndOffsetsWithUnitVectors().

Referenced by geo::GeometryCore::ChannelsIntersect(), and geo::WireGeo::IntersectionAndOffsetsWith().

521 {
522 
524  wireA.GetCenter(), wireA.Direction(), wireB.GetCenter(), wireB.Direction());
525 }
IntersectionPointAndOffsets< Point > LineClosestPointAndOffsetsWithUnitVectors(Point const &startA, UnitVector const &dirA, Point const &startB, UnitVector const &dirB)
Returns the point of a line that is closest to a second line.
template<typename Vector = Vector_t>
constexpr Vector geo::Xaxis ( )

Returns a x axis vector of the specified type.

Definition at line 208 of file geo_vectors.h.

Referenced by geo::TPCGeo::ResetDriftDirection(), geo::TPCGeo::TPCGeo(), and geo::PlaneGeo::UpdateView().

209  {
210  return {1.0, 0.0, 0.0};
211  }
template<typename Vector = Vector_t>
constexpr Vector geo::Yaxis ( )

Returns a y axis vector of the specified type.

Definition at line 215 of file geo_vectors.h.

Referenced by geo::TPCGeo::ResetDriftDirection(), geo::TPCGeo::TPCGeo(), and geo::PlaneGeo::UpdateView().

216  {
217  return {0.0, 1.0, 0.0};
218  }
template<typename Vector = Vector_t>
constexpr Vector geo::Zaxis ( )

Returns a z axis vector of the specified type.

Definition at line 222 of file geo_vectors.h.

Referenced by geo::TPCGeo::ResetDriftDirection(), geo::TPCGeo::TPCGeo(), and geo::PlaneGeo::UpdateView().

223  {
224  return {0.0, 0.0, 1.0};
225  }