ATLAS Offline Software
Loading...
Searching...
No Matches
VP1RawDataHandle_LUCID_Digit.h
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// Header file for class VP1RawDataHandle_LUCID_Digit //
9// //
10// Description: Handle for LUCID digits. //
11// //
12// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
13// Initial version: February 2009 //
14// //
16
17#ifndef VP1RAWDATAHANDLE_LUCID_DIGIT_H
18#define VP1RAWDATAHANDLE_LUCID_DIGIT_H
19
21class LUCID_Digit;
22
24public:
25
28
29 QStringList clicked(bool verbose) const;
30 unsigned short getTubeID() const;
31 unsigned short getQDC() const;
32 unsigned short getTDC() const;
33 bool isSideA() const;
34 bool isSideC() const;
35
36private:
38
39};
40
41#endif
QStringList clicked(bool verbose) const
VP1RawDataHandle_LUCID_Digit(VP1RawDataCollBase *, const LUCID_Digit *)
VP1RawDataHandle_LUCID(VP1RawDataCollBase *)
bool verbose
Definition hcg.cxx:73