Skip to content

Commit

Permalink
Added mstu72 and mstu73 variable in StarGenPPEvent.* (star-bnl#559)
Browse files Browse the repository at this point in the history
Provided updates to StarGenPPEvent to include the mstu72 and mstu73
variables that will help delimit the event record based on Underlying
Event and Parton Level. The two variables are defined using the Pythia
common block PYDAT1 under the StarPythia6 framework.

Co-authored-by: Manuel A. Rosales Aguilar <mrosales2016@rcas6015.rcf.bnl.gov>
  • Loading branch information
mrosales2016 and Manuel A. Rosales Aguilar committed Jun 23, 2023
1 parent 7978b00 commit f740ecf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions StRoot/StarGenerator/EVENT/StarGenPPEvent.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ StarGenPPEvent::StarGenPPEvent( const Char_t *name, const Char_t *title )
sHat(0.),
tHat(0.),
uHat(0.),
mstu72(0),
mstu73(0),
ptHat(0.),
thetaHat(0.),
phiHat(0.),
Expand Down
7 changes: 5 additions & 2 deletions StRoot/StarGenerator/EVENT/StarGenPPEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,17 @@ class StarGenPPEvent : public StarGenEvent
Bool_t valence2; ///< True if yellow beam parton is in valence

Double_t sHat,tHat,uHat; ///< Mandelstam variables


Int_t mstu72; ///< Line number of an event record, ("======")
Int_t mstu73; ///< Line number of an event record, ("======")

Double_t ptHat; ///< pT of the recoiling particles
Double_t thetaHat; ///< theta of the recoiling particles
Double_t phiHat; ///< phi of the recoiling particles

Double_t weight; ///< Weight of the event

ClassDef(StarGenPPEvent,1);
ClassDef(StarGenPPEvent,2);

};

Expand Down

0 comments on commit f740ecf

Please sign in to comment.