IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f64922c9 authored by Alan Coleman's avatar Alan Coleman
Browse files

clang-a-rang

parent c3e305f7
No related branches found
No related tags found
1 merge request!585Resolve "synchronize output format between examples"
Pipeline #12217 canceled
......@@ -105,8 +105,8 @@ namespace corsika::proposal {
cross[particle_code](medium, emcut);
}
inline size_t ProposalProcessBase::hash::operator()(const calc_key_t& p) const
noexcept {
inline size_t ProposalProcessBase::hash::operator()(
const calc_key_t& p) const noexcept {
return p.first ^ std::hash<Code>{}(p.second);
}
......
......@@ -58,8 +58,8 @@ using namespace std;
//
// An example of running an EAS where the hadronic cascade is
// handled by sibyll+URQMD and the EM cascade is treated with
// CONEX + Bethe Bloch (as opposed to PROPOSAL).
// handled by sibyll+URQMD and the EM cascade is treated with
// CONEX + Bethe Bloch (as opposed to PROPOSAL).
//
/**
......@@ -235,8 +235,8 @@ int main(int argc, char** argv) {
LongitudinalProfile<SubWriter<decltype(profile)>> longprof{profile};
Plane const obsPlane(showerCore, DirectionVector(rootCS, {0., 0., 1.}));
ObservationPlane<TrackingType> observationLevel(
obsPlane, DirectionVector(rootCS, {1., 0., 0.}));
ObservationPlane<TrackingType> observationLevel(obsPlane,
DirectionVector(rootCS, {1., 0., 0.}));
output.add("particles", observationLevel);
PrimaryWriter<TrackingType, ParticleWriterParquet> primaryWriter(observationLevel);
......@@ -271,7 +271,6 @@ int main(int argc, char** argv) {
auto sequence = make_sequence(hadronSequence, decayPythia, eLoss, cut, conex_model,
longprof, observationLevel, trackCheck);
StackType stack;
stack.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment