Classes | Namespaces | Functions
GeometryTestAlg.cxx File Reference
#include "test/Geometry/GeometryTestAlg.h"
#include "Geometry/GeometryCore.h"
#include "Geometry/AuxDetGeo.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 <cmath>
#include <vector>
#include <iterator>
#include <algorithm>
#include <set>
#include <array>
#include <string>
#include <sstream>
#include <iostream>
#include <cassert>
#include <limits>
#include <initializer_list>

Go to the source code of this file.

Classes

struct  simple_geo::Point2D
 
class  simple_geo::Area
 

Namespaces

 simple_geo
 
 gar
 General GArSoft Utilities.
 
 gar::geo
 

Functions

Point2D simple_geo::operator+ (Point2D const &a, Point2D const &b)
 
Point2D simple_geo::operator* (Point2D const &p, double f)
 
Point2D simple_geo::operator/ (Point2D const &p, double f)
 
template<typename Stream >
Stream & simple_geo::operator<< (Stream &out, Point2D const &p)