StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StPythiaMuTrackFourVec.cxx
1 
2 
3 //std
4 #include <iostream>
5 using namespace std;
6 
7 //ROOT
8 #include "TClonesArray.h"
9 #include "TObject.h"
10 
11 //SCL
12 #include "StarClassLibrary/StThreeVectorF.hh"
13 
14 //StMuDstMaker
15 #include "StMuDSTMaker/COMMON/StMuTrack.h"
16 
17 //local
18 #include "StJetMaker/StPythia/StPythiaMuTrackFourVec.h"
19 
21 {
22  /*
23  StLorentzVectorF mom4( p->Px(), p->Py(), p->Pz(), p->E() );
24  StThreeVectorF mom3(p->Px(), p->Py(), p->Pz() );
25  StMuTrackFourVec::Init(0, mom4, index);
26  */
27 }
28 
30 {
31 }
32 
virtual ~StPythiaMuTrackFourVec()
Default destructor.
StPythiaMuTrackFourVec()
Must pass a valid StPythiaParticle, and it&#39;s location in the.