#include "Geometry/LocalTransformation.h"
#include "RawDataProducts/CaloRawDigit.h"
#include "fhiclcpp/ParameterSet.h"
#include <TVector3.h>
#include <cstddef>
#include <string>
#include <vector>
#include <set>
#include <memory>
#include <iterator>
#include <type_traits>
#include <map>
#include <utility>
Go to the source code of this file.
Namespaces | |
gar | |
General GArSoft Utilities. | |
gar::geo | |
gar::geo::seg | |
gar::geo::details | |
Typedefs | |
typedef enum gar::geo::ROCType_ | gar::geo::ROCType |
typedef struct gar::geo::ChanWithPos_ | gar::geo::ChanWithPos |
typedef std::vector< gar::geo::ChanWithPos > | gar::geo::ChanWithNeighbors |
typedef LayeredCalorimeterStruct | gar::geo::LayeredCalorimeterData |
Enumerations | |
enum | gar::geo::ROCType_ { gar::geo::HFILLER, gar::geo::IROC, gar::geo::IOROC, gar::geo::OOROC } |
Functions | |
template<typename GEOIDITER > | |
bool | gar::geo::details::operator== (geometry_element_iterator< GEOIDITER > const &iter, GEOIDITER const &id_iter) |
Comparison operator: geometry ID and element point to the same ID. More... | |
template<typename GEOIDITER > | |
bool | gar::geo::details::operator== (GEOIDITER const &id_iter, geometry_element_iterator< GEOIDITER > const &iter) |
template<typename GEOIDITER > | |
bool | gar::geo::details::operator!= (geometry_element_iterator< GEOIDITER > const &iter, GEOIDITER const &id_iter) |
Comparison operator: geometry ID and element point to different IDs. More... | |
template<typename GEOIDITER > | |
bool | gar::geo::details::operator!= (GEOIDITER const &id_iter, geometry_element_iterator< GEOIDITER > const &iter) |