File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
DataFormats/L1TrackTrigger/interface Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,9 +226,9 @@ std::string TTStub<T>::print(unsigned int i) const {
226226 std::stringstream output;
227227 output << padding << " TTStub:\n " ;
228228 padding += ' \t ' ;
229- output << padding << " DetId: " << theDetId.rawId () << " , position: " << this ->InnerClusterPosition ();
230- output << " , bend: " << this ->BendFE () << ' \n ' ;
231- output << " , hardware bend: " << this ->BendBE () << ' \n ' ;
229+ output << padding << " DetId: " << theDetId.rawId () << " , position: " << this ->innerClusterPosition ();
230+ output << " , bend: " << this ->bendFE () << ' \n ' ;
231+ output << " , hardware bend: " << this ->bendBE () << ' \n ' ;
232232 output << padding << " cluster 0: address: " << theClusterRef0.get ();
233233 output << " , cluster size: " << theClusterRef0->getHits ().size () << ' \n ' ;
234234 output << padding << " cluster 1: address: " << theClusterRef1.get ();
You can’t perform that action at this time.
0 commit comments