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