Definition at line 83 of file VP1TrackSystem.cxx.
◆ calcTotalMomentumOfSelectedHandles()
unsigned VP1TrackSystem::Imp::calcTotalMomentumOfSelectedHandles |
( |
Amg::Vector3D & |
totmom, |
|
|
Amg::Vector3D & |
totpos, |
|
|
double & |
mass |
|
) |
| const |
Definition at line 641 of file VP1TrackSystem.cxx.
650 for (
int i = 0;
i <
sel_tracks->getList()->getLength(); ++
i) {
651 SoFullPath *fPath =
static_cast<SoFullPath *
>((*(
sel_tracks->getList()))[
i]);
669 double msq = totenergy*totenergy - totmom.mag2();
670 mass = (msq<0?-1.0:1.0)*sqrt(fabs(msq));
◆ createCollections()
Definition at line 115 of file VP1TrackSystem.cxx.
116 QList<TrackCollHandleBase*>
l;
117 l << createSpecificCollections<TrackCollHandle_TrkTrack>();
118 l << createSpecificCollections<TrackCollHandle_TrkSegment>();
122 l << createSpecificCollections<TrackCollHandle_TruthTracks>();
123 l << createSpecificCollections<TrackCollHandle_SimulationTracks>();
125 l << createSpecificCollections<TrackCollHandle_TrackParticle>();
126 l << createSpecificCollections<TrackCollHandle_xAODTrackParticle>();
128 l << createSpecificCollections<TrackCollHandle_TrackContainer>();
◆ createSpecificCollections()
Definition at line 105 of file VP1TrackSystem.cxx.
106 QList<TrackCollHandleBase*>
l;
107 for (QString
name : T::availableCollections(
theclass)) {
108 std::cout<<
name.toStdString()<<std::endl;
◆ currentUsedIDProjections()
InDetProjFlags::DetTypeFlags VP1TrackSystem::Imp::currentUsedIDProjections |
( |
| ) |
const |
◆ ascObjSelManager
◆ chamberT0s
std::vector<std::map<GeoPVConstLink, float> > VP1TrackSystem::Imp::chamberT0s |
◆ common
◆ lastEmittedUsedIDProjections
InDetProjFlags::DetTypeFlags VP1TrackSystem::Imp::lastEmittedUsedIDProjections |
◆ sel_tracks
◆ selectedPRDs
◆ selMode
◆ theclass
◆ totmass
double VP1TrackSystem::Imp::totmass = 0.0 |
◆ totmomgev
◆ totmomline
SoLineSet* VP1TrackSystem::Imp::totmomline = nullptr |
◆ totmomsep
SoSeparator* VP1TrackSystem::Imp::totmomsep = nullptr |
◆ vertexMaterialForTrackBases
std::map<const Trk::Track*, SoMaterial*> VP1TrackSystem::Imp::vertexMaterialForTrackBases |
The documentation for this class was generated from the following file: