BOSS 7.1.2
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 16 of file GenAll.cxx.

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

◆ operator()() [1/2]

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

Definition at line 13 of file GenAll.cxx.

13 {
14 return this->operator()(&p);
15 }
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 {
11 return true;
12 }

Referenced by operator()().


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