BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/TofRecEvent/include/TofRecEvent/RecTofTrack.h
Go to the documentation of this file.
1#ifndef RECTOFTRACK_H
2#define RECTOFTRACK_H
3#include "DstEvent/DstTofTrack.h"
4#include "EventModel/EventModel.h"
5#include "GaudiKernel/ContainedObject.h"
6#include "GaudiKernel/ObjectVector.h"
7#include "GaudiKernel/SmartRef.h"
8
9using namespace std;
10
11extern const CLID& CLID_RecTofTrack;
12
13class RecTofTrack : public DstTofTrack {
14public:
15 virtual const CLID& clID() const { return RecTofTrack::classID(); }
16 static const CLID& classID() { return CLID_RecTofTrack; }
17
18 // Constructor
20
21 // Destructor
22 virtual ~RecTofTrack() {}
23
24public:
25 RecTofTrack( const DstTofTrack& aTrack );
27
28private:
29};
30
31typedef ObjectVector<RecTofTrack> RecTofTrackCol;
32
33#endif // RECTOFTRACK_H
const CLID & CLID_RecTofTrack
const CLID & CLID_RecTofTrack
RecTofTrack(const DstTofTrack &aTrack)
RecTofTrack & operator=(const DstTofTrack &aTrack)