ATLAS Offline Software
Loading...
Searching...
No Matches
TrackCollHandle_RefittedTracks.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 TrackCollHandle_RefittedTracks //
9// //
10// Description: Specialisation of TrkTracks which contains //
11// Fatras truth information //
12// //
13// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
14// Initial version: September 2008 //
15// //
17
18#ifndef TRACKCOLLHANDLE_REFITTEDTRACKS_H
19#define TRACKCOLLHANDLE_REFITTEDTRACKS_H
20
22#include <QList>
23
25
26 Q_OBJECT
27
28public:
29
31 const QString& name,
32 QList<const Trk::Track*> fittedtracks );
34
35protected:
36 virtual bool load();
37 virtual QColor defaultColor() const { return QColor::fromRgbF(0.0f, 1.0f, 1.0f); }
38
39private:
40
41 class Imp;
43
44};
45
46#endif
const QString & name() const
TrackCollHandle_RefittedTracks(TrackSysCommonData *, const QString &name, QList< const Trk::Track * > fittedtracks)
TrackCollHandle_TrkTrack(TrackSysCommonData *, const QString &name, TrackType::Type type=TrackType::TrkTrack)