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