ATLAS Offline Software
Loading...
Searching...
No Matches
MomSampler Class Reference

#include <Samplers.h>

Inheritance diagram for MomSampler:
Collaboration diagram for MomSampler:

Public Member Functions

 MomSampler ()=default
 ~MomSampler ()=default
virtual TLorentzVector shoot ()

Public Attributes

TLorentzVector m_val
ConstSamplerm_mass {}

Detailed Description

Definition at line 39 of file Samplers.h.

Constructor & Destructor Documentation

◆ MomSampler()

MomSampler::MomSampler ( )
default

◆ ~MomSampler()

MomSampler::~MomSampler ( )
default

Member Function Documentation

◆ shoot()

virtual TLorentzVector MomSampler::shoot ( )
inlinevirtual

Reimplemented in NullMomSampler, and PtEtaMPhiSampler.

Definition at line 43 of file Samplers.h.

43{return m_val;};
TLorentzVector m_val
Definition Samplers.h:44

Member Data Documentation

◆ m_mass

ConstSampler* MomSampler::m_mass {}

Definition at line 45 of file Samplers.h.

45{};

◆ m_val

TLorentzVector MomSampler::m_val

Definition at line 44 of file Samplers.h.


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