ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
VRJetOverlapConfig Struct Reference

#include <VRJetOverlapDecorator.h>

Collaboration diagram for VRJetOverlapConfig:

Public Member Functions

 VRJetOverlapConfig (VRJetParameters=VRJetParameters::RHO30MIN02MAX4)
 

Public Attributes

std::string relative_name
 
std::string absolute_name
 
VRJetParameters jet_parameters_source
 

Detailed Description

Definition at line 11 of file VRJetOverlapDecorator.h.

Constructor & Destructor Documentation

◆ VRJetOverlapConfig()

VRJetOverlapConfig::VRJetOverlapConfig ( VRJetParameters  param_source = VRJetParameters::RHO30MIN02MAX4)

Definition at line 61 of file VRJetOverlapDecorator.cxx.

61  :
62  relative_name("relativeDeltaRToVRJet"),
63  absolute_name("deltaRToVRJet"),
64  jet_parameters_source(param_source)
65 {}

Member Data Documentation

◆ absolute_name

std::string VRJetOverlapConfig::absolute_name

Definition at line 14 of file VRJetOverlapDecorator.h.

◆ jet_parameters_source

VRJetParameters VRJetOverlapConfig::jet_parameters_source

Definition at line 15 of file VRJetOverlapDecorator.h.

◆ relative_name

std::string VRJetOverlapConfig::relative_name

Definition at line 13 of file VRJetOverlapDecorator.h.


The documentation for this struct was generated from the following files:
VRJetOverlapConfig::jet_parameters_source
VRJetParameters jet_parameters_source
Definition: VRJetOverlapDecorator.h:15
VRJetOverlapConfig::absolute_name
std::string absolute_name
Definition: VRJetOverlapDecorator.h:14
VRJetOverlapConfig::relative_name
std::string relative_name
Definition: VRJetOverlapDecorator.h:13