Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CommonTools
Statistics
interface
StatisticsException.h
Go to the documentation of this file.
1
#ifndef StatisticsException_H
2
#define StatisticsException_H
3
4
#include "
FWCore/Utilities/interface/Exception.h
"
5
10
class
StatisticsException
:
public
cms::Exception
{
11
public
:
12
StatisticsException
(
const
char
*
reason
) : cms::
Exception
(reason){};
13
StatisticsException
(
const
StatisticsException
&ex) : cms::
Exception
(ex){};
14
};
15
16
#endif
StatisticsException::StatisticsException
StatisticsException(const char *reason)
Definition:
StatisticsException.h:12
StatisticsException
Definition:
StatisticsException.h:10
PixelMapPlotter.reason
tuple reason
Definition:
PixelMapPlotter.py:509
Exception.h
cms::Exception
Definition:
Exception.h:70
Exception
StatisticsException::StatisticsException
StatisticsException(const StatisticsException &ex)
Definition:
StatisticsException.h:13
Generated for CMSSW Reference Manual by
1.8.5