We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1ebaa commit 4ef01d9Copy full SHA for 4ef01d9
1 file changed
DataFormats/Detectors/TRD/src/Digit.cxx
@@ -58,7 +58,7 @@ Digit::Digit(int det, int rob, int mcm, int channel, int pretrigphase) // add ad
58
59
void Digit::setPreTrigPhase(int phase)
60
{
61
- mDetector = ((((phase)&0x3) << 12) | (mDetector & 0xfff));
+ mDetector = ((((phase) & 0x3) << 12) | (mDetector & 0xfff));
62
}
63
64
bool Digit::isSharedDigit() const
0 commit comments