ATLAS Offline Software
Loading...
Searching...
No Matches
VP1RawDataColl_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 VP1RawDataColl_SCT_RDO //
9// //
10// Description: Collection of SCT RDO's //
11// //
12// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
13// Initial version: January 2009 //
14// //
16
17#ifndef VP1RAWDATACOLL_SCT_RDO_H
18#define VP1RAWDATACOLL_SCT_RDO_H
19
22
24public:
25
26 static QStringList availableCollections(IVP1System*);
27
30
32
33 bool usesInDetPartsCuts() { return true; }//To get InDet parts cuts
34
35protected:
36 void assignDefaultMaterial(SoMaterial*) const;
37 bool load();
38 qint32 provideCollTypeID() const { return 1; }
39 QString provideSection() const { return "Inner Detector"; }
40
41private:
42
43 class Imp;
45
46};
47
48#endif
VP1RawDataCollBase(VP1RawDataCommonData *, const QString &key)
static QStringList availableCollections(IVP1System *)
void assignDefaultMaterial(SoMaterial *) const
bool cut(VP1RawDataHandleBase *)
VP1RawDataColl_SCT_RDO(VP1RawDataCommonData *, const QString &key)