Main Page
Namespaces
Classes
Package Documentation
EventFilter
EcalRawToDigi
interface
ECALUnpackerException.h
Go to the documentation of this file.
1
// Date : 30/05/2005
2
// Author : N.Almeida (LIP)
3
4
#ifndef ECALUNPACKEREXCEPTION_H
5
#define ECALUNPACKEREXCEPTION_H
6
7
#include <iostream>
8
#include <string>
9
#include <sstream>
10
11
12
class
ECALUnpackerException
{
13
public
:
14
18
ECALUnpackerException
(std::ostringstream
a
){
info_
=a.str(); }
19
20
ECALUnpackerException
(
std::string
a
){
info_
=
a
;}
24
std::string
what
()
const
throw
() {
return
info_
;}
25
26
protected
:
27
28
std::string
info_
;
29
30
};
31
32
#endif
ECALUnpackerException::what
std::string what() const
Definition:
ECALUnpackerException.h:24
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
ECALUnpackerException::ECALUnpackerException
ECALUnpackerException(std::string a)
Definition:
ECALUnpackerException.h:20
ECALUnpackerException
Definition:
ECALUnpackerException.h:12
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition:
ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9
ECALUnpackerException::info_
std::string info_
Definition:
ECALUnpackerException.h:28
ECALUnpackerException::ECALUnpackerException
ECALUnpackerException(std::ostringstream a)
Definition:
ECALUnpackerException.h:18
a
double a
Definition:
hdecay.h:121
Generated for CMSSW Reference Manual by
1.8.11