ATLAS Offline Software
|
#include "VP1BPhysSystems/VP1BPhysSystem.h"
#include "ui_bphyscontrollerform.h"
#include "VP1Utils/VP1ToolAccessHelper.h"
#include "VP1Utils/VP1AvailableToolsHelper.h"
#include "VP1Base/VP1QtUtils.h"
#include "VP1TrackSystems/TrackPropagationHelper.h"
#include <Inventor/nodes/SoBaseColor.h>
#include <Inventor/nodes/SoDrawStyle.h>
#include <Inventor/nodes/SoLineSet.h>
#include <Inventor/nodes/SoMatrixTransform.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoSphere.h>
#include <Inventor/nodes/SoSwitch.h>
#include <Inventor/nodes/SoTranslation.h>
#include <Inventor/nodes/SoVertexProperty.h>
#include <QFileDialog>
#include <utility>
#include "StoreGate/StoreGateSvc.h"
#include "TrkTrack/Track.h"
#include "TrkTrack/TrackCollection.h"
#include "TrkParameters/TrackParameters.h"
#include "TrkExInterfaces/IExtrapolator.h"
#include "Particle/TrackParticle.h"
#include "Particle/TrackParticleContainer.h"
#include "GeoPrimitives/GeoPrimitives.h"
#include "TFile.h"
#include "TTree.h"
Go to the source code of this file.
Classes | |
class | VP1BPhysSystem::Clockwork |
Variables | |
const unsigned int | darknes = 50 |
const unsigned long | darkGray = darknes*65536 + darknes*256 + darknes |
Definition at line 56 of file VP1BPhysSystem.cxx.
const unsigned int darknes = 50 |
Definition at line 55 of file VP1BPhysSystem.cxx.