Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Common/TableProducer/qVectorsTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ struct qVectorsTable {
float qVectBPos[2] = {0.};
float qVectBNeg[2] = {0.};

TComplex QvecDet(0); // Complex value of the Q-vector for any detector.
TComplex QvecDet(0); // Complex value of the Q-vector for any detector.
TComplex QvecFT0M(0);
float sumAmplFT0A = 0.; // Sum of the amplitudes of all non-dead channels in any detector.
float sumAmplFT0C = 0.;
Expand Down
4 changes: 2 additions & 2 deletions Common/Tasks/qVectorsCorrection.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ struct qVectorsCorrection {
case 7:
fillHistosQvec<7>(qVec);
break;
} // End switch(centBin)
} // End void process(...)
} // End switch(centBin)
} // End void process(...)
};

WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
Expand Down