ATLAS Offline Software
Loading...
Searching...
No Matches
VP1RawDataHandle_LUCID_Digit.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5
7// //
8// Implementation of class VP1RawDataHandle_LUCID_Digit //
9// //
10// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
11// Initial version: February 2009 //
12// //
14
16
17//#include "LUCID_RawEvent/LUCID_RawEvent/LUCID_Digit.h" // CMT compilation
18#include "LUCID_RawEvent/LUCID_Digit.h" // new CMake compilation
19
20
21
22//____________________________________________________________________
27
28//____________________________________________________________________
32
33//____________________________________________________________________
35{
36 QStringList l;
37 l <<" ====> LUCID_Digit:";
38 l += commonClicked(" ");
39 if (verbose)
40 l << " (no extra verbose information available)";
41 return l;
42}
43
44unsigned short VP1RawDataHandle_LUCID_Digit::getTubeID() const { return m_data->getTubeID(); }
45unsigned short VP1RawDataHandle_LUCID_Digit::getQDC() const { return m_data->getQDC(); }
46unsigned short VP1RawDataHandle_LUCID_Digit::getTDC() const { return m_data->getTDC(); }
47bool VP1RawDataHandle_LUCID_Digit::isSideA() const { return const_cast<LUCID_Digit *>(m_data)->isSideA(); }//const_cast due to const-incorrectness in LUCID_Digit.h
48bool VP1RawDataHandle_LUCID_Digit::isSideC() const { return const_cast<LUCID_Digit *>(m_data)->isSideC(); }//const_cast due to const-incorrectness in LUCID_Digit.h
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
VP1RawDataCollBase * coll() const
QStringList clicked(bool verbose) const
VP1RawDataHandle_LUCID_Digit(VP1RawDataCollBase *, const LUCID_Digit *)
QStringList commonClicked(const QString &prefix="") const
VP1RawDataHandle_LUCID(VP1RawDataCollBase *)
bool verbose
Definition hcg.cxx:73