Skip to content

Commit

Permalink
Adding analysis position
Browse files Browse the repository at this point in the history
  • Loading branch information
jovoy authored Feb 23, 2024
1 parent 715bec0 commit 464ab94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/TRestAxionAnalysisProcess.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ class TRestAxionAnalysisProcess : public TRestEventProcess {
/// A pointer to the specific TRestAxionEvent
TRestAxionEvent* fAxionEvent; //!

/// The analysis position in mm with regards to the sun at (0,0,-AU).
TVector3 fAnalysisPosition = TVector3(0, 0, 0); //<

void Initialize() override;

void LoadDefaultConfig();
Expand Down

0 comments on commit 464ab94

Please sign in to comment.