CElectronTrackList.h
//-----------------------------------------------------------------------------
// $Header: /asis/offline/ceres/cool/project/RCS/CElectronTrackList.h,v 1.1 1997/05/30 12:13:26 messer Exp $
//
// COOL Program Library
// Copyright (C) CERES collaboration, 1996
//
// Declaration of class CElectronTrackList
//
//-----------------------------------------------------------------------------
#ifndef CELECTRONTRACKLIST_H
#define CELECTRONTRACKLIST_H
#include "cool.h"
#include "CSortedList.h"
#include "CElectronTrack.h"
class CElectronTrackList : public CSortedList<CElectronTrack> {
public:
CElectronTrackList() {}
~CElectronTrackList() {}
};
#endif /* CELECTRONTRACKLIST_H */