Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
EventFilter
GEMRawToDigi
interface
GEMRawToDigi.h
Go to the documentation of this file.
1
#ifndef EventFilter_GEMRawToDigi_GEMRawToDigi_h
2
#define EventFilter_GEMRawToDigi_GEMRawToDigi_h
3
6
#include <memory>
7
#include "
DataFormats/GEMDigi/interface/GEMAMC13.h
"
8
9
class
GEMRawToDigi
{
10
public
:
11
std::unique_ptr<GEMAMC13>
convertWordToGEMAMC13
(
const
uint64_t
*
word
);
12
bool
vfatError
()
const
{
return
vfatError_
; }
13
bool
amcError
()
const
{
return
amcError_
; }
14
15
private
:
16
bool
vfatError_
;
17
bool
amcError_
;
18
};
19
#endif
GEMRawToDigi::vfatError
bool vfatError() const
Definition:
GEMRawToDigi.h:12
GEMRawToDigi
Definition:
GEMRawToDigi.h:9
word
uint64_t word
Definition:
CTPPSTotemDataFormatter.cc:29
GEMRawToDigi::convertWordToGEMAMC13
std::unique_ptr< GEMAMC13 > convertWordToGEMAMC13(const uint64_t *word)
Definition:
GEMRawToDigi.cc:7
GEMRawToDigi::amcError
bool amcError() const
Definition:
GEMRawToDigi.h:13
GEMAMC13.h
cond::uint64_t
unsigned long long uint64_t
Definition:
Time.h:13
GEMRawToDigi::vfatError_
bool vfatError_
Definition:
GEMRawToDigi.h:16
GEMRawToDigi::amcError_
bool amcError_
Definition:
GEMRawToDigi.h:17
Generated for CMSSW Reference Manual by
1.8.5