ATLAS Offline Software
Loading...
Searching...
No Matches
SiClusterizationToolNormalizationException.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef SiClusterizationToolNormalizationException_h
6#define SiClusterizationToolNormalizationException_h
7
13#include <stdexcept>
14
15class SiClusterizationToolNormalizationException: public std::runtime_error{
16public:
17SiClusterizationToolNormalizationException () : std::runtime_error ("Input to function is out of range"){
18 //nop
19}
20
21
22
23
24
25
26};
27#endif
28
STL class.
STL namespace.