Skip to content

Commit 209e4ab

Browse files
committed
fix
1 parent c97e9ba commit 209e4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EventFiltering/ZorroSummary.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ZorroSummary : public TNamed
4242
for (size_t i = 1; i < toinames.size(); i++) {
4343
mTOInames += "," + toinames[i];
4444
}
45-
std::cout << "TOI names:" << mTOInames << std::endl;
45+
// std::cout << "TOI names:" << mTOInames << std::endl;
4646
}
4747
void setupRun(int runNumber, double tvxCountes, const std::vector<double>& toiCounters)
4848
{
@@ -71,7 +71,7 @@ class ZorroSummary : public TNamed
7171

7272
private:
7373
int mRunNumber = 0; //! Run currently being analysed
74-
// std::vector<ULong64_t>* mCurrentAnalysedTOIcounters = nullptr; //! Analysed TOI counters for the current run
74+
std::vector<ULong64_t>* mCurrentAnalysedTOIcounters = nullptr; //! Analysed TOI counters for the current run
7575

7676
int mNtois = 0;
7777
std::string mTOInames;

0 commit comments

Comments
 (0)