|  | ATLAS Offline Software
    | 
 
 
 
#include <TrackSysCommonData.h>
|  | 
|  | TrackSysCommonData (VP1TrackSystem *sys, TrackSystemController *) | 
|  | 
| virtual | ~TrackSysCommonData () | 
|  | 
| VP1TrackSystem * | system () const | 
|  | 
| AscObjSelectionManager * | ascObjSelectionManager () const | 
|  | 
| TrackSystemController * | controller () const | 
|  | 
| MuonChamberProjectionHelper * | muonChamberProjectionHelper () const | 
|  | 
| InDetProjHelper * | indetProjHelper_Pixel () const | 
|  | 
| InDetProjHelper * | indetProjHelper_SCT () const | 
|  | 
| InDetProjHelper * | indetProjHelper_TRT () const | 
|  | 
| TouchedMuonChamberHelper * | touchedMuonChamberHelper () const | 
|  | 
| TrackPropagationHelper * | trackPropagationHelper () const | 
|  | 
| TrackLODManager * | trackLODManager () const | 
|  | 
| VisibleObjectToMaterialHelper< Trk::Track > * | visTrkTracksToMaterialHelper () const | 
|  | 
| VisibleObjectToMaterialHelper< Trk::Segment > * | visTrkSegmentsToMaterialHelper () const | 
|  | 
| VP1TrackSanity * | trackSanityHelper () const | 
|  | 
| SoPointSet * | singlePoint () const | 
|  | 
| HitsSoNodeManager & | nodeManager () | 
|  | 
| void | setEventData (AscObjSelectionManager *) | 
|  | 
| void | clearEventData () | 
|  | 
| void | registerTrack (SoNode *, TrackHandleBase *) | 
|  | 
| void | unregisterTrack (SoNode *) | 
|  | 
| TrackHandleBase * | trackHandle (SoNode *n) | 
|  | 
| SoNode * | node (TrackHandleBase *h) | 
|  | Returns the node associated with this handle.  More... 
 | 
|  | 
| SoNode * | node (QTreeWidgetItem *item) | 
|  | Returns the node associated with this item.  More... 
 | 
|  | 
| void | setLastSelectedTrack (TrackHandleBase *sel) | 
|  | 
| TrackHandleBase * | lastSelectedTrackHandle () | 
|  | pointer to base of last selected track (zero if nothing selected)  More... 
 | 
|  | 
| SoSeparator * | textSep () | 
|  | 
| const TrackHandleBase * | getHandle (const Trk::Track *trk) | 
|  | 
| const ActsTrk::GeometryContext & | geometryContext () const | 
|  | 
| ServiceHandle< Muon::IMuonIdHelperSvc > & | muonIdHelperSvc () | 
|  | 
| void | setSystemBasePointer (IVP1System *sys) | 
|  | 
| void | message (const QString &) const | 
|  | 
| void | message (const QStringList &, const QString &addtoend="") const | 
|  | 
| void | message (const QString &addtostart, const QStringList &, const QString &addtoend="") const | 
|  | 
| void | messageDebug (const QString &) const | 
|  | 
| void | messageDebug (const QStringList &, const QString &addtoend="") const | 
|  | 
| void | messageDebug (const QString &addtostart, const QStringList &, const QString &addtoend="") const | 
|  | 
| void | messageVerbose (const QString &) const | 
|  | 
| void | messageVerbose (const QStringList &, const QString &addtoend="") const | 
|  | 
| void | messageVerbose (const QString &addtostart, const QStringList &, const QString &addtoend="") const | 
|  | 
| IVP1System * | systemBase () const | 
|  | 
| const QString & | helperClassName () const | 
|  | 
Definition at line 50 of file TrackSysCommonData.h.
 
◆ TrackSysCommonData()
Definition at line 51 of file TrackSysCommonData.cxx.
   66   SoVertexProperty * vertices = 
new SoVertexProperty;
 
   67   vertices->vertex.set1Value(0,0.0
f,0.0
f,0.0
f);
 
   77            sys,SLOT(emitTouchedMuonChambersChanged(
const std::set<GeoPVConstLink>&)));
 
   86     message(
"Error: Could not retrieve ACTS alignment=");
 
 
 
 
◆ ~TrackSysCommonData()
  
  | 
        
          | TrackSysCommonData::~TrackSysCommonData | ( |  | ) |  |  | virtual | 
 
 
◆ ascObjSelectionManager()
◆ clearEventData()
      
        
          | void TrackSysCommonData::clearEventData | ( |  | ) |  | 
      
 
 
◆ controller()
◆ geometryContext()
◆ getHandle()
◆ helperClassName()
  
  | 
        
          | const QString& VP1HelperClassBase::helperClassName | ( |  | ) | const |  | inlineinherited | 
 
 
◆ indetProjHelper_Pixel()
◆ indetProjHelper_SCT()
◆ indetProjHelper_TRT()
◆ lastSelectedTrackHandle()
pointer to base of last selected track (zero if nothing selected) 
Definition at line 137 of file TrackSysCommonData.h.
 
 
◆ message() [1/3]
  
  | 
        
          | void VP1HelperClassBase::message | ( | const QString & | str | ) | const |  | inherited | 
 
 
◆ message() [2/3]
  
  | 
        
          | void VP1HelperClassBase::message | ( | const QString & | addtostart, |  
          |  |  | const QStringList & | l, |  
          |  |  | const QString & | addtoend = "" |  
          |  | ) |  | const |  | inherited | 
 
Definition at line 131 of file VP1HelperClassBase.cxx.
  133   if (addtostart.isEmpty()) {
 
  137   if (addtoend.isEmpty()) {
 
  138     for (
const QString& 
s :  
l)
 
  141     for (
const QString& 
s :  
l)
 
 
 
 
◆ message() [3/3]
  
  | 
        
          | void VP1HelperClassBase::message | ( | const QStringList & | l, |  
          |  |  | const QString & | addtoend = "" |  
          |  | ) |  | const |  | inherited | 
 
Definition at line 91 of file VP1HelperClassBase.cxx.
   93   if (addtoend.isEmpty()) {
 
   94     for (
const QString& 
s :  
l)
 
   97     for (
const QString& 
s :  
l)
 
 
 
 
◆ messageDebug() [1/3]
  
  | 
        
          | void VP1HelperClassBase::messageDebug | ( | const QString & | str | ) | const |  | inherited | 
 
 
◆ messageDebug() [2/3]
  
  | 
        
          | void VP1HelperClassBase::messageDebug | ( | const QString & | addtostart, |  
          |  |  | const QStringList & | l, |  
          |  |  | const QString & | addtoend = "" |  
          |  | ) |  | const |  | inherited | 
 
Definition at line 147 of file VP1HelperClassBase.cxx.
  151   if (addtostart.isEmpty()) {
 
  155   if (addtoend.isEmpty()) {
 
  156     for (
const QString& 
s :  
l)
 
  159     for (
const QString& 
s :  
l)
 
 
 
 
◆ messageDebug() [3/3]
  
  | 
        
          | void VP1HelperClassBase::messageDebug | ( | const QStringList & | l, |  
          |  |  | const QString & | addtoend = "" |  
          |  | ) |  | const |  | inherited | 
 
Definition at line 103 of file VP1HelperClassBase.cxx.
  107   if (addtoend.isEmpty()) {
 
  108     for (
const QString& 
s :  
l)
 
  111     for (
const QString& 
s :  
l)
 
 
 
 
◆ messageVerbose() [1/3]
  
  | 
        
          | void VP1HelperClassBase::messageVerbose | ( | const QString & | str | ) | const |  | inherited | 
 
 
◆ messageVerbose() [2/3]
  
  | 
        
          | void VP1HelperClassBase::messageVerbose | ( | const QString & | addtostart, |  
          |  |  | const QStringList & | l, |  
          |  |  | const QString & | addtoend = "" |  
          |  | ) |  | const |  | inherited | 
 
Definition at line 165 of file VP1HelperClassBase.cxx.
  169   if (addtostart.isEmpty()) {
 
  173   if (addtoend.isEmpty()) {
 
  174     for (
const QString& 
s :  
l)
 
  177     for (
const QString& 
s :  
l)
 
 
 
 
◆ messageVerbose() [3/3]
  
  | 
        
          | void VP1HelperClassBase::messageVerbose | ( | const QStringList & | l, |  
          |  |  | const QString & | addtoend = "" |  
          |  | ) |  | const |  | inherited | 
 
Definition at line 117 of file VP1HelperClassBase.cxx.
  121   if (addtoend.isEmpty()) {
 
  122     for (
const QString& 
s :  
l)
 
  125     for (
const QString& 
s :  
l)
 
 
 
 
◆ muonChamberProjectionHelper()
◆ muonIdHelperSvc()
◆ node() [1/2]
      
        
          | SoNode * TrackSysCommonData::node | ( | QTreeWidgetItem * | item | ) |  | 
      
 
Returns the node associated with this item. 
Returns zero if no match found. 
Definition at line 186 of file TrackSysCommonData.cxx.
  191   for (; 
it!=itEnd;++
it)
 
  192     if (
it->second->browserTreeItem()==
item) 
return it->first;
 
 
 
 
◆ node() [2/2]
Returns the node associated with this handle. 
Returns zero if no match found. 
Definition at line 175 of file TrackSysCommonData.cxx.
  180   for (; 
it!=itEnd;++
it)
 
  181     if (
it->second==
h) 
return it->first;
 
 
 
 
◆ nodeManager()
◆ registerTrack()
      
        
          | void TrackSysCommonData::registerTrack | ( | SoNode * | node, | 
        
          |  |  | TrackHandleBase * | handle | 
        
          |  | ) |  |  | 
      
 
 
◆ setEventData()
◆ setHelperClassName()
  
  | 
        
          | void VP1HelperClassBase::setHelperClassName | ( | const QString & | n | ) |  |  | inlineprotectedinherited | 
 
 
◆ setLastSelectedTrack()
◆ setSystemBasePointer()
  
  | 
        
          | void VP1HelperClassBase::setSystemBasePointer | ( | IVP1System * | sys | ) |  |  | inherited | 
 
 
◆ singlePoint()
  
  | 
        
          | SoPointSet * TrackSysCommonData::singlePoint | ( |  | ) | const |  | inline | 
 
 
◆ str() [1/30]
◆ str() [2/30]
  
  | 
        
          | static QString VP1String::str | ( | const bool | b | ) |  |  | inlinestaticinherited | 
 
Definition at line 53 of file VP1String.h.
   53 { 
return b?
"True":
"False"; }
 
 
 
◆ str() [3/30]
  
  | 
        
          | static QString VP1String::str | ( | const char * | c | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [4/30]
  
  | 
        
          | static QString VP1String::str | ( | const double & | d | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [5/30]
  
  | 
        
          | static QString VP1String::str | ( | const float & | f | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [6/30]
◆ str() [7/30]
  
  | 
        
          | QString VP1String::str | ( | const QColor & | c | ) |  |  | staticinherited | 
 
Definition at line 30 of file VP1String.cxx.
   32   return c.isValid() ? 
c.name() : 
"Invalid";
 
 
 
 
◆ str() [8/30]
template<class T > 
  
  | 
        
          | static QString VP1String::str | ( | const QFlags< T > & | f | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [9/30]
template<class T > 
  
  | 
        
          | static QString VP1String::str | ( | const QList< T > & | t | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [10/30]
  
  | 
        
          | static QString VP1String::str | ( | const QString & | s | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [11/30]
  
  | 
        
          | QString VP1String::str | ( | const SbColor & | c | ) |  |  | staticinherited | 
 
 
◆ str() [12/30]
  
  | 
        
          | QString VP1String::str | ( | const SbVec2d & | v | ) |  |  | staticinherited | 
 
 
◆ str() [13/30]
  
  | 
        
          | QString VP1String::str | ( | const SbVec2f & | v | ) |  |  | staticinherited | 
 
 
◆ str() [14/30]
  
  | 
        
          | QString VP1String::str | ( | const SbVec2s & | v | ) |  |  | staticinherited | 
 
 
◆ str() [15/30]
  
  | 
        
          | QString VP1String::str | ( | const SbVec3d & | v | ) |  |  | staticinherited | 
 
 
◆ str() [16/30]
  
  | 
        
          | QString VP1String::str | ( | const SbVec3f & | v | ) |  |  | staticinherited | 
 
 
◆ str() [17/30]
  
  | 
        
          | QString VP1String::str | ( | const SbVec3s & | v | ) |  |  | staticinherited | 
 
 
◆ str() [18/30]
  
  | 
        
          | QString VP1String::str | ( | const SbVec4d & | v | ) |  |  | staticinherited | 
 
 
◆ str() [19/30]
  
  | 
        
          | QString VP1String::str | ( | const SbVec4f & | v | ) |  |  | staticinherited | 
 
 
◆ str() [20/30]
template<class T > 
  
  | 
        
          | static QString VP1String::str | ( | const T * | t | ) |  |  | inlinestaticinherited | 
 
Definition at line 87 of file VP1String.h.
   87 { 
return str(
static_cast<const void* 
>(
t)); }
 
 
 
◆ str() [21/30]
  
  | 
        
          | QString VP1String::str | ( | const void * | p | ) |  |  | staticinherited | 
 
Definition at line 48 of file VP1String.cxx.
   54     return QString (
s.str().c_str());
 
 
 
 
◆ str() [22/30]
◆ str() [23/30]
  
  | 
        
          | static QString VP1String::str | ( | int | n | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [24/30]
  
  | 
        
          | static QString VP1String::str | ( | long | n | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [25/30]
  
  | 
        
          | static QString VP1String::str | ( | qlonglong | n | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [26/30]
  
  | 
        
          | static QString VP1String::str | ( | qulonglong | n | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [27/30]
  
  | 
        
          | static QString VP1String::str | ( | short int | n | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [28/30]
  
  | 
        
          | static QString VP1String::str | ( | uint | n | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [29/30]
  
  | 
        
          | static QString VP1String::str | ( | ulong | n | ) |  |  | inlinestaticinherited | 
 
 
◆ str() [30/30]
  
  | 
        
          | static QString VP1String::str | ( | unsigned short int | n | ) |  |  | inlinestaticinherited | 
 
 
◆ system()
◆ systemBase()
  
  | 
        
          | IVP1System* VP1HelperClassBase::systemBase | ( |  | ) | const |  | inlineinherited | 
 
 
◆ textSep()
  
  | 
        
          | SoSeparator * TrackSysCommonData::textSep | ( |  | ) |  |  | inline | 
 
 
◆ touchedMuonChamberHelper()
◆ trackHandle()
◆ trackLODManager()
◆ trackPropagationHelper()
◆ trackSanityHelper()
◆ unregisterTrack()
      
        
          | void TrackSysCommonData::unregisterTrack | ( | SoNode * | node | ) |  | 
      
 
 
◆ verbose()
  
  | 
        
          | static bool VP1HelperClassBase::verbose | ( |  | ) |  |  | inlinestaticinherited | 
 
 
◆ visTrkSegmentsToMaterialHelper()
◆ visTrkTracksToMaterialHelper()
◆ warnUndeletedInstances()
  
  | 
        
          | void VP1HelperClassBase::warnUndeletedInstances | ( |  | ) |  |  | staticinherited | 
 
Definition at line 183 of file VP1HelperClassBase.cxx.
  185   if (vp1helperclassbase_instanceMap.empty())
 
  187   std::cout << 
"WARNING: Detected "<<vp1helperclassbase_instanceMap.size()<<
" undeleted helper class instances:"<<std::endl;
 
  190   for (
it = vp1helperclassbase_instanceMap.begin();
it!=
itE;++
it) {
 
  191     std::cout << 
"  ==> "<<
it->first<<
": "<<
it->first->m_helpername.toStdString()
 
  192           << (
it->second.isEmpty()?QString(
""):
" (in system "+
it->
second+
")").toStdString()<<std::endl;
 
 
 
 
◆ m_3dsystem
◆ m_ascObjSelectionManager
◆ m_controller
◆ m_d
  
  | 
        
          | Imp* TrackSysCommonData::m_d |  | private | 
 
 
◆ m_geometryContext
◆ m_helpername
  
  | 
        
          | QString VP1HelperClassBase::m_helpername |  | privateinherited | 
 
 
◆ m_idHelperSvc
◆ m_indetProjHelper_Pixel
◆ m_indetProjHelper_SCT
◆ m_indetProjHelper_TRT
◆ m_lastSelectedTrack
◆ m_muonChamberProjectionHelper
◆ m_nodeManager
◆ m_singlePoint
  
  | 
        
          | SoPointSet* TrackSysCommonData::m_singlePoint |  | private | 
 
 
◆ m_system
◆ m_textSep
      
        
          | SoSeparator* TrackSysCommonData::m_textSep | 
      
 
 
◆ m_touchedMuonChamberHelper
◆ m_trackLODManager
◆ m_trackPropagationHelper
◆ m_trackSanity
◆ m_visTrkSegmentsToMaterialHelper
◆ m_visTrkTracksToMaterialHelper
◆ s_vp1verbose
The documentation for this class was generated from the following files:
 
def retrieve(aClass, aKey=None)
JetConstituentVector::iterator iterator
TrackSystemController * controller() const
VisibleObjectToMaterialHelper< Trk::Segment > * m_visTrkSegmentsToMaterialHelper
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
void setDetailLevel(TrackCommonFlags::DETAILLEVEL)
InDetProjHelper * m_indetProjHelper_SCT
static InDetProjHelper * createPixelHelper(IVP1System *sys=0)
void setNoVisibleObjects()
TrackHandleBase * m_lastSelectedTrack
void messageVerbose(const QString &) const
AscObjSelectionManager * m_ascObjSelectionManager
SoNode * node(TrackHandleBase *h)
Returns the node associated with this handle.
static const bool s_vp1verbose
TrackCommonFlags::DETAILLEVEL assocObjDetailLevel() const
static InDetProjHelper * createSCTHelper(IVP1System *sys=0)
const Trk::Track * trkTrackPointer() const
TrackPropagationHelper * m_trackPropagationHelper
static QString str(const QString &s)
void messageDebug(const QString &) const
InDetProjHelper * m_indetProjHelper_Pixel
TrackLODManager * m_trackLODManager
static const char * prefix_msg()
MuonChamberProjectionHelper * m_muonChamberProjectionHelper
const QString & name() const
VP1TrackSanity * m_trackSanity
TrackSystemController * m_controller
static QColor sbcol2qcol(const SbColor &)
const ActsTrk::GeometryContext * m_geometryContext
TouchedMuonChamberHelper * m_touchedMuonChamberHelper
VisibleObjectToMaterialHelper< Trk::Track > * m_visTrkTracksToMaterialHelper
static const char * prefix_debug()
std::map< SoNode *, TrackHandleBase * > nodeToTrackHandle
InDetProjHelper * m_indetProjHelper_TRT
static const char * prefix_verbose()
VP1TrackSystem * m_3dsystem
static InDetProjHelper * createTRTHelper(IVP1System *sys=0)
void message(const QString &) const
VP1HelperClassBase(IVP1System *sys=0, QString helpername="")
SoPointSet * m_singlePoint
void message(const QString &) const
HitsSoNodeManager m_nodeManager