CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Functions
MatacqRawEvent.cc File Reference
#include <unistd.h>
#include <stdlib.h>
#include <fstream>
#include <vector>
#include <iostream>
#include <iomanip>
#include <ctime>
#include <limits>
#include "EventFilter/EcalRawToDigi/interface/MatacqRawEvent.h"
#include "FWCore/Utilities/interface/Exception.h"

Go to the source code of this file.

Macros

#define CMSSW
 

Functions

static void throwExcept (const std::string &s)
 

Detailed Description

Implementation of the MaacqRawEvent class

Definition in file MatacqRawEvent.cc.

Macro Definition Documentation

#define CMSSW

Definition at line 20 of file MatacqRawEvent.cc.

Function Documentation

static void throwExcept ( const std::string &  s)
inlinestatic

Definition at line 27 of file MatacqRawEvent.cc.

References Exception, and alignCSCRings::s.

Referenced by MatacqRawEvent::setRawData().

27  {
28  throw cms::Exception("Matacq") << s;
29 }