StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StjMCParticleListToFourVecList.h
1 // -*- mode: c++;-*-
2 // $Id: StjMCParticleListToFourVecList.h,v 1.1 2008/11/27 07:40:06 tai Exp $
3 // Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
4 #ifndef STJMCPARTICLELISTTOFOURVECLIST_H
5 #define STJMCPARTICLELISTTOFOURVECLIST_H
6 
7 #include <TObject.h>
8 
9 #include "StjMCParticleList.h"
10 #include "StjFourVecList.h"
11 
12 #include <utility>
13 
14 class StjMCParticleListToFourVecList : public TObject {
15 
16 public:
17 
18  StjFourVecList operator()(const StjMCParticleList& mcparticleList);
19 
21 
22 };
23 
24 #endif // STJMCPARTICLELISTTOFOURVECLIST_H