ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetRawEvent
InDetRawData
src
PixelTB04RawData.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// PixelTB04RawData.cxx
7
// Implementation file for class PixelTB04RawData
9
// (c) ATLAS Detector software
11
// Version 1.0 06/09/2004 Maria Jose Costa
13
14
#include <new>
15
#include "
InDetRawData/PixelTB04RawData.h
"
16
#include "
InDetRawData/PixelRDORawData.h
"
17
18
// default constructor
19
PixelTB04RawData::PixelTB04RawData
() :
20
PixelRDORawData
(
Identifier
(), 0)
//call base-class constructor
21
{
22
m_BCID
=0;
23
m_LVL1ID
=0;
24
}
25
26
// Constructor with parameters:
27
PixelTB04RawData::PixelTB04RawData
(
const
Identifier
rdoId,
28
const
unsigned
int
word,
const
unsigned
int
BCID,
const
unsigned
int
LVL1ID) :
29
PixelRDORawData
( rdoId, word)
//call base-class constructor
30
{
31
m_BCID
= BCID;
32
m_LVL1ID
= LVL1ID;
33
}
34
35
PixelTB04RawData::PixelTB04RawData
(
const
Identifier
rdoId,
36
const
unsigned
int
ToT,
const
unsigned
int
BCID,
const
unsigned
int
LVL1ID,
const
unsigned
int
LVL1A) :
37
PixelRDORawData
( rdoId, (ToT&0xFF)+((LVL1A&0xF)<<8) )
//call base-class constructor
38
{
39
m_BCID
= BCID;
40
m_LVL1ID
= LVL1ID;
41
}
42
43
// Destructor:
44
PixelTB04RawData::~PixelTB04RawData
()
45
{}
46
47
48
49
50
PixelRDORawData.h
PixelTB04RawData.h
PixelRDORawData::PixelRDORawData
PixelRDORawData(const Identifier rdoId, const unsigned int word)
Definition
PixelRDORawData.cxx:19
PixelTB04RawData::~PixelTB04RawData
virtual ~PixelTB04RawData()
Definition
PixelTB04RawData.cxx:44
PixelTB04RawData::m_BCID
unsigned int m_BCID
Definition
PixelTB04RawData.h:73
PixelTB04RawData::m_LVL1ID
unsigned int m_LVL1ID
Definition
PixelTB04RawData.h:74
PixelTB04RawData::PixelTB04RawData
PixelTB04RawData()
Definition
PixelTB04RawData.cxx:19
Identifier
Definition
IdentifierFieldParser.cxx:14
Generated on
for ATLAS Offline Software by
1.14.0