Skip to content

Commit

Permalink
OTF reader - use complex format as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWielanek committed Nov 13, 2024
1 parent 4496791 commit 17ec2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/onthefly/OTFReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace HalOTF {
class Reader : public Hal::Reader {
protected:
enum class ETranslate { kNone, kMc, kReco, kComplex };
ETranslate fTranslate = {ETranslate::kNone};
ETranslate fTranslate = {ETranslate::kComplex};
OTF::McEvent* fMcEvent;
OTF::RecoEvent* fRecoEvent;
HalOTF::ComplexEvent* fHalComplexEvent = {nullptr};
Expand Down

0 comments on commit 17ec2d9

Please sign in to comment.