![]() |
|
|||
File indexing completed on 2024-04-06 12:19:50
0001 #include "L1Trigger/DTUtilities/interface/DTGeomSupplier.h" 0002 #include <iostream> 0003 0004 void DTGeomSupplier::print(const DTTrigData *trig) const { 0005 trig->print(); 0006 std::cout << " Local (pos)(dir): " << localPosition(trig) << localDirection(trig) << std::endl; 0007 std::cout << " CMS (pos)(dir): " << CMSPosition(trig) << CMSDirection(trig) << std::endl; 0008 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |