Skip to content

Commit

Permalink
Merge branch 'b_pflow' into b_el9
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedreyer authored Sep 29, 2024
2 parents 5ac0086 + 531f804 commit b460d87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions COCOA/macro/Pythia8/ttbar.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/generator/pythia8/verbose 0
/generator/pythia8/QuarkGluon 22122212

/generator/pythia8/read Beams:eCM = 14000.
/generator/pythia8/read Beams:eCM = 13000.
/generator/pythia8/read Beams:idA = 2212
/generator/pythia8/read Beams:idB = 2212

Expand All @@ -11,7 +11,7 @@
/generator/pythia8/read Top:gg2ttbar = on
/generator/pythia8/read Top:qqbar2ttbar = on

/generator/pythia8/init 2212 2212 14000.
/generator/pythia8/init 2212 2212 13000.


/tracking/storeTrajectory 1
Expand Down
2 changes: 1 addition & 1 deletion COCOA/src/EventAction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void EventAction::EndOfEventAction(const G4Event *evt)
trajectories.fAllTrajectoryInfo.push_back(trajectories.fAllConvElectrons.at(iconv));
}

Tracking tracking_low(trajectories.fAllTrajectoryInfo, false, tracks_list_low.Tracks_list, config_var.low_resolution);
Tracking tracking_low(trajectories.fAllTrajectoryInfo, true, tracks_list_low.Tracks_list, config_var.low_resolution);

ReduceResolution noise_apply;
noise_apply.apply_noise(cells_data_low.fCell_array);
Expand Down

0 comments on commit b460d87

Please sign in to comment.