00001
00002
00003
00004
00005
00006
00007
00008
00009
00011
00012
00013
00014
00015
00017 #ifndef StPeCSpec_h
00018 #define StPeCSpec_h
00019 #include "Rtypes.h"
00020 #include "TObject.h"
00021 #ifndef __CINT__
00022 #include "PhysicalConstants.h"
00023 #include "StEventTypes.h"
00024 #endif
00025
00026 class StPeCSpec : public TObject {
00027
00028 public:
00029 StPeCSpec();
00030 virtual ~StPeCSpec();
00031
00032 Int_t pid ;
00033 Float_t mInv ;
00034 Float_t cosThetaStar ;
00035 Float_t yRap ;
00036 #ifndef __CINT__
00037 StLorentzVectorF Mom4;
00038 #endif
00039
00040 ClassDef(StPeCSpec,1)
00041 };
00042
00043 #endif
00044
00045
00046
00047
00048