CMS 3D CMS Logo

DTGeomSupplier.cc
Go to the documentation of this file.
2 #include <iostream>
3 
4 void DTGeomSupplier::print(const DTTrigData *trig) const {
5  trig->print();
6  std::cout << " Local (pos)(dir): " << localPosition(trig) << localDirection(trig) << std::endl;
7  std::cout << " CMS (pos)(dir): " << CMSPosition(trig) << CMSDirection(trig) << std::endl;
8 }
gather_cfg.cout
cout
Definition: gather_cfg.py:144
DTGeomSupplier::print
virtual void print(const DTTrigData *trig) const
Print a trigger-data object with also local and global position/direction.
Definition: DTGeomSupplier.cc:4
DTGeomSupplier::localDirection
virtual LocalVector localDirection(const DTTrigData *) const =0
Local direction in chamber of a trigger-data object.
DTTrigData
Definition: DTTrigData.h:35
DTGeomSupplier::CMSPosition
GlobalPoint CMSPosition(const DTTrigData *trig) const
CMS position in chamber of a trigger-data object.
Definition: DTGeomSupplier.h:75
DTGeomSupplier::localPosition
virtual LocalPoint localPosition(const DTTrigData *) const =0
Local position in chamber of a trigger-data object.
ClusterTask_cfi.trig
trig
Definition: ClusterTask_cfi.py:398
DTGeomSupplier.h
DTGeomSupplier::CMSDirection
GlobalVector CMSDirection(const DTTrigData *trig) const
CMS direction in chamber of a trigger -data object.
Definition: DTGeomSupplier.h:78