ATLAS Offline Software
VP1RawDataHandle_SCT_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_SCT_RDO //
9 // //
10 // Description: Handle for SCT 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_SCT_RDO_H
18 #define VP1RAWDATAHANDLE_SCT_RDO_H
19 
21 class SCT_RDORawData;
22 
23 namespace InDetDD { class SiDetectorElement; }
24 
26 public:
27 
29  virtual ~VP1RawDataHandle_SCT_RDO();
30  QStringList clicked(bool verbose) const;
31 
32  VP1RawDataFlags::InDetPartsFlags inInDetParts() const;
33 
34 protected:
35  SoNode * buildShape();
36  SoTransform * buildTransform();
38  const InDetDD::SiDetectorElement * element() const;//null in case of errors
39 };
40 
41 #endif
VP1RawDataHandle_SCT_RDO::buildTransform
SoTransform * buildTransform()
Definition: VP1RawDataHandle_SCT_RDO.cxx:107
VP1RawDataHandleBase
Definition: VP1RawDataHandleBase.h:34
VP1RawDataHandle_SCT_RDO::~VP1RawDataHandle_SCT_RDO
virtual ~VP1RawDataHandle_SCT_RDO()
Definition: VP1RawDataHandle_SCT_RDO.cxx:42
VP1RawDataCollBase
Definition: VP1RawDataCollBase.h:29
VP1RawDataHandle_SCT_RDO::clicked
QStringList clicked(bool verbose) const
Definition: VP1RawDataHandle_SCT_RDO.cxx:47
SCT_RDORawData
Definition: SCT_RDORawData.h:24
VP1RawDataHandle_SCT_RDO::m_data
const SCT_RDORawData * m_data
Definition: VP1RawDataHandle_SCT_RDO.h:37
VP1RawDataHandle_SCT_RDO::VP1RawDataHandle_SCT_RDO
VP1RawDataHandle_SCT_RDO(VP1RawDataCollBase *, const SCT_RDORawData *)
Definition: VP1RawDataHandle_SCT_RDO.cxx:36
InDetDD::SiDetectorElement
Definition: SiDetectorElement.h:109
VP1RawDataHandle_SCT_RDO
Definition: VP1RawDataHandle_SCT_RDO.h:25
InDetDD
Message Stream Member.
Definition: FakeTrackBuilder.h:8
python.TriggerHandler.verbose
verbose
Definition: TriggerHandler.py:297
VP1RawDataHandle_SCT_RDO::inInDetParts
VP1RawDataFlags::InDetPartsFlags inInDetParts() const
Definition: VP1RawDataHandle_SCT_RDO.cxx:131
VP1RawDataHandleBase.h
VP1RawDataHandle_SCT_RDO::element
const InDetDD::SiDetectorElement * element() const
Definition: VP1RawDataHandle_SCT_RDO.cxx:116
VP1RawDataHandle_SCT_RDO::buildShape
SoNode * buildShape()
Definition: VP1RawDataHandle_SCT_RDO.cxx:76