ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
top::ParticleLevelMuonObjectSelector::Options Struct Reference

#include <ParticleLevelMuonObjectSelector.h>

Collaboration diagram for top::ParticleLevelMuonObjectSelector::Options:

Public Member Functions

 Options (double ptMin=25.e3, double etaMax=2.5, bool notFromHadron=true, bool tauIsHadron=false)
 

Public Attributes

double pt_min
 
double eta_max
 
bool not_from_hadron
 
bool tau_is_hadron
 

Detailed Description

Definition at line 25 of file ParticleLevelMuonObjectSelector.h.

Constructor & Destructor Documentation

◆ Options()

top::ParticleLevelMuonObjectSelector::Options::Options ( double  ptMin = 25.e3,
double  etaMax = 2.5,
bool  notFromHadron = true,
bool  tauIsHadron = false 
)
inline

Definition at line 26 of file ParticleLevelMuonObjectSelector.h.

29  :
30  pt_min(ptMin),
31  eta_max(etaMax),
32  not_from_hadron(notFromHadron),
33  tau_is_hadron(tauIsHadron) {}

Member Data Documentation

◆ eta_max

double top::ParticleLevelMuonObjectSelector::Options::eta_max

Definition at line 35 of file ParticleLevelMuonObjectSelector.h.

◆ not_from_hadron

bool top::ParticleLevelMuonObjectSelector::Options::not_from_hadron

Definition at line 36 of file ParticleLevelMuonObjectSelector.h.

◆ pt_min

double top::ParticleLevelMuonObjectSelector::Options::pt_min

Definition at line 34 of file ParticleLevelMuonObjectSelector.h.

◆ tau_is_hadron

bool top::ParticleLevelMuonObjectSelector::Options::tau_is_hadron

Definition at line 37 of file ParticleLevelMuonObjectSelector.h.


The documentation for this struct was generated from the following file:
top::ParticleLevelMuonObjectSelector::Options::not_from_hadron
bool not_from_hadron
Definition: ParticleLevelMuonObjectSelector.h:36
xAOD::etaMax
etaMax
Definition: HIEventShape_v2.cxx:46
top::ParticleLevelMuonObjectSelector::Options::eta_max
double eta_max
Definition: ParticleLevelMuonObjectSelector.h:35
top::ParticleLevelMuonObjectSelector::Options::pt_min
double pt_min
Definition: ParticleLevelMuonObjectSelector.h:34
top::ParticleLevelMuonObjectSelector::Options::tau_is_hadron
bool tau_is_hadron
Definition: ParticleLevelMuonObjectSelector.h:37
PhysDESDM_SmpCaloId.ptMin
ptMin
Definition: PhysDESDM_SmpCaloId.py:90