#include "test/Geometry/GeometryTestAlg.h"
#include "larcorealg/Geometry/Decomposer.h"
#include "larcorealg/Geometry/Exceptions.h"
#include "larcorealg/Geometry/SimpleGeo.h"
#include "larcorealg/Geometry/GeometryCore.h"
#include "larcorealg/Geometry/CryostatGeo.h"
#include "larcorealg/Geometry/TPCGeo.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "larcorealg/Geometry/WireGeo.h"
#include "larcorealg/Geometry/AuxDetGeo.h"
#include "larcorealg/Geometry/AuxDetSensitiveGeo.h"
#include "larcorealg/Geometry/geo.h"
#include "larcorealg/Geometry/geo_vectors_utils.h"
#include "larcorealg/CoreUtils/RealComparisons.h"
#include "larcorealg/CoreUtils/DumpUtils.h"
#include "larcoreobj/SimpleTypesAndConstants/geo_vectors.h"
#include "larcoreobj/SimpleTypesAndConstants/readout_types.h"
#include "larcoreobj/SimpleTypesAndConstants/RawTypes.h"
#include "larcoreobj/SimpleTypesAndConstants/geo_types.h"
#include "larcoreobj/SimpleTypesAndConstants/PhysicalConstants.h"
#include "cetlib/pow.h"
#include "cetlib_except/exception.h"
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "TGeoManager.h"
#include "TStopwatch.h"
#include "TGeoNode.h"
#include "TGeoVolume.h"
#include "TClass.h"
#include "Math/GenVector/DisplacementVector2D.h"
#include "Math/GenVector/DisplacementVector3D.h"
#include "Math/GenVector/PositionVector3D.h"
#include "RtypesCore.h"
#include "TGeoMaterial.h"
#include "TGeoMatrix.h"
#include "TGeoShape.h"
#include "TObjArray.h"
#include "TVector2.h"
#include <stdint.h>
#include <stdlib.h>
#include <memory>
#include <cmath>
#include <vector>
#include <iterator>
#include <algorithm>
#include <set>
#include <array>
#include <string>
#include <sstream>
#include <iostream>
#include <limits>
#include <initializer_list>
Go to the source code of this file.
|
| geo |
| LArSoft geometry interface.
|
|
|
std::ostream & | operator<< (std::ostream &out, TVector3 const &v) |
|
std::ostream & | operator<< (std::ostream &out, TVector2 const &v) |
|
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
TVector3 const & |
v |
|
) |
| |
Definition at line 75 of file GeometryTestAlg.cxx.
76 out <<
"( " << v.X() <<
" ; " << v.Y() <<
" ; " << v.Z() <<
" )";
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
TVector2 const & |
v |
|
) |
| |