ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::IValidationNtupleHelperTool Class Referenceabstract

provides the interface for validation helper tools which write special information about generated tracks. More...

#include <IValidationNtupleHelperTool.h>

Inheritance diagram for Trk::IValidationNtupleHelperTool:
Collaboration diagram for Trk::IValidationNtupleHelperTool:

Public Member Functions

virtual StatusCode addNtupleItems (TTree *tree, const int &detectorType)=0
 add items to the ntuple and configure the helper tool.
virtual StatusCode fillMeasurementData (const Trk::MeasurementBase *, const Trk::TrackParameters *, const int &detectorType, const bool &isOutlier)=0
 fill special data about measurements
virtual StatusCode fillHoleData (const Trk::TrackStateOnSurface &, const int &detectorType)=0
 fill special data about holes on track
virtual StatusCode resetVariables (const int &detectorType)=0
 reset ntuple variables

Static Public Member Functions

static const InterfaceID & interfaceID ()
 Interface ID, declared here, and defined below.

Detailed Description

provides the interface for validation helper tools which write special information about generated tracks.

These tools are called by tools implementing Trk::IValidationNtupleTool.

Author
Sebastian.Fleischmann -at- cern.ch

Definition at line 42 of file IValidationNtupleHelperTool.h.

Member Function Documentation

◆ addNtupleItems()

virtual StatusCode Trk::IValidationNtupleHelperTool::addNtupleItems ( TTree * tree,
const int & detectorType )
pure virtual

add items to the ntuple and configure the helper tool.

Should be called once (per detector type) by the steering tool (Trk::IValidationNtupleTool)

Implemented in Muon::MuonStationNtupleHelperTool, Trk::BremPositionNtupleHelper, Trk::DAF_ValidationNtupleHelper, Trk::HitPositionNtupleHelper, Trk::ResidualValidationNtupleHelper, and Trk::TrackPositionNtupleHelper.

◆ fillHoleData()

virtual StatusCode Trk::IValidationNtupleHelperTool::fillHoleData ( const Trk::TrackStateOnSurface & ,
const int & detectorType )
pure virtual

◆ fillMeasurementData()

virtual StatusCode Trk::IValidationNtupleHelperTool::fillMeasurementData ( const Trk::MeasurementBase * ,
const Trk::TrackParameters * ,
const int & detectorType,
const bool & isOutlier )
pure virtual

◆ interfaceID()

const InterfaceID & Trk::IValidationNtupleHelperTool::interfaceID ( )
inlinestatic

Interface ID, declared here, and defined below.

Definition at line 76 of file IValidationNtupleHelperTool.h.

76 {
78}
static const InterfaceID IID_IValidationNtupleHelperTool("IValidationNtupleHelperTool", 1, 0)

◆ resetVariables()

virtual StatusCode Trk::IValidationNtupleHelperTool::resetVariables ( const int & detectorType)
pure virtual

The documentation for this class was generated from the following file: