@@ -92,19 +92,19 @@ MCProng::MCProng(int n, int m) : fNGenerations(n),
9292}
9393
9494// ________________________________________________________________________________________________________________
95- MCProng::MCProng (int n, const std::vector<int > pdgs, const std::vector<bool > checkBothCharges, const std::vector<bool > excludePDG,
96- const std::vector<uint64_t > sourceBits, const std::vector<uint64_t > excludeSource,
97- const std::vector<bool > useANDonSourceBitMap, bool checkGenerationsInTime,
98- const std::vector<int > checkIfPDGInHistory, const std::vector<bool > excludePDGInHistory) : fNGenerations(n),
99- fPDGcodes(pdgs),
100- fCheckBothCharges(checkBothCharges),
101- fExcludePDG(excludePDG),
102- fSourceBits(sourceBits),
103- fExcludeSource(excludeSource),
104- fUseANDonSourceBitMap(useANDonSourceBitMap),
105- fCheckGenerationsInTime(checkGenerationsInTime),
106- fPDGInHistory(checkIfPDGInHistory),
107- fExcludePDGInHistory(excludePDGInHistory) {}
95+ MCProng::MCProng (int n, const std::vector<int >& pdgs, const std::vector<bool >& checkBothCharges, const std::vector<bool >& excludePDG,
96+ const std::vector<uint64_t >& sourceBits, const std::vector<uint64_t >& excludeSource,
97+ const std::vector<bool >& useANDonSourceBitMap, bool checkGenerationsInTime,
98+ const std::vector<int >& checkIfPDGInHistory, const std::vector<bool >& excludePDGInHistory) : fNGenerations(n),
99+ fPDGcodes(pdgs),
100+ fCheckBothCharges(checkBothCharges),
101+ fExcludePDG(excludePDG),
102+ fSourceBits(sourceBits),
103+ fExcludeSource(excludeSource),
104+ fUseANDonSourceBitMap(useANDonSourceBitMap),
105+ fCheckGenerationsInTime(checkGenerationsInTime),
106+ fPDGInHistory(checkIfPDGInHistory),
107+ fExcludePDGInHistory(excludePDGInHistory) {}
108108
109109// ________________________________________________________________________________________________________________
110110void MCProng::SetPDGcode (int generation, int code, bool checkBothCharges /* = false*/ , bool exclude /* = false*/ )
0 commit comments