00001
00002
00003
00004 #ifndef STJMCPARTICLELISTTOFOURVECLIST_H
00005 #define STJMCPARTICLELISTTOFOURVECLIST_H
00006
00007 #include <TObject.h>
00008
00009 #include "StjMCParticleList.h"
00010 #include "StjFourVecList.h"
00011
00012 #include <utility>
00013
00014 class StjMCParticleListToFourVecList : public TObject {
00015
00016 public:
00017
00018 StjFourVecList operator()(const StjMCParticleList& mcparticleList);
00019
00020 ClassDef(StjMCParticleListToFourVecList, 1)
00021
00022 };
00023
00024 #endif // STJMCPARTICLELISTTOFOURVECLIST_H