ATLAS Offline Software
|
#include "PatternVisualizationTool.h"
#include "MuonPatternEvent/SegmentFitterEventData.h"
#include "MuonPatternEvent/HoughMaximum.h"
#include "MuonPatternEvent/Segment.h"
#include "MuonPatternEvent/SegmentSeed.h"
#include "MuonPatternHelpers/SegmentFitHelperFunctions.h"
#include "MuonVisualizationHelpersR4/VisualizationHelpers.h"
#include "MuonTruthHelpers/MuonSimHitHelpers.h"
#include "xAODMuonPrepData/MdtDriftCircle.h"
#include "xAODMuonPrepData/RpcMeasurement.h"
#include "xAODMuonPrepData/TgcStrip.h"
#include <format>
#include <sstream>
#include <filesystem>
#include "TCanvas.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TMarker.h"
Go to the source code of this file.
Namespaces | |
MuonValR4 | |
Lightweight algorithm to read xAOD MDT sim hits and (fast-digitised) drift circles from SG and fill a validation NTuple with identifier and drift circle info. | |
Typedefs | |
using | MuonValR4::TruthSegmentSet = PatternVisualizationTool::TruthSegmentSet |