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

#include <ParticleLevelElectronObjectSelector.h>

Collaboration diagram for top::ParticleLevelElectronObjectSelector::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 ParticleLevelElectronObjectSelector.h.

Constructor & Destructor Documentation

◆ Options()

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

Definition at line 26 of file ParticleLevelElectronObjectSelector.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::ParticleLevelElectronObjectSelector::Options::eta_max

Definition at line 35 of file ParticleLevelElectronObjectSelector.h.

◆ not_from_hadron

bool top::ParticleLevelElectronObjectSelector::Options::not_from_hadron

Definition at line 36 of file ParticleLevelElectronObjectSelector.h.

◆ pt_min

double top::ParticleLevelElectronObjectSelector::Options::pt_min

Definition at line 34 of file ParticleLevelElectronObjectSelector.h.

◆ tau_is_hadron

bool top::ParticleLevelElectronObjectSelector::Options::tau_is_hadron

Definition at line 37 of file ParticleLevelElectronObjectSelector.h.


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