File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,7 @@ void CSCCorrelatedLCTDigi::print() const {
155155std::ostream& operator <<(std::ostream& o, const CSCCorrelatedLCTDigi& digi) {
156156 return o << " CSC LCT #" << digi.getTrknmb () << " : Valid = " << digi.isValid () << " Quality = " << digi.getQuality ()
157157 << " MPC Link = " << digi.getMPCLink () << " cscID = " << digi.getCSCID ()
158- << " syncErr = " << digi.getSyncErr () << " Type (SIM) = " << digi.getType ()
159- << " \n "
158+ << " syncErr = " << digi.getSyncErr () << " Type (SIM) = " << digi.getType () << " \n "
160159 << " cathode info: Strip = " << digi.getStrip () << " Pattern = " << digi.getPattern ()
161160 << " Bend = " << ((digi.getBend () == 0 ) ? ' L' : ' R' ) << " \n "
162161 << " anode info: Key wire = " << digi.getKeyWG () << " BX = " << digi.getBX ()
You can’t perform that action at this time.
0 commit comments