StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StjTPCTree.cxx
1 // $Id: StjTPCTree.cxx,v 1.1 2008/11/27 07:09:29 tai Exp $
2 // Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
3 #include "StjTPCTree.h"
4 
5 #include "StjTrackListReader.h"
6 
7 ClassImp(StjTPCTree)
8 
9 StjTrackList StjTPCTree::getTrackList()
10 {
11  return _reader->getTrackList();
12 }