StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StPeCSpec.h
1 //
3 // $Id: StPeCSpec.h,v 1.2 2001/02/21 20:54:24 yepes Exp $
4 // $Log: StPeCSpec.h,v $
5 // Revision 1.2 2001/02/21 20:54:24 yepes
6 // *** empty log message ***
7 //
8 // Revision 1.1 2000/12/13 yepes
9 //
11 //
12 // StPeCSpec
13 //
14 // Mass Hypothesis for Peripheral Collisions
15 //
17 #ifndef StPeCSpec_h
18 #define StPeCSpec_h
19 #include "Rtypes.h"
20 #include "TObject.h"
21 #ifndef __CINT__
22 #include "PhysicalConstants.h"
23 #include "StEventTypes.h"
24 #endif /* __CINT__ */
25 
26 class StPeCSpec : public TObject {
27 
28 public:
29  StPeCSpec();
30  virtual ~StPeCSpec();
31 
32  Int_t pid ;
33  Float_t mInv ;
34  Float_t cosThetaStar ;
35  Float_t yRap ;
36 #ifndef __CINT__
37  StLorentzVectorF Mom4;
38 #endif /*__CINT__*/
39 
40  ClassDef(StPeCSpec,1)
41 };
42 
43 #endif
44 
45 
46 
47 
48