IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 06d0f58d authored by Nikos Karastathis's avatar Nikos Karastathis :ocean:
Browse files

trackWriter is not needed for benchmarking

parent 688d0f85
No related branches found
No related tags found
1 merge request!437Resolve "Examples need some polishing"
...@@ -227,8 +227,8 @@ int main(int argc, char** argv) { ...@@ -227,8 +227,8 @@ int main(int argc, char** argv) {
LongitudinalProfile<SubWriter<decltype(longProf)>> profile{longProf}; LongitudinalProfile<SubWriter<decltype(longProf)>> profile{longProf};
// create a track writer and register it with the output manager // create a track writer and register it with the output manager
TrackWriter<TrackWriterParquet> trackWriter; // TrackWriter<TrackWriterParquet> trackWriter;
output.add("tracks", trackWriter); // output.add("tracks", trackWriter);
// setup processes, decays and interactions // setup processes, decays and interactions
...@@ -303,7 +303,7 @@ int main(int argc, char** argv) { ...@@ -303,7 +303,7 @@ int main(int argc, char** argv) {
// emContinuous, // emContinuous,
// cut, trackWriter, observationLevel, longprof); // cut, trackWriter, observationLevel, longprof);
auto sequence = make_sequence(stackInspect, hadronSequence, decaySequence, emCascade, emContinuous, auto sequence = make_sequence(stackInspect, hadronSequence, decaySequence, emCascade, emContinuous,
cut, trackWriter, observationLevel, profile); cut, observationLevel, profile);
// define air shower object, run simulation // define air shower object, run simulation
setup::Tracking tracking; setup::Tracking tracking;
......
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