Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Nov 29, 2024
1 parent 03b165a commit 907aa50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PWGDQ/Core/MCSignal.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ class MCSignal : public TNamed
void PrintConfig();

private:
std::vector<MCProng> fProngs; // vector of MCProng
unsigned int fNProngs; // number of prongs
std::vector<MCProng> fProngs; // vector of MCProng
unsigned int fNProngs; // number of prongs
std::vector<int8_t> fCommonAncestorIdxs; // index of the most recent ancestor, relative to each prong's history
bool fExcludeCommonAncestor; // explicitly request that there is no common ancestor
bool fDecayChannelIsExclusive; // if true, then the indicated mother particle has a number of daughters which is equal to the number of prongs defined in this MC signal
bool fDecayChannelIsNotExclusive; // if true, then the indicated mother particle has a number of daughters which is larger than the number of prongs defined in this MC signal
bool fExcludeCommonAncestor; // explicitly request that there is no common ancestor
bool fDecayChannelIsExclusive; // if true, then the indicated mother particle has a number of daughters which is equal to the number of prongs defined in this MC signal
bool fDecayChannelIsNotExclusive; // if true, then the indicated mother particle has a number of daughters which is larger than the number of prongs defined in this MC signal
int fTempAncestorLabel;

template <typename T>
Expand Down

0 comments on commit 907aa50

Please sign in to comment.