LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Exceptions.h File Reference

Collection of exceptions for Geometry system. More...

#include "larcoreobj/SimpleTypesAndConstants/geo_types.h"
#include "cetlib_except/exception.h"
#include <limits>

Go to the source code of this file.

Classes

class  geo::InvalidWireError
 Exception thrown on invalid wire number. More...
 
class  geo::InvalidWireIDError
 Exception thrown on invalid wire number (e.g. NearestWireID()) More...
 

Namespaces

 geo
 Namespace collecting geometry-related classes utilities.
 

Detailed Description

Collection of exceptions for Geometry system.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
November 24, 2016

This is currently a header-only library.

It offers:

  • InvalidWireError (for bad wire numbers)
  • InvalidWireIDError (deprecated in favor of the former)

Definition in file Exceptions.h.