ATLAS Offline Software
Loading...
Searching...
No Matches
VP1RawDataHandle_TRT_RDO.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_TRT_RDO //
9// //
10// Description: Handle for TRT RDO's //
11// //
12// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
13// Initial version: April 2008 (rewritten January 2009) //
14// //
16
17#ifndef VP1RAWDATAHANDLE_TRT_RDO_H
18#define VP1RAWDATAHANDLE_TRT_RDO_H
19
22
23namespace InDetDD { class TRT_BaseElement; }
24
26public:
27
30 QStringList clicked(bool verbose) const;
31
32 VP1RawDataFlags::InDetPartsFlags inInDetParts() const;
33
34 bool highThreshold() const;
35 double timeOverThreshold() const;
36
37protected:
38 SoNode * buildShape();
39 SoTransform * buildTransform();
41 const InDetDD::TRT_BaseElement * element() const;//null in case of errors
42 int strawID() const;//-1 in case of errors
43
44};
45
46#endif
Virtual base class of TRT readout elements.
VP1RawDataHandleBase(VP1RawDataCollBase *)
VP1RawDataHandle_TRT_RDO(VP1RawDataCollBase *, const TRT_LoLumRawData *)
const InDetDD::TRT_BaseElement * element() const
const TRT_LoLumRawData * m_data
QStringList clicked(bool verbose) const
VP1RawDataFlags::InDetPartsFlags inInDetParts() const
bool verbose
Definition hcg.cxx:73
Message Stream Member.