#include <map>
#include <vector>
#include <assert.h>
#include "G4Tubs.hh"
#include "G4Box.hh"
#include "G4UserLimits.hh"
#include "G4StepPoint.hh"
#include "G4Step.hh"
#include "G4Event.hh"
#include "G4Track.hh"
#include "G4LogicalVolume.hh"
#include "G4VPhysicalVolume.hh"
#include "G4PVPlacement.hh"
#include "G4RunManager.hh"
#include "G4Material.hh"
#include "BLElement.hh"
#include "BLParam.hh"
#include "BLManager.hh"
#include "BLRunManager.hh"
#include "BLNTuple.hh"
#include "BLCoordinates.hh"
#include "BLEvaluator.hh"
#include "BLGlobalField.hh"
#include "BLMinimize.hh"
#include "BLCMDntuple.cc"
Classes | |
| class | BLCMDtracker |
| class BLCMDtracker implements a tracker that can fit tracks to wire hits in its trackerplanes. More... | |
| class | BLCMDtrackerplane |
| class BLCMDtrackerplane - implements one plane of a tracker. More... | |
| class | TrackerPlaneInstance |
| class TrackerPlaneInstance implements one placement of a tracker plane. More... | |
| class | BLCMDtrackermode |
| class BLCMDtrackermode sets the mode for all trackers, and manages track fitting. More... | |
Defines | |
| #define | INCLUDE_ONLY |
Enumerations | |
| enum | BLTrackerMode { BLTRACK_DEFAULT, BLTRACK_TRUE, BLTRACK_FIT, BLTRACK_IGNORE } |
| enum BLTrackerMode specifies the mode of the tacker and all its planes More... | |
Variables | |
| const int | NO_HIT = 0x80000000 |
| BLCMDtracker | defaultTracker |
| BLCMDtrackerplane | defaultTrackerPlane |
| BLCMDtrackermode | trackermodeInstance |
|
|
|
|
|
enum BLTrackerMode specifies the mode of the tacker and all its planes
|
|
|
|
|
|
|
|
|
|
|
|
|