ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
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. More...
 
virtual StatusCode fillMeasurementData (const Trk::MeasurementBase *, const Trk::TrackParameters *, const int &detectorType, const bool &isOutlier)=0
 fill special data about measurements More...
 
virtual StatusCode fillHoleData (const Trk::TrackStateOnSurface &, const int &detectorType)=0
 fill special data about holes on track More...
 
virtual StatusCode resetVariables (const int &detectorType)=0
 reset ntuple variables More...
 

Static Public Member Functions

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

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 Trk::BremPositionNtupleHelper, Trk::ResidualValidationNtupleHelper, Trk::TrackPositionNtupleHelper, Trk::HitPositionNtupleHelper, Trk::DAF_ValidationNtupleHelper, and Muon::MuonStationNtupleHelperTool.

◆ 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  {
77  return IID_IValidationNtupleHelperTool;
78 }

◆ resetVariables()

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

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