We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b9b47 commit 9c3d71dCopy full SHA for 9c3d71d
1 file changed
DataFormats/common/include/CommonDataFormat/InteractionRecord.h
@@ -109,7 +109,7 @@ struct InteractionRecord {
109
110
float differenceInBCMUS(const InteractionRecord& other) const
111
{
112
- // return difference in bunch-crossings in ms
+ // return difference in bunch-crossings in us
113
return differenceInBC(other) * o2::constants::lhc::LHCBunchSpacingMUS;
114
}
115
0 commit comments