Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed May 20, 2021
1 parent 35ad896 commit 60d05fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DataFormats/CSCDigi/src/CSCCorrelatedLCTDigi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ void CSCCorrelatedLCTDigi::print() const {
std::ostream& operator<<(std::ostream& o, const CSCCorrelatedLCTDigi& digi) {
return o << "CSC LCT #" << digi.getTrknmb() << ": Valid = " << digi.isValid() << " Quality = " << digi.getQuality()
<< " MPC Link = " << digi.getMPCLink() << " cscID = " << digi.getCSCID()
<< " syncErr = " << digi.getSyncErr() << " Type (SIM) = " << digi.getType()
<< "\n"
<< " syncErr = " << digi.getSyncErr() << " Type (SIM) = " << digi.getType() << "\n"
<< " cathode info: Strip = " << digi.getStrip() << " Pattern = " << digi.getPattern()
<< " Bend = " << ((digi.getBend() == 0) ? 'L' : 'R') << "\n"
<< " anode info: Key wire = " << digi.getKeyWG() << " BX = " << digi.getBX()
Expand Down

0 comments on commit 60d05fb

Please sign in to comment.