Skip to content

Commit a9a28d6

Browse files
committed
re-ran code-checks and code-format
1 parent 914f810 commit a9a28d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Validation/SiTrackerPhase2V/plugins/Phase2OTValidateTTStub.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ std::vector<double> Phase2OTValidateTTStub::getTPDerivedCoords(edm::Ptr<Tracking
228228
float tp_z0 = associatedTP->vertex().z();
229229
double tp_t = associatedTP->tanl();
230230
double tp_rinv = (tp_charge * bfield_) / (tp_pt);
231+
std::cout << tp_rinv << std::endl;
231232

232233
if (isBarrel) {
233234
tp_r = stub_r;

0 commit comments

Comments
 (0)