Skip to content

Commit

Permalink
Merge pull request #154 from JeffersonLab/compt_corr
Browse files Browse the repository at this point in the history
Add photon-beam in hddm
  • Loading branch information
andrsmit authored Sep 18, 2020
2 parents cdfc7ef + 6abac0a commit 128b50c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ int main( int argc, char* argv[] ){

m_tree->GetEntry(counter);

TLorentzVector gamma_4Vec(0, 0, 0, 0);
TLorentzVector gamma_4Vec(0, 0, Ebeam, Ebeam);
TLorentzVector photon_4Vec[10];
int npart_photon = 1;
int npart_electron = 1;
Expand Down

0 comments on commit 128b50c

Please sign in to comment.