Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CandTrackAtNuList.h

Go to the documentation of this file.
00001 
00002 #ifndef CANDTRACKATNULIST_H
00003 #define CANDTRACKATNULIST_H
00004 
00005 #include "RecoBase/CandTrackList.h"
00006 
00007 class AlgHandle;
00008 class CandContext;
00009 class CandTrackAtNuListHandle;
00010 
00011 class CandTrackAtNuList : public CandTrackList
00012 {
00013 
00014    friend class CandTrackAtNuListHandle;
00015 
00016 public:
00017    static CandTrackAtNuListHandle MakeCandidate(AlgHandle &ah,CandContext &cx);
00018    CandTrackAtNuList();
00019 
00020 protected:
00021 
00022    CandTrackAtNuList(AlgHandle &ah);
00023    CandTrackAtNuList(AlgHandle &ah, CandHandle &ch, CandContext &cx);
00024    CandTrackAtNuList(const CandTrackAtNuList &rhs);
00025    virtual ~CandTrackAtNuList();
00026    virtual CandTrackAtNuList *Dup() const;
00027 
00028  private:
00029 
00030    Double_t fCPUTime;
00031 
00032 ClassDef(CandTrackAtNuList,1)
00033 
00034 };
00035 
00036 #endif      

Generated on Mon Feb 15 11:06:29 2010 for loon by  doxygen 1.3.9.1