BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
GenAll Class Reference

#include <GenAll.h>

Inheritance diagram for GenAll:

Public Member Functions

 GenAll ()
GenIMCselectorcreate () const
bool operator() (const Particle *const p) const
bool operator() (const Particle &p) const
Public Member Functions inherited from GenIMCselector
bool operator() (const Particle &p)
virtual ~GenIMCselector ()

Detailed Description

Definition at line 15 of file GenAll.h.

Constructor & Destructor Documentation

◆ GenAll()

GenAll::GenAll ( )
inline

Definition at line 18 of file GenAll.h.

18{}

Referenced by create().

Member Function Documentation

◆ create()

GenIMCselector * GenAll::create ( ) const
virtual

Implements GenIMCselector.

Definition at line 12 of file GenAll.cxx.

12{ return new GenAll(); }
GenAll()
Definition GenAll.h:18

◆ operator()() [1/2]

bool GenAll::operator() ( const Particle & p) const

Definition at line 11 of file GenAll.cxx.

11{ return this->operator()( &p ); }
bool operator()(const Particle *const p) const
Definition GenAll.cxx:10

◆ operator()() [2/2]

bool GenAll::operator() ( const Particle *const p) const
virtual

Implements GenIMCselector.

Definition at line 10 of file GenAll.cxx.

10{ return true; }

Referenced by operator()().


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