BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
GenAll.cxx
Go to the documentation of this file.
1#include <vector>
2
3#include "HepMC/GenParticle.h"
5using std::abs;
6using std::vector;
7//****************************************************************
8//* All *
9//****************************************************************
10bool GenAll::operator()( const Particle* const ) const { return true; }
11bool GenAll::operator()( const Particle& p ) const { return this->operator()( &p ); }
12GenIMCselector* GenAll::create() const { return new GenAll(); }
HepMC::GenParticle Particle
bool operator()(const Particle *const p) const
Definition GenAll.cxx:10
GenAll()
Definition GenAll.h:18
GenIMCselector * create() const
Definition GenAll.cxx:12